COLOR #E5A9DF

HEX: #E5A9DF RGB: (229,169,223)

Color info

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

RGB color model

#E5A9DF color RGB value is (229,169,223).

RGB: (229,169,223) (90%, 66%, 87%)

RGB channels and saturation

R 229 of 255 = 90%
G 169 of 255 = 66%
B 223 of 255 = 87%

229
169
223

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

Portions of RGB colors in percentages

R + G + B = 229 + 169 + 223 = 621 (100%)
R 229 of 621 ~ 36.88%
G 169 of 621 ~ 27.21%
B 223 of 621 ~ 35.91'%

%36.88
%27.21
%35.91

CMYK color model

#E5A9DF color CMYK value is (0,26,3,10).

  • cyan value is 0.00%
  • magenta value is 26.20%
  • yellow value is 2.62%
  • key color value is 10.20%

CMYK: (0,26,3,10)
C0M26Y3K10 (0%, 26%, 3%, 10%)
(0.00 / 0.26 / 0.03 / 0.10)

CMYK percentages

%0
%26.2
%2.62
%10.2

Codes

Color #E5A9DF in popluar color models

E5 A9 DF
RGB 229 169 223
HSL 306° 53.57% 78.04%
HSB/HSV 306° 26.20% 89.80%
CMYK 0.00% 26.20% 2.62%
10.20%

Color #E5A9DF in popluar number systems.

HEX E5 A9 DF
Decimal 229 169 223
Binary 11100101 10101001 11011111
Octal 345 251 337

Shades and tints

Shades of #E5A9DF

#E5A9DF
(229,169,223)
#D19ACB
(209,154,203)
#BD8BB7
(189,139,183)
#A97CA3
(169,124,163)
#956D8F
(149,109,143)
#815E7B
(129,94,123)
#6D4F67
(109,79,103)
#594053
(89,64,83)
#45313F
(69,49,63)
#31222B
(49,34,43)
#1D1317
(29,19,23)
#000000
(0,0,0)

Tints of #E5A9DF

#E5A9DF
(229,169,223)
#E7B0E1
(231,176,225)
#E9B7E3
(233,183,227)
#EBBEE5
(235,190,229)
#EDC5E7
(237,197,231)
#EFCCE9
(239,204,233)
#F1D3EB
(241,211,235)
#F3DAED
(243,218,237)
#F5E1EF
(245,225,239)
#F7E8F1
(247,232,241)
#F9EFF3
(249,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5A9DF color. Also use rgb(229,169,223) instead hex code.

Text Font Color

.myTextColor { color: #E5A9DF; }

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

This text font color is #E5A9DF.

Background Color

.myBgColor { background-color: #E5A9DF; }

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

This div background color is #E5A9DF.

Border color

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

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

This div border color is #E5A9DF.

Opacity

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

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

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

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

This text has shadow with #E5A9DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5A9DF.

Preview

Color preview on black background

This text has color #E5A9DF on black background.


Color preview on white background

This text has color #E5A9DF on white background.


Black color preview on #E5A9DF background

This text has black color on #E5A9DF background.


White color preview on #E5A9DF background

This text has white color on #E5A9DF background.


Related colors

Complementary color

Complementary color for #hex is #1A5620.


I love getcolorcode.com

Triadic colors

1 #DFE5A9 and #A9DFE5 with #E5A9DF are triadic colors.

2 #DFA9E5 and #A9E5DF with #E5A9DF are triadic colors.