COLOR #E8A1D5

HEX: #E8A1D5
RGB: (232,161,213)

Color info

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

RGB color model

#E8A1D5 color RGB value is (232,161,213).

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

RGB channels and saturation

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

232
161
213

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

Portions of RGB colors in percentages

R + G + B =
232 + 161 + 213 = 606 (100%)
R 232 of 606 ~ 38.28%
G 161 of 606 ~ 26.57%
B 213 of 606 ~ 35.15%

%38.28
%26.57
%35.15

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.60%
  • yellow value is 8.19%
  • 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
%8.19
%9.02

Codes

Color #E8A1D5 in popluar color models

E8A1D5
RGB232161213
HSL316°60.68%77.06%
HSB/HSV316°30.60%90.98%
CMYK0.00%30.60%8.19%
9.02%

Color #E8A1D5 in popluar number systems.

HEXE8A1D5
Decimal232161213
Binary111010001010000111010101
Octal350241325

Shades and tints

Shades of #E8A1D5

#E8A1D5
(232,161,213)
#D393C2
(211,147,194)
#BE85AF
(190,133,175)
#A9779C
(169,119,156)
#946989
(148,105,137)
#7F5B76
(127,91,118)
#6A4D63
(106,77,99)
#553F50
(85,63,80)
#40313D
(64,49,61)
#2B232A
(43,35,42)
#161517
(22,21,23)
#000000
(0,0,0)

Tints of #E8A1D5

#E8A1D5
(232,161,213)
#EAA9D8
(234,169,216)
#ECB1DB
(236,177,219)
#EEB9DE
(238,185,222)
#F0C1E1
(240,193,225)
#F2C9E4
(242,201,228)
#F4D1E7
(244,209,231)
#F6D9EA
(246,217,234)
#F8E1ED
(248,225,237)
#FAE9F0
(250,233,240)
#FCF1F3
(252,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8A1D5; }

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

This text font color is #E8A1D5.


Background Color

.myBgColor { background-color: #E8A1D5; }

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

This div background color is #E8A1D5.


Border color

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

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

This div border color is #E8A1D5.


Opacity

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

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

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

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

This text has shadow with #E8A1D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8A1D5 on black background.


Color preview on white background

This text has color #E8A1D5 on white background.



Black color preview on #E8A1D5 background

This text has black color on #E8A1D5 background.


White color preview on #E8A1D5 background

This text has white color on #E8A1D5 background.