COLOR #E8C0E5

HEX: #E8C0E5
RGB: (232,192,229)

Color info

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

RGB color model

#E8C0E5 color RGB value is (232,192,229).

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

RGB channels and saturation

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

232
192
229

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

Portions of RGB colors in percentages

R + G + B =
232 + 192 + 229 = 653 (100%)
R 232 of 653 ~ 35.53%
G 192 of 653 ~ 29.4%
B 229 of 653 ~ 35.07%

%35.53
%29.4
%35.07

CMYK color model

#E8C0E5 color CMYK value is (0,17,1,9).

  • cyan value is 0.00%
  • magenta value is 17.24%
  • yellow value is 1.29%
  • key color value is 9.02%
CMYK:
(0,17,1,9)
C0M17Y1K9 
(0%,17%,1%,9%)
(0.00/0.17/0.01/0.09)	

CMYK percentages

%0
%17.24
%1.29
%9.02

Codes

Color #E8C0E5 in popluar color models

E8C0E5
RGB232192229
HSL305°46.51%83.14%
HSB/HSV305°17.24%90.98%
CMYK0.00%17.24%1.29%
9.02%

Color #E8C0E5 in popluar number systems.

HEXE8C0E5
Decimal232192229
Binary111010001100000011100101
Octal350300345

Shades and tints

Shades of #E8C0E5

#E8C0E5
(232,192,229)
#D3AFD1
(211,175,209)
#BE9EBD
(190,158,189)
#A98DA9
(169,141,169)
#947C95
(148,124,149)
#7F6B81
(127,107,129)
#6A5A6D
(106,90,109)
#554959
(85,73,89)
#403845
(64,56,69)
#2B2731
(43,39,49)
#16161D
(22,22,29)
#000000
(0,0,0)

Tints of #E8C0E5

#E8C0E5
(232,192,229)
#EAC5E7
(234,197,231)
#ECCAE9
(236,202,233)
#EECFEB
(238,207,235)
#F0D4ED
(240,212,237)
#F2D9EF
(242,217,239)
#F4DEF1
(244,222,241)
#F6E3F3
(246,227,243)
#F8E8F5
(248,232,245)
#FAEDF7
(250,237,247)
#FCF2F9
(252,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8C0E5; }

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

This text font color is #E8C0E5.


Background Color

.myBgColor { background-color: #E8C0E5; }

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

This div background color is #E8C0E5.


Border color

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

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

This div border color is #E8C0E5.


Opacity

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

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

Text with #E8C0E5 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 #E8C0E5;}

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

This text has shadow with #E8C0E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8C0E5 on black background.


Color preview on white background

This text has color #E8C0E5 on white background.



Black color preview on #E8C0E5 background

This text has black color on #E8C0E5 background.


White color preview on #E8C0E5 background

This text has white color on #E8C0E5 background.