COLOR #E8C1E0

HEX: #E8C1E0
RGB: (232,193,224)

Color info

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

RGB color model

#E8C1E0 color RGB value is (232,193,224).

  • red value is 232;
  • green value is 193;
  • blue value is 224.
RGB:
(232,193,224)
(91%,76%,88%)

RGB channels and saturation

R 232 of 255 = 91%
G 193 of 255 = 76%
B 224 of 255 = 88%

232
193
224

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

Portions of RGB colors in percentages

R + G + B =
232 + 193 + 224 = 649 (100%)
R 232 of 649 ~ 35.75%
G 193 of 649 ~ 29.74%
B 224 of 649 ~ 34.51%

%35.75
%29.74
%34.51

CMYK color model

#E8C1E0 color CMYK value is (0,17,3,9).

  • cyan value is 0.00%
  • magenta value is 16.81%
  • yellow value is 3.45%
  • key color value is 9.02%
CMYK:
(0,17,3,9)
C0M17Y3K9 
(0%,17%,3%,9%)
(0.00/0.17/0.03/0.09)	

CMYK percentages

%0
%16.81
%3.45
%9.02

Codes

Color #E8C1E0 in popluar color models

E8C1E0
RGB232193224
HSL312°45.88%83.33%
HSB/HSV312°16.81%90.98%
CMYK0.00%16.81%3.45%
9.02%

Color #E8C1E0 in popluar number systems.

HEXE8C1E0
Decimal232193224
Binary111010001100000111100000
Octal350301340

Shades and tints

Shades of #E8C1E0

#E8C1E0
(232,193,224)
#D3B0CC
(211,176,204)
#BE9FB8
(190,159,184)
#A98EA4
(169,142,164)
#947D90
(148,125,144)
#7F6C7C
(127,108,124)
#6A5B68
(106,91,104)
#554A54
(85,74,84)
#403940
(64,57,64)
#2B282C
(43,40,44)
#161718
(22,23,24)
#000000
(0,0,0)

Tints of #E8C1E0

#E8C1E0
(232,193,224)
#EAC6E2
(234,198,226)
#ECCBE4
(236,203,228)
#EED0E6
(238,208,230)
#F0D5E8
(240,213,232)
#F2DAEA
(242,218,234)
#F4DFEC
(244,223,236)
#F6E4EE
(246,228,238)
#F8E9F0
(248,233,240)
#FAEEF2
(250,238,242)
#FCF3F4
(252,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8C1E0 color. Also use rgb(232,193,224) instead hex code.

Text Font Color

.myTextColor { color: #E8C1E0; }

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

This text font color is #E8C1E0.


Background Color

.myBgColor { background-color: #E8C1E0; }

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

This div background color is #E8C1E0.


Border color

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

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

This div border color is #E8C1E0.


Opacity

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

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

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

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

This text has shadow with #E8C1E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8C1E0 on black background.


Color preview on white background

This text has color #E8C1E0 on white background.



Black color preview on #E8C1E0 background

This text has black color on #E8C1E0 background.


White color preview on #E8C1E0 background

This text has white color on #E8C1E0 background.