COLOR #E9C0E5

HEX: #E9C0E5
RGB: (233,192,229)

Color info

#E9C0E5 contains red, green and blue colors in about the same proportion. Web safe color of #E9C0E5 is #FFCCCC (or #FCC).

RGB color model

#E9C0E5 color RGB value is (233,192,229).

  • red value is 233;
  • green value is 192;
  • blue value is 229.
RGB:
(233,192,229)
(91%,75%,90%)

RGB channels and saturation

R 233 of 255 = 91%
G 192 of 255 = 75%
B 229 of 255 = 90%

233
192
229

R + G + B ~ 85%. #E9C0E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 192 + 229 = 654 (100%)
R 233 of 654 ~ 35.63%
G 192 of 654 ~ 29.36%
B 229 of 654 ~ 35.02%

%35.63
%29.36
%35.02

CMYK color model

#E9C0E5 color CMYK value is (0,18,2,9).

  • cyan value is 0.00%
  • magenta value is 17.60%
  • yellow value is 1.72%
  • key color value is 8.63%
CMYK:
(0,18,2,9)
C0M18Y2K9 
(0%,18%,2%,9%)
(0.00/0.18/0.02/0.09)	

CMYK percentages

%0
%17.6
%1.72
%8.63

Codes

Color #E9C0E5 in popluar color models

E9C0E5
RGB233192229
HSL306°48.24%83.33%
HSB/HSV306°17.60%91.37%
CMYK0.00%17.60%1.72%
8.63%

Color #E9C0E5 in popluar number systems.

HEXE9C0E5
Decimal233192229
Binary111010011100000011100101
Octal351300345

Shades and tints

Shades of #E9C0E5

#E9C0E5
(233,192,229)
#D4AFD1
(212,175,209)
#BF9EBD
(191,158,189)
#AA8DA9
(170,141,169)
#957C95
(149,124,149)
#806B81
(128,107,129)
#6B5A6D
(107,90,109)
#564959
(86,73,89)
#413845
(65,56,69)
#2C2731
(44,39,49)
#17161D
(23,22,29)
#000000
(0,0,0)

Tints of #E9C0E5

#E9C0E5
(233,192,229)
#EBC5E7
(235,197,231)
#EDCAE9
(237,202,233)
#EFCFEB
(239,207,235)
#F1D4ED
(241,212,237)
#F3D9EF
(243,217,239)
#F5DEF1
(245,222,241)
#F7E3F3
(247,227,243)
#F9E8F5
(249,232,245)
#FBEDF7
(251,237,247)
#FDF2F9
(253,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9C0E5 color. Also use rgb(233,192,229) instead hex code.

Text Font Color

.myTextColor { color: #E9C0E5; }

<p style="color:#E9C0E5">This sample text font color is #E9C0E5.</p>

This text font color is #E9C0E5.


Background Color

.myBgColor { background-color: #E9C0E5; }

<div style="background-color:#E9C0E5">Inner text</div>

This div background color is #E9C0E5.


Border color

.myBorderColor { border: 1px solid #E9C0E5; }

<div style="border:3px solid #E9C0E5">Div</div>

This div border color is #E9C0E5.


Opacity

.myOpacity80 { color: #E9C0E5; opacity: 0.8; }

<p style="color:#E9C0E5;opacity:0.8;">80%</p>

Text with #E9C0E5 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E9C0E5;}

<p style="text-shadow: 3px 3px 1px #E9C0E5">Text here.</p>

This text has shadow with #E9C0E5 color.

.textShadow {text-shadow: 3px 3px 1px #E9C0E5, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E9C0E5, 5px 5px 20px red">Text here.</p>

This text has shadow with #E9C0E5 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E9C0E5, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E9C0E5, Direction=45, Strength=4)">Text</p>

This text has shadow with #E9C0E5 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #E9C0E5;
  -webkit-box-shadow:	1px 1px 3px 2px #E9C0E5;
  box-shadow:		1px 1px 3px 2px #E9C0E5;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E9C0E5;
-webkit-box-shadow: 1px 1px 3px 2px #E9C0E5;
box-shadow:1px 1px 3px 2px #E9C0E5;">
Div content here</div>
This div box has shadow with color #E9C0E5.

Preview

Color preview on black background

This text has color #E9C0E5 on black background.


Color preview on white background

This text has color #E9C0E5 on white background.



Black color preview on #E9C0E5 background

This text has black color on #E9C0E5 background.


White color preview on #E9C0E5 background

This text has white color on #E9C0E5 background.