COLOR #E99CAE

HEX: #E99CAE RGB: (233,156,174)

Color info

#E99CAE contains mainly red and blue colors. Web safe color of #E99CAE is #FF9999 (or #F99).

RGB color model

#E99CAE color RGB value is (233,156,174).

RGB: (233,156,174) (91%, 61%, 68%)

RGB channels and saturation

R 233 of 255 = 91%
G 156 of 255 = 61%
B 174 of 255 = 68%

233
156
174

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

Portions of RGB colors in percentages

R + G + B = 233 + 156 + 174 = 563 (100%)
R 233 of 563 ~ 41.39%
G 156 of 563 ~ 27.71%
B 174 of 563 ~ 30.91'%

%41.39
%27.71
%30.91

CMYK color model

#E99CAE color CMYK value is (0,33,25,9).

  • cyan value is 0.00%
  • magenta value is 33.05%
  • yellow value is 25.32%
  • key color value is 8.63%

CMYK: (0,33,25,9)
C0M33Y25K9 (0%, 33%, 25%, 9%)
(0.00 / 0.33 / 0.25 / 0.09)

CMYK percentages

%0
%33.05
%25.32
%8.63

Codes

Color #E99CAE in popluar color models

E9 9C AE
RGB 233 156 174
HSL 346° 63.64% 76.27%
HSB/HSV 346° 33.05% 91.37%
CMYK 0.00% 33.05% 25.32%
8.63%

Color #E99CAE in popluar number systems.

HEX E9 9C AE
Decimal 233 156 174
Binary 11101001 10011100 10101110
Octal 351 234 256

Shades and tints

Shades of #E99CAE

#E99CAE
(233,156,174)
#D48E9F
(212,142,159)
#BF8090
(191,128,144)
#AA7281
(170,114,129)
#956472
(149,100,114)
#805663
(128,86,99)
#6B4854
(107,72,84)
#563A45
(86,58,69)
#412C36
(65,44,54)
#2C1E27
(44,30,39)
#171018
(23,16,24)
#000000
(0,0,0)

Tints of #E99CAE

#E99CAE
(233,156,174)
#EBA5B5
(235,165,181)
#EDAEBC
(237,174,188)
#EFB7C3
(239,183,195)
#F1C0CA
(241,192,202)
#F3C9D1
(243,201,209)
#F5D2D8
(245,210,216)
#F7DBDF
(247,219,223)
#F9E4E6
(249,228,230)
#FBEDED
(251,237,237)
#FDF6F4
(253,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E99CAE color. Also use rgb(233,156,174) instead hex code.

Text Font Color

.myTextColor { color: #E99CAE; }

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

This text font color is #E99CAE.

Background Color

.myBgColor { background-color: #E99CAE; }

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

This div background color is #E99CAE.

Border color

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

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

This div border color is #E99CAE.

Opacity

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

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

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

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

This text has shadow with #E99CAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E99CAE.

Preview

Color preview on black background

This text has color #E99CAE on black background.


Color preview on white background

This text has color #E99CAE on white background.


Black color preview on #E99CAE background

This text has black color on #E99CAE background.


White color preview on #E99CAE background

This text has white color on #E99CAE background.


Related colors

Complementary color

Complementary color for #hex is #166351.


I love getcolorcode.com

Triadic colors

1 #AEE99C and #9CAEE9 with #E99CAE are triadic colors.

2 #AE9CE9 and #9CE9AE with #E99CAE are triadic colors.