COLOR #E8A5DC

HEX: #E8A5DC
RGB: (232,165,220)

Color info

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

RGB color model

#E8A5DC color RGB value is (232,165,220).

  • red value is 232;
  • green value is 165;
  • blue value is 220.
RGB:
(232,165,220)
(91%,65%,86%)

RGB channels and saturation

R 232 of 255 = 91%
G 165 of 255 = 65%
B 220 of 255 = 86%

232
165
220

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

Portions of RGB colors in percentages

R + G + B =
232 + 165 + 220 = 617 (100%)
R 232 of 617 ~ 37.6%
G 165 of 617 ~ 26.74%
B 220 of 617 ~ 35.66%

%37.6
%26.74
%35.66

CMYK color model

#E8A5DC color CMYK value is (0,29,5,9).

  • cyan value is 0.00%
  • magenta value is 28.88%
  • yellow value is 5.17%
  • key color value is 9.02%
CMYK:
(0,29,5,9)
C0M29Y5K9 
(0%,29%,5%,9%)
(0.00/0.29/0.05/0.09)	

CMYK percentages

%0
%28.88
%5.17
%9.02

Codes

Color #E8A5DC in popluar color models

E8A5DC
RGB232165220
HSL311°59.29%77.84%
HSB/HSV311°28.88%90.98%
CMYK0.00%28.88%5.17%
9.02%

Color #E8A5DC in popluar number systems.

HEXE8A5DC
Decimal232165220
Binary111010001010010111011100
Octal350245334

Shades and tints

Shades of #E8A5DC

#E8A5DC
(232,165,220)
#D396C8
(211,150,200)
#BE87B4
(190,135,180)
#A978A0
(169,120,160)
#94698C
(148,105,140)
#7F5A78
(127,90,120)
#6A4B64
(106,75,100)
#553C50
(85,60,80)
#402D3C
(64,45,60)
#2B1E28
(43,30,40)
#160F14
(22,15,20)
#000000
(0,0,0)

Tints of #E8A5DC

#E8A5DC
(232,165,220)
#EAADDF
(234,173,223)
#ECB5E2
(236,181,226)
#EEBDE5
(238,189,229)
#F0C5E8
(240,197,232)
#F2CDEB
(242,205,235)
#F4D5EE
(244,213,238)
#F6DDF1
(246,221,241)
#F8E5F4
(248,229,244)
#FAEDF7
(250,237,247)
#FCF5FA
(252,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8A5DC; }

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

This text font color is #E8A5DC.


Background Color

.myBgColor { background-color: #E8A5DC; }

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

This div background color is #E8A5DC.


Border color

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

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

This div border color is #E8A5DC.


Opacity

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

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

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

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

This text has shadow with #E8A5DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8A5DC on black background.


Color preview on white background

This text has color #E8A5DC on white background.



Black color preview on #E8A5DC background

This text has black color on #E8A5DC background.


White color preview on #E8A5DC background

This text has white color on #E8A5DC background.