COLOR #E99AAD

HEX: #E99AAD RGB: (233,154,173)

Color info

#E99AAD contains mainly red color. Web safe color of #E99AAD is #FF9999 (or #F99).

RGB color model

#E99AAD color RGB value is (233,154,173).

RGB: (233,154,173) (91%, 60%, 68%)

RGB channels and saturation

R 233 of 255 = 91%
G 154 of 255 = 60%
B 173 of 255 = 68%

233
154
173

R + G + B ~ 73%. #E99AAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 233 + 154 + 173 = 560 (100%)
R 233 of 560 ~ 41.61%
G 154 of 560 ~ 27.5%
B 173 of 560 ~ 30.89'%

%41.61
%27.5
%30.89

CMYK color model

#E99AAD color CMYK value is (0,34,26,9).

  • cyan value is 0.00%
  • magenta value is 33.91%
  • yellow value is 25.75%
  • key color value is 8.63%

CMYK: (0,34,26,9)
C0M34Y26K9 (0%, 34%, 26%, 9%)
(0.00 / 0.34 / 0.26 / 0.09)

CMYK percentages

%0
%33.91
%25.75
%8.63

Codes

Color #E99AAD in popluar color models

E9 9A AD
RGB 233 154 173
HSL 346° 64.23% 75.88%
HSB/HSV 346° 33.91% 91.37%
CMYK 0.00% 33.91% 25.75%
8.63%

Color #E99AAD in popluar number systems.

HEX E9 9A AD
Decimal 233 154 173
Binary 11101001 10011010 10101101
Octal 351 232 255

Shades and tints

Shades of #E99AAD

#E99AAD
(233,154,173)
#D48C9E
(212,140,158)
#BF7E8F
(191,126,143)
#AA7080
(170,112,128)
#956271
(149,98,113)
#805462
(128,84,98)
#6B4653
(107,70,83)
#563844
(86,56,68)
#412A35
(65,42,53)
#2C1C26
(44,28,38)
#170E17
(23,14,23)
#000000
(0,0,0)

Tints of #E99AAD

#E99AAD
(233,154,173)
#EBA3B4
(235,163,180)
#EDACBB
(237,172,187)
#EFB5C2
(239,181,194)
#F1BEC9
(241,190,201)
#F3C7D0
(243,199,208)
#F5D0D7
(245,208,215)
#F7D9DE
(247,217,222)
#F9E2E5
(249,226,229)
#FBEBEC
(251,235,236)
#FDF4F3
(253,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E99AAD color. Also use rgb(233,154,173) instead hex code.

Text Font Color

.myTextColor { color: #E99AAD; }

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

This text font color is #E99AAD.

Background Color

.myBgColor { background-color: #E99AAD; }

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

This div background color is #E99AAD.

Border color

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

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

This div border color is #E99AAD.

Opacity

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

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

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

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

This text has shadow with #E99AAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E99AAD.

Preview

Color preview on black background

This text has color #E99AAD on black background.


Color preview on white background

This text has color #E99AAD on white background.


Black color preview on #E99AAD background

This text has black color on #E99AAD background.


White color preview on #E99AAD background

This text has white color on #E99AAD background.


Related colors

Complementary color

Complementary color for #hex is #166552.


I love getcolorcode.com

Triadic colors

1 #ADE99A and #9AADE9 with #E99AAD are triadic colors.

2 #AD9AE9 and #9AE9AD with #E99AAD are triadic colors.