COLOR #E8A5DF

HEX: #E8A5DF RGB: (232,165,223)

Color info

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

RGB color model

#E8A5DF color RGB value is (232,165,223).

RGB: (232,165,223) (91%, 65%, 87%)

RGB channels and saturation

R 232 of 255 = 91%
G 165 of 255 = 65%
B 223 of 255 = 87%

232
165
223

R + G + B ~ 81%. #E8A5DF is quite light color.

Portions of RGB colors in percentages

R + G + B = 232 + 165 + 223 = 620 (100%)
R 232 of 620 ~ 37.42%
G 165 of 620 ~ 26.61%
B 223 of 620 ~ 35.97'%

%37.42
%26.61
%35.97

CMYK color model

#E8A5DF color CMYK value is (0,29,4,9).

  • cyan value is 0.00%
  • magenta value is 28.88%
  • yellow value is 3.88%
  • key color value is 9.02%
CMYK: (0,29,4,9) C0M29Y4K9 (0%,29%,4%,9%) (0.00/0.29/0.04/0.09) 

CMYK percentages

%0
%28.88
%3.88
%9.02

Codes

Color #E8A5DF in popluar color models

E8 A5 DF
RGB 232 165 223
HSL 308° 59.29% 77.84%
HSB/HSV 308° 28.88% 90.98%
CMYK 0.00% 28.88% 3.88%
9.02%

Color #E8A5DF in popluar number systems.

HEX E8 A5 DF
Decimal 232 165 223
Binary 11101000 10100101 11011111
Octal 350 245 337

Shades and tints

Shades of #E8A5DF

#E8A5DF
(232,165,223)
#D396CB
(211,150,203)
#BE87B7
(190,135,183)
#A978A3
(169,120,163)
#94698F
(148,105,143)
#7F5A7B
(127,90,123)
#6A4B67
(106,75,103)
#553C53
(85,60,83)
#402D3F
(64,45,63)
#2B1E2B
(43,30,43)
#160F17
(22,15,23)
#000000
(0,0,0)

Tints of #E8A5DF

#E8A5DF
(232,165,223)
#EAADE1
(234,173,225)
#ECB5E3
(236,181,227)
#EEBDE5
(238,189,229)
#F0C5E7
(240,197,231)
#F2CDE9
(242,205,233)
#F4D5EB
(244,213,235)
#F6DDED
(246,221,237)
#F8E5EF
(248,229,239)
#FAEDF1
(250,237,241)
#FCF5F3
(252,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8A5DF color. Also use rgb(232,165,223) instead hex code.

Text Font Color

.myTextColor { color: #E8A5DF; }

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

This text font color is #E8A5DF.

Background Color

.myBgColor { background-color: #E8A5DF; }

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

This div background color is #E8A5DF.

Border color

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

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

This div border color is #E8A5DF.

Opacity

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

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

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

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

This text has shadow with #E8A5DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8A5DF.

Preview

Color preview on black background

This text has color #E8A5DF on black background.


Color preview on white background

This text has color #E8A5DF on white background.


Black color preview on #E8A5DF background

This text has black color on #E8A5DF background.


White color preview on #E8A5DF background

This text has white color on #E8A5DF background.


Related colors

Complementary color

Complementary color for #hex is #175A20.


I love getcolorcode.com

Triadic colors

1 #DFE8A5 and #A5DFE8 with #E8A5DF are triadic colors.

2 #DFA5E8 and #A5E8DF with #E8A5DF are triadic colors.