COLOR #E8A1D6

HEX: #E8A1D6
RGB: (232,161,214)

Color info

#E8A1D6 contains mainly red and blue colors. Web safe color of #E8A1D6 is #FF99CC (or #F9C).

RGB color model

#E8A1D6 color RGB value is (232,161,214).

  • red value is 232;
  • green value is 161;
  • blue value is 214.
RGB:
(232,161,214)
(91%,63%,84%)

RGB channels and saturation

R 232 of 255 = 91%
G 161 of 255 = 63%
B 214 of 255 = 84%

232
161
214

R + G + B ~ 79%. #E8A1D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 161 + 214 = 607 (100%)
R 232 of 607 ~ 38.22%
G 161 of 607 ~ 26.52%
B 214 of 607 ~ 35.26%

%38.22
%26.52
%35.26

CMYK color model

#E8A1D6 color CMYK value is (0,31,8,9).

  • cyan value is 0.00%
  • magenta value is 30.60%
  • yellow value is 7.76%
  • key color value is 9.02%
CMYK:
(0,31,8,9)
C0M31Y8K9 
(0%,31%,8%,9%)
(0.00/0.31/0.08/0.09)	

CMYK percentages

%0
%30.6
%7.76
%9.02

Codes

Color #E8A1D6 in popluar color models

E8A1D6
RGB232161214
HSL315°60.68%77.06%
HSB/HSV315°30.60%90.98%
CMYK0.00%30.60%7.76%
9.02%

Color #E8A1D6 in popluar number systems.

HEXE8A1D6
Decimal232161214
Binary111010001010000111010110
Octal350241326

Shades and tints

Shades of #E8A1D6

#E8A1D6
(232,161,214)
#D393C3
(211,147,195)
#BE85B0
(190,133,176)
#A9779D
(169,119,157)
#94698A
(148,105,138)
#7F5B77
(127,91,119)
#6A4D64
(106,77,100)
#553F51
(85,63,81)
#40313E
(64,49,62)
#2B232B
(43,35,43)
#161518
(22,21,24)
#000000
(0,0,0)

Tints of #E8A1D6

#E8A1D6
(232,161,214)
#EAA9D9
(234,169,217)
#ECB1DC
(236,177,220)
#EEB9DF
(238,185,223)
#F0C1E2
(240,193,226)
#F2C9E5
(242,201,229)
#F4D1E8
(244,209,232)
#F6D9EB
(246,217,235)
#F8E1EE
(248,225,238)
#FAE9F1
(250,233,241)
#FCF1F4
(252,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8A1D6 color. Also use rgb(232,161,214) instead hex code.

Text Font Color

.myTextColor { color: #E8A1D6; }

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

This text font color is #E8A1D6.


Background Color

.myBgColor { background-color: #E8A1D6; }

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

This div background color is #E8A1D6.


Border color

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

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

This div border color is #E8A1D6.


Opacity

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

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

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

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

This text has shadow with #E8A1D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8A1D6 on black background.


Color preview on white background

This text has color #E8A1D6 on white background.



Black color preview on #E8A1D6 background

This text has black color on #E8A1D6 background.


White color preview on #E8A1D6 background

This text has white color on #E8A1D6 background.