COLOR #E8C2C8

HEX: #E8C2C8
RGB: (232,194,200)

Color info

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

RGB color model

#E8C2C8 color RGB value is (232,194,200).

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

RGB channels and saturation

R 232 of 255 = 91%
G 194 of 255 = 76%
B 200 of 255 = 78%

232
194
200

R + G + B ~ 82%. #E8C2C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 194 + 200 = 626 (100%)
R 232 of 626 ~ 37.06%
G 194 of 626 ~ 30.99%
B 200 of 626 ~ 31.95%

%37.06
%30.99
%31.95

CMYK color model

#E8C2C8 color CMYK value is (0,16,14,9).

  • cyan value is 0.00%
  • magenta value is 16.38%
  • yellow value is 13.79%
  • key color value is 9.02%
CMYK:
(0,16,14,9)
C0M16Y14K9 
(0%,16%,14%,9%)
(0.00/0.16/0.14/0.09)	

CMYK percentages

%0
%16.38
%13.79
%9.02

Codes

Color #E8C2C8 in popluar color models

E8C2C8
RGB232194200
HSL351°45.24%83.53%
HSB/HSV351°16.38%90.98%
CMYK0.00%16.38%13.79%
9.02%

Color #E8C2C8 in popluar number systems.

HEXE8C2C8
Decimal232194200
Binary111010001100001011001000
Octal350302310

Shades and tints

Shades of #E8C2C8

#E8C2C8
(232,194,200)
#D3B1B6
(211,177,182)
#BEA0A4
(190,160,164)
#A98F92
(169,143,146)
#947E80
(148,126,128)
#7F6D6E
(127,109,110)
#6A5C5C
(106,92,92)
#554B4A
(85,75,74)
#403A38
(64,58,56)
#2B2926
(43,41,38)
#161814
(22,24,20)
#000000
(0,0,0)

Tints of #E8C2C8

#E8C2C8
(232,194,200)
#EAC7CD
(234,199,205)
#ECCCD2
(236,204,210)
#EED1D7
(238,209,215)
#F0D6DC
(240,214,220)
#F2DBE1
(242,219,225)
#F4E0E6
(244,224,230)
#F6E5EB
(246,229,235)
#F8EAF0
(248,234,240)
#FAEFF5
(250,239,245)
#FCF4FA
(252,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8C2C8; }

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

This text font color is #E8C2C8.


Background Color

.myBgColor { background-color: #E8C2C8; }

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

This div background color is #E8C2C8.


Border color

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

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

This div border color is #E8C2C8.


Opacity

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

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

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

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

This text has shadow with #E8C2C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8C2C8 on black background.


Color preview on white background

This text has color #E8C2C8 on white background.



Black color preview on #E8C2C8 background

This text has black color on #E8C2C8 background.


White color preview on #E8C2C8 background

This text has white color on #E8C2C8 background.