COLOR #E9A8E6

HEX: #E9A8E6 RGB: (233,168,230)

Color info

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

RGB color model

#E9A8E6 color RGB value is (233,168,230).

RGB: (233,168,230) (91%, 66%, 90%)

RGB channels and saturation

R 233 of 255 = 91%
G 168 of 255 = 66%
B 230 of 255 = 90%

233
168
230

R + G + B ~ 82%. #E9A8E6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 233 + 168 + 230 = 631 (100%)
R 233 of 631 ~ 36.93%
G 168 of 631 ~ 26.62%
B 230 of 631 ~ 36.45'%

%36.93
%26.62
%36.45

CMYK color model

#E9A8E6 color CMYK value is (0,28,1,9).

  • cyan value is 0.00%
  • magenta value is 27.90%
  • yellow value is 1.29%
  • key color value is 8.63%
CMYK: (0,28,1,9) C0M28Y1K9 (0%,28%,1%,9%) (0.00/0.28/0.01/0.09) 

CMYK percentages

%0
%27.9
%1.29
%8.63

Codes

Color #E9A8E6 in popluar color models

E9 A8 E6
RGB 233 168 230
HSL 303° 59.63% 78.63%
HSB/HSV 303° 27.90% 91.37%
CMYK 0.00% 27.90% 1.29%
8.63%

Color #E9A8E6 in popluar number systems.

HEX E9 A8 E6
Decimal 233 168 230
Binary 11101001 10101000 11100110
Octal 351 250 346

Shades and tints

Shades of #E9A8E6

#E9A8E6
(233,168,230)
#D499D2
(212,153,210)
#BF8ABE
(191,138,190)
#AA7BAA
(170,123,170)
#956C96
(149,108,150)
#805D82
(128,93,130)
#6B4E6E
(107,78,110)
#563F5A
(86,63,90)
#413046
(65,48,70)
#2C2132
(44,33,50)
#17121E
(23,18,30)
#000000
(0,0,0)

Tints of #E9A8E6

#E9A8E6
(233,168,230)
#EBAFE8
(235,175,232)
#EDB6EA
(237,182,234)
#EFBDEC
(239,189,236)
#F1C4EE
(241,196,238)
#F3CBF0
(243,203,240)
#F5D2F2
(245,210,242)
#F7D9F4
(247,217,244)
#F9E0F6
(249,224,246)
#FBE7F8
(251,231,248)
#FDEEFA
(253,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9A8E6 color. Also use rgb(233,168,230) instead hex code.

Text Font Color

.myTextColor { color: #E9A8E6; }

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

This text font color is #E9A8E6.

Background Color

.myBgColor { background-color: #E9A8E6; }

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

This div background color is #E9A8E6.

Border color

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

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

This div border color is #E9A8E6.

Opacity

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

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

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

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

This text has shadow with #E9A8E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9A8E6.

Preview

Color preview on black background

This text has color #E9A8E6 on black background.


Color preview on white background

This text has color #E9A8E6 on white background.


Black color preview on #E9A8E6 background

This text has black color on #E9A8E6 background.


White color preview on #E9A8E6 background

This text has white color on #E9A8E6 background.


Related colors

Complementary color

Complementary color for #hex is #165719.


I love getcolorcode.com

Triadic colors

1 #E6E9A8 and #A8E6E9 with #E9A8E6 are triadic colors.

2 #E6A8E9 and #A8E9E6 with #E9A8E6 are triadic colors.