COLOR #E9A5D6

HEX: #E9A5D6 RGB: (233,165,214)

Color info

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

RGB color model

#E9A5D6 color RGB value is (233,165,214).

RGB: (233,165,214) (91%, 65%, 84%)

RGB channels and saturation

R 233 of 255 = 91%
G 165 of 255 = 65%
B 214 of 255 = 84%

233
165
214

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

Portions of RGB colors in percentages

R + G + B = 233 + 165 + 214 = 612 (100%)
R 233 of 612 ~ 38.07%
G 165 of 612 ~ 26.96%
B 214 of 612 ~ 34.97'%

%38.07
%26.96
%34.97

CMYK color model

#E9A5D6 color CMYK value is (0,29,8,9).

  • cyan value is 0.00%
  • magenta value is 29.18%
  • yellow value is 8.15%
  • key color value is 8.63%
CMYK: (0,29,8,9) C0M29Y8K9 (0%,29%,8%,9%) (0.00/0.29/0.08/0.09) 

CMYK percentages

%0
%29.18
%8.15
%8.63

Codes

Color #E9A5D6 in popluar color models

E9 A5 D6
RGB 233 165 214
HSL 317° 60.71% 78.04%
HSB/HSV 317° 29.18% 91.37%
CMYK 0.00% 29.18% 8.15%
8.63%

Color #E9A5D6 in popluar number systems.

HEX E9 A5 D6
Decimal 233 165 214
Binary 11101001 10100101 11010110
Octal 351 245 326

Shades and tints

Shades of #E9A5D6

#E9A5D6
(233,165,214)
#D496C3
(212,150,195)
#BF87B0
(191,135,176)
#AA789D
(170,120,157)
#95698A
(149,105,138)
#805A77
(128,90,119)
#6B4B64
(107,75,100)
#563C51
(86,60,81)
#412D3E
(65,45,62)
#2C1E2B
(44,30,43)
#170F18
(23,15,24)
#000000
(0,0,0)

Tints of #E9A5D6

#E9A5D6
(233,165,214)
#EBADD9
(235,173,217)
#EDB5DC
(237,181,220)
#EFBDDF
(239,189,223)
#F1C5E2
(241,197,226)
#F3CDE5
(243,205,229)
#F5D5E8
(245,213,232)
#F7DDEB
(247,221,235)
#F9E5EE
(249,229,238)
#FBEDF1
(251,237,241)
#FDF5F4
(253,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9A5D6 color. Also use rgb(233,165,214) instead hex code.

Text Font Color

.myTextColor { color: #E9A5D6; }

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

This text font color is #E9A5D6.

Background Color

.myBgColor { background-color: #E9A5D6; }

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

This div background color is #E9A5D6.

Border color

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

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

This div border color is #E9A5D6.

Opacity

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

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

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

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

This text has shadow with #E9A5D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9A5D6.

Preview

Color preview on black background

This text has color #E9A5D6 on black background.


Color preview on white background

This text has color #E9A5D6 on white background.


Black color preview on #E9A5D6 background

This text has black color on #E9A5D6 background.


White color preview on #E9A5D6 background

This text has white color on #E9A5D6 background.


Related colors

Complementary color

Complementary color for #hex is #165A29.


I love getcolorcode.com

Triadic colors

1 #D6E9A5 and #A5D6E9 with #E9A5D6 are triadic colors.

2 #D6A5E9 and #A5E9D6 with #E9A5D6 are triadic colors.