COLOR #E8C0C8

HEX: #E8C0C8
RGB: (232,192,200)

Color info

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

RGB color model

#E8C0C8 color RGB value is (232,192,200).

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

RGB channels and saturation

R 232 of 255 = 91%
G 192 of 255 = 75%
B 200 of 255 = 78%

232
192
200

R + G + B ~ 81%. #E8C0C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 192 + 200 = 624 (100%)
R 232 of 624 ~ 37.18%
G 192 of 624 ~ 30.77%
B 200 of 624 ~ 32.05%

%37.18
%30.77
%32.05

CMYK color model

#E8C0C8 color CMYK value is (0,17,14,9).

  • cyan value is 0.00%
  • magenta value is 17.24%
  • yellow value is 13.79%
  • key color value is 9.02%
CMYK:
(0,17,14,9)
C0M17Y14K9 
(0%,17%,14%,9%)
(0.00/0.17/0.14/0.09)	

CMYK percentages

%0
%17.24
%13.79
%9.02

Codes

Color #E8C0C8 in popluar color models

E8C0C8
RGB232192200
HSL348°46.51%83.14%
HSB/HSV348°17.24%90.98%
CMYK0.00%17.24%13.79%
9.02%

Color #E8C0C8 in popluar number systems.

HEXE8C0C8
Decimal232192200
Binary111010001100000011001000
Octal350300310

Shades and tints

Shades of #E8C0C8

#E8C0C8
(232,192,200)
#D3AFB6
(211,175,182)
#BE9EA4
(190,158,164)
#A98D92
(169,141,146)
#947C80
(148,124,128)
#7F6B6E
(127,107,110)
#6A5A5C
(106,90,92)
#55494A
(85,73,74)
#403838
(64,56,56)
#2B2726
(43,39,38)
#161614
(22,22,20)
#000000
(0,0,0)

Tints of #E8C0C8

#E8C0C8
(232,192,200)
#EAC5CD
(234,197,205)
#ECCAD2
(236,202,210)
#EECFD7
(238,207,215)
#F0D4DC
(240,212,220)
#F2D9E1
(242,217,225)
#F4DEE6
(244,222,230)
#F6E3EB
(246,227,235)
#F8E8F0
(248,232,240)
#FAEDF5
(250,237,245)
#FCF2FA
(252,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8C0C8; }

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

This text font color is #E8C0C8.


Background Color

.myBgColor { background-color: #E8C0C8; }

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

This div background color is #E8C0C8.


Border color

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

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

This div border color is #E8C0C8.


Opacity

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

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

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

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

This text has shadow with #E8C0C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8C0C8 on black background.


Color preview on white background

This text has color #E8C0C8 on white background.



Black color preview on #E8C0C8 background

This text has black color on #E8C0C8 background.


White color preview on #E8C0C8 background

This text has white color on #E8C0C8 background.