COLOR #E9A0E5

HEX: #E9A0E5 RGB: (233,160,229)

Color info

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

RGB color model

#E9A0E5 color RGB value is (233,160,229).

RGB: (233,160,229) (91%, 63%, 90%)

RGB channels and saturation

R 233 of 255 = 91%
G 160 of 255 = 63%
B 229 of 255 = 90%

233
160
229

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

Portions of RGB colors in percentages

R + G + B = 233 + 160 + 229 = 622 (100%)
R 233 of 622 ~ 37.46%
G 160 of 622 ~ 25.72%
B 229 of 622 ~ 36.82'%

%37.46
%25.72
%36.82

CMYK color model

#E9A0E5 color CMYK value is (0,31,2,9).

  • cyan value is 0.00%
  • magenta value is 31.33%
  • yellow value is 1.72%
  • key color value is 8.63%

CMYK: (0,31,2,9)
C0M31Y2K9 (0%, 31%, 2%, 9%)
(0.00 / 0.31 / 0.02 / 0.09)

CMYK percentages

%0
%31.33
%1.72
%8.63

Codes

Color #E9A0E5 in popluar color models

E9 A0 E5
RGB 233 160 229
HSL 303° 62.39% 77.06%
HSB/HSV 303° 31.33% 91.37%
CMYK 0.00% 31.33% 1.72%
8.63%

Color #E9A0E5 in popluar number systems.

HEX E9 A0 E5
Decimal 233 160 229
Binary 11101001 10100000 11100101
Octal 351 240 345

Shades and tints

Shades of #E9A0E5

#E9A0E5
(233,160,229)
#D492D1
(212,146,209)
#BF84BD
(191,132,189)
#AA76A9
(170,118,169)
#956895
(149,104,149)
#805A81
(128,90,129)
#6B4C6D
(107,76,109)
#563E59
(86,62,89)
#413045
(65,48,69)
#2C2231
(44,34,49)
#17141D
(23,20,29)
#000000
(0,0,0)

Tints of #E9A0E5

#E9A0E5
(233,160,229)
#EBA8E7
(235,168,231)
#EDB0E9
(237,176,233)
#EFB8EB
(239,184,235)
#F1C0ED
(241,192,237)
#F3C8EF
(243,200,239)
#F5D0F1
(245,208,241)
#F7D8F3
(247,216,243)
#F9E0F5
(249,224,245)
#FBE8F7
(251,232,247)
#FDF0F9
(253,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9A0E5 color. Also use rgb(233,160,229) instead hex code.

Text Font Color

.myTextColor { color: #E9A0E5; }

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

This text font color is #E9A0E5.

Background Color

.myBgColor { background-color: #E9A0E5; }

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

This div background color is #E9A0E5.

Border color

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

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

This div border color is #E9A0E5.

Opacity

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

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

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

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

This text has shadow with #E9A0E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9A0E5.

Preview

Color preview on black background

This text has color #E9A0E5 on black background.


Color preview on white background

This text has color #E9A0E5 on white background.


Black color preview on #E9A0E5 background

This text has black color on #E9A0E5 background.


White color preview on #E9A0E5 background

This text has white color on #E9A0E5 background.


Related colors

Complementary color

Complementary color for #hex is #165F1A.


I love getcolorcode.com

Triadic colors

1 #E5E9A0 and #A0E5E9 with #E9A0E5 are triadic colors.

2 #E5A0E9 and #A0E9E5 with #E9A0E5 are triadic colors.