crispedge.com

#e693cb hex color - Violet - Warm color - Information

#e693cb hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #e693cb Color code in RGB color code model is created after adding 90.2% red color, 57.65% green color and 79.61% blue color. Hex #e693cb Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 36% magenta, 12% yellow and 10% black.

Hex #e693cb color code is between #ee99cc web safe hex color code and #dd88bb web safe hex color code. #ee99cc is the nearest web safe color code. You can see here many more shades of #e693cb color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Codee693cb#e693cb
RGB Decimal230, 147, 203rgb(230, 147, 203)
RGB Percent90%, 58%, 80%rgb(90%, 58%, 80%)
CSS RGBa230, 147, 203,1rgba(230,147,203,1)
CMYK Modelcmyk(0%,36%,12%,10%)
HSL Color Space320,62% ,74%hsl(320,62% ,74%)
HSV Color Space320°, 36%, 90%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111001101001001111001011
Octal346223313
Decimal230147203
Hexe693cb

Different shades of #e693cb color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #e693cb
#f0bcdf
Dark Shade of #e693cb
#dc6ab7
Saturated Shade of #e693cb
#ed8ccd
Desaturated Shade of #e693cb
#df9ac9
Grey scale Shade of #e693cb
#bcbcbc
Brighten Shade
#fface4
Most Readable Shade
#000000

Shades of #e693cb color code

Generate more color scales with scales (color stack) generator.

#e693cb
#cc82b4
#b2729d
#996287
#7f5170
#66415a
#4c3143
#33202d
#191016
#000000

Similar Color like #e693cb color

Find visually similar hex color codes nearing to #e693cb hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#e794cc
#e895cd
#e996ce
#ea97cf
#eb98d0
#ec99d1
#ed9ad2
#ee9bd3
#ef9cd4
#f09dd5
#f19ed6
#f29fd7
#f3a0d8
#f4a1d9
#e592ca
#e491c9
#e390c8
#e28fc7
#e18ec6
#e08dc5
#df8cc4
#de8bc3
#dd8ac2
#dc89c1
#db88c0
#da87bf
#d986be
#d885bd

Monochromatic Color with #e693cb

#e693cb
#110b0f
#3c2635
#66425a
#915d80
#bb78a5

Tints of #e693cb Color

#e693cb
#e89fd0
#ebabd6
#eeb7dc
#f1c3e2
#f3cfe7
#f6dbed
#f9e7f3
#fcf3f9
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#e693cb
#93e6ae

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#e693cb
#a1e693
#93e6d8

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#e093e6
#e693dc
#e693cb
#e693ba
#e693aa

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#e693cb
#cbe693
#93cbe6

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#e693cb
#e6d793
#93e6ae
#93a1e6

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#e693cb
#93e6ae
#93e6d8
#e693a1

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #e693cb Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#e693cb Color Code Preview on Black Background Color

This is how #e693cb Color will look on black background color. Color contrast ratio is 9.40

#e693cb in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#e693cb">Your Example Paragraph content text in with font color #e693cb </p>

Your Example Paragraph content text in with font color #e693cb

HTML with inline CSS

<div style="color:#e693cb">Your Paragraph text in with font color #e693cb </div>

Your Example Paragraph content text in with font color #e693cb

#e693cb color code is use for CSS Background Color

Background color for the above div is #e693cb

HTML with inline CSS

<div style="background-color:#e693cb;"></div>

#e693cb color code is use for CSS Border Color

CSS Border color for the above div is #e693cb

HTML with inline CSS

<div style="border:5px solid #e693cb;"></div>

CSS Border Left color for the above div is #e693cb

HTML with inline CSS

<div style="border-left:5px solid #e693cb;"></div>

CSS Border Right color for the above div is #e693cb

HTML with inline CSS

<div style="border-right:5px solid #e693cb;"></div>

CSS Border Bottom color for the above div is #e693cb

HTML with inline CSS

<div style="border-bottom:5px solid #e693cb;"></div>

CSS Border Top color for the above div is #e693cb

HTML with inline CSS

<div style="border-top:5px solid #e693cb;"></div>

#e693cb hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#e693cb; } .examplecolorclass {color:#e693cb; } .examplebordercolor {border:3px solid #e693cb; }

#e693cb Color code Preview on White Background

This is how #e693cb Color code will look on white background color. Color contrast ratio is 2.23

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #e693cb; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #e693cb; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(230,147,203,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(147,230,174,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(230,147,203,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.

< /html>