COLOR #E5A5DC

HEX: #E5A5DC
RGB: (229,165,220)

Color info

#E5A5DC contains mainly red and blue colors. Web safe color of #E5A5DC is #CC99CC (or #C9C).

RGB color model

#E5A5DC color RGB value is (229,165,220).

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

RGB channels and saturation

R 229 of 255 = 90%
G 165 of 255 = 65%
B 220 of 255 = 86%

229
165
220

R + G + B ~ 80%. #E5A5DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 165 + 220 = 614 (100%)
R 229 of 614 ~ 37.3%
G 165 of 614 ~ 26.87%
B 220 of 614 ~ 35.83%

%37.3
%26.87
%35.83

CMYK color model

#E5A5DC color CMYK value is (0,28,4,10).

  • cyan value is 0.00%
  • magenta value is 27.95%
  • yellow value is 3.93%
  • key color value is 10.20%
CMYK:
(0,28,4,10)
C0M28Y4K10 
(0%,28%,4%,10%)
(0.00/0.28/0.04/0.10)	

CMYK percentages

%0
%27.95
%3.93
%10.2

Codes

Color #E5A5DC in popluar color models

E5A5DC
RGB229165220
HSL308°55.17%77.25%
HSB/HSV308°27.95%89.80%
CMYK0.00%27.95%3.93%
10.20%

Color #E5A5DC in popluar number systems.

HEXE5A5DC
Decimal229165220
Binary111001011010010111011100
Octal345245334

Shades and tints

Shades of #E5A5DC

#E5A5DC
(229,165,220)
#D196C8
(209,150,200)
#BD87B4
(189,135,180)
#A978A0
(169,120,160)
#95698C
(149,105,140)
#815A78
(129,90,120)
#6D4B64
(109,75,100)
#593C50
(89,60,80)
#452D3C
(69,45,60)
#311E28
(49,30,40)
#1D0F14
(29,15,20)
#000000
(0,0,0)

Tints of #E5A5DC

#E5A5DC
(229,165,220)
#E7ADDF
(231,173,223)
#E9B5E2
(233,181,226)
#EBBDE5
(235,189,229)
#EDC5E8
(237,197,232)
#EFCDEB
(239,205,235)
#F1D5EE
(241,213,238)
#F3DDF1
(243,221,241)
#F5E5F4
(245,229,244)
#F7EDF7
(247,237,247)
#F9F5FA
(249,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5A5DC; }

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

This text font color is #E5A5DC.


Background Color

.myBgColor { background-color: #E5A5DC; }

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

This div background color is #E5A5DC.


Border color

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

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

This div border color is #E5A5DC.


Opacity

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

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

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

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

This text has shadow with #E5A5DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5A5DC on black background.


Color preview on white background

This text has color #E5A5DC on white background.



Black color preview on #E5A5DC background

This text has black color on #E5A5DC background.


White color preview on #E5A5DC background

This text has white color on #E5A5DC background.