COLOR #E8C1E4

HEX: #E8C1E4
RGB: (232,193,228)

Color info

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

RGB color model

#E8C1E4 color RGB value is (232,193,228).

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

RGB channels and saturation

R 232 of 255 = 91%
G 193 of 255 = 76%
B 228 of 255 = 89%

232
193
228

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

Portions of RGB colors in percentages

R + G + B =
232 + 193 + 228 = 653 (100%)
R 232 of 653 ~ 35.53%
G 193 of 653 ~ 29.56%
B 228 of 653 ~ 34.92%

%35.53
%29.56
%34.92

CMYK color model

#E8C1E4 color CMYK value is (0,17,2,9).

  • cyan value is 0.00%
  • magenta value is 16.81%
  • yellow value is 1.72%
  • key color value is 9.02%
CMYK:
(0,17,2,9)
C0M17Y2K9 
(0%,17%,2%,9%)
(0.00/0.17/0.02/0.09)	

CMYK percentages

%0
%16.81
%1.72
%9.02

Codes

Color #E8C1E4 in popluar color models

E8C1E4
RGB232193228
HSL306°45.88%83.33%
HSB/HSV306°16.81%90.98%
CMYK0.00%16.81%1.72%
9.02%

Color #E8C1E4 in popluar number systems.

HEXE8C1E4
Decimal232193228
Binary111010001100000111100100
Octal350301344

Shades and tints

Shades of #E8C1E4

#E8C1E4
(232,193,228)
#D3B0D0
(211,176,208)
#BE9FBC
(190,159,188)
#A98EA8
(169,142,168)
#947D94
(148,125,148)
#7F6C80
(127,108,128)
#6A5B6C
(106,91,108)
#554A58
(85,74,88)
#403944
(64,57,68)
#2B2830
(43,40,48)
#16171C
(22,23,28)
#000000
(0,0,0)

Tints of #E8C1E4

#E8C1E4
(232,193,228)
#EAC6E6
(234,198,230)
#ECCBE8
(236,203,232)
#EED0EA
(238,208,234)
#F0D5EC
(240,213,236)
#F2DAEE
(242,218,238)
#F4DFF0
(244,223,240)
#F6E4F2
(246,228,242)
#F8E9F4
(248,233,244)
#FAEEF6
(250,238,246)
#FCF3F8
(252,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8C1E4; }

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

This text font color is #E8C1E4.


Background Color

.myBgColor { background-color: #E8C1E4; }

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

This div background color is #E8C1E4.


Border color

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

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

This div border color is #E8C1E4.


Opacity

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

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

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

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

This text has shadow with #E8C1E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8C1E4 on black background.


Color preview on white background

This text has color #E8C1E4 on white background.



Black color preview on #E8C1E4 background

This text has black color on #E8C1E4 background.


White color preview on #E8C1E4 background

This text has white color on #E8C1E4 background.