COLOR #E99AC9

HEX: #E99AC9 RGB: (233,154,201)

Color info

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

RGB color model

#E99AC9 color RGB value is (233,154,201).

RGB: (233,154,201) (91%, 60%, 79%)

RGB channels and saturation

R 233 of 255 = 91%
G 154 of 255 = 60%
B 201 of 255 = 79%

233
154
201

R + G + B ~ 77%. #E99AC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 233 + 154 + 201 = 588 (100%)
R 233 of 588 ~ 39.63%
G 154 of 588 ~ 26.19%
B 201 of 588 ~ 34.18'%

%39.63
%26.19
%34.18

CMYK color model

#E99AC9 color CMYK value is (0,34,14,9).

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

CMYK: (0,34,14,9)
C0M34Y14K9 (0%, 34%, 14%, 9%)
(0.00 / 0.34 / 0.14 / 0.09)

CMYK percentages

%0
%33.91
%13.73
%8.63

Codes

Color #E99AC9 in popluar color models

E9 9A C9
RGB 233 154 201
HSL 324° 64.23% 75.88%
HSB/HSV 324° 33.91% 91.37%
CMYK 0.00% 33.91% 13.73%
8.63%

Color #E99AC9 in popluar number systems.

HEX E9 9A C9
Decimal 233 154 201
Binary 11101001 10011010 11001001
Octal 351 232 311

Shades and tints

Shades of #E99AC9

#E99AC9
(233,154,201)
#D48CB7
(212,140,183)
#BF7EA5
(191,126,165)
#AA7093
(170,112,147)
#956281
(149,98,129)
#80546F
(128,84,111)
#6B465D
(107,70,93)
#56384B
(86,56,75)
#412A39
(65,42,57)
#2C1C27
(44,28,39)
#170E15
(23,14,21)
#000000
(0,0,0)

Tints of #E99AC9

#E99AC9
(233,154,201)
#EBA3CD
(235,163,205)
#EDACD1
(237,172,209)
#EFB5D5
(239,181,213)
#F1BED9
(241,190,217)
#F3C7DD
(243,199,221)
#F5D0E1
(245,208,225)
#F7D9E5
(247,217,229)
#F9E2E9
(249,226,233)
#FBEBED
(251,235,237)
#FDF4F1
(253,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E99AC9; }

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

This text font color is #E99AC9.

Background Color

.myBgColor { background-color: #E99AC9; }

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

This div background color is #E99AC9.

Border color

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

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

This div border color is #E99AC9.

Opacity

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

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

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

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

This text has shadow with #E99AC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E99AC9.

Preview

Color preview on black background

This text has color #E99AC9 on black background.


Color preview on white background

This text has color #E99AC9 on white background.


Black color preview on #E99AC9 background

This text has black color on #E99AC9 background.


White color preview on #E99AC9 background

This text has white color on #E99AC9 background.


Related colors

Complementary color

Complementary color for #hex is #166536.


I love getcolorcode.com

Triadic colors

1 #C9E99A and #9AC9E9 with #E99AC9 are triadic colors.

2 #C99AE9 and #9AE9C9 with #E99AC9 are triadic colors.