COLOR #E89AD9

HEX: #E89AD9 RGB: (232,154,217)

Color info

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

RGB color model

#E89AD9 color RGB value is (232,154,217).

RGB: (232,154,217) (91%, 60%, 85%)

RGB channels and saturation

R 232 of 255 = 91%
G 154 of 255 = 60%
B 217 of 255 = 85%

232
154
217

R + G + B ~ 79%. #E89AD9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 232 + 154 + 217 = 603 (100%)
R 232 of 603 ~ 38.47%
G 154 of 603 ~ 25.54%
B 217 of 603 ~ 35.99'%

%38.47
%25.54
%35.99

CMYK color model

#E89AD9 color CMYK value is (0,34,6,9).

  • cyan value is 0.00%
  • magenta value is 33.62%
  • yellow value is 6.47%
  • key color value is 9.02%

CMYK: (0,34,6,9)
C0M34Y6K9 (0%, 34%, 6%, 9%)
(0.00 / 0.34 / 0.06 / 0.09)

CMYK percentages

%0
%33.62
%6.47
%9.02

Codes

Color #E89AD9 in popluar color models

E8 9A D9
RGB 232 154 217
HSL 312° 62.90% 75.69%
HSB/HSV 312° 33.62% 90.98%
CMYK 0.00% 33.62% 6.47%
9.02%

Color #E89AD9 in popluar number systems.

HEX E8 9A D9
Decimal 232 154 217
Binary 11101000 10011010 11011001
Octal 350 232 331

Shades and tints

Shades of #E89AD9

#E89AD9
(232,154,217)
#D38CC6
(211,140,198)
#BE7EB3
(190,126,179)
#A970A0
(169,112,160)
#94628D
(148,98,141)
#7F547A
(127,84,122)
#6A4667
(106,70,103)
#553854
(85,56,84)
#402A41
(64,42,65)
#2B1C2E
(43,28,46)
#160E1B
(22,14,27)
#000000
(0,0,0)

Tints of #E89AD9

#E89AD9
(232,154,217)
#EAA3DC
(234,163,220)
#ECACDF
(236,172,223)
#EEB5E2
(238,181,226)
#F0BEE5
(240,190,229)
#F2C7E8
(242,199,232)
#F4D0EB
(244,208,235)
#F6D9EE
(246,217,238)
#F8E2F1
(248,226,241)
#FAEBF4
(250,235,244)
#FCF4F7
(252,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E89AD9 color. Also use rgb(232,154,217) instead hex code.

Text Font Color

.myTextColor { color: #E89AD9; }

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

This text font color is #E89AD9.

Background Color

.myBgColor { background-color: #E89AD9; }

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

This div background color is #E89AD9.

Border color

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

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

This div border color is #E89AD9.

Opacity

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

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

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

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

This text has shadow with #E89AD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E89AD9.

Preview

Color preview on black background

This text has color #E89AD9 on black background.


Color preview on white background

This text has color #E89AD9 on white background.


Black color preview on #E89AD9 background

This text has black color on #E89AD9 background.


White color preview on #E89AD9 background

This text has white color on #E89AD9 background.


Related colors

Complementary color

Complementary color for #hex is #176526.


I love getcolorcode.com

Triadic colors

1 #D9E89A and #9AD9E8 with #E89AD9 are triadic colors.

2 #D99AE8 and #9AE8D9 with #E89AD9 are triadic colors.