COLOR #E096AE

HEX: #E096AE RGB: (224,150,174)

Color info

#E096AE contains mainly red and blue colors. Web safe color of #E096AE is #CC9999 (or #C99).

RGB color model

#E096AE color RGB value is (224,150,174).

RGB: (224,150,174) (88%, 59%, 68%)

RGB channels and saturation

R 224 of 255 = 88%
G 150 of 255 = 59%
B 174 of 255 = 68%

224
150
174

R + G + B ~ 72%. #E096AE is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 150 + 174 = 548 (100%)
R 224 of 548 ~ 40.88%
G 150 of 548 ~ 27.37%
B 174 of 548 ~ 31.75'%

%40.88
%27.37
%31.75

CMYK color model

#E096AE color CMYK value is (0,33,22,12).

  • cyan value is 0.00%
  • magenta value is 33.04%
  • yellow value is 22.32%
  • key color value is 12.16%

CMYK: (0,33,22,12)
C0M33Y22K12 (0%, 33%, 22%, 12%)
(0.00 / 0.33 / 0.22 / 0.12)

CMYK percentages

%0
%33.04
%22.32
%12.16

Codes

Color #E096AE in popluar color models

E0 96 AE
RGB 224 150 174
HSL 341° 54.41% 73.33%
HSB/HSV 341° 33.04% 87.84%
CMYK 0.00% 33.04% 22.32%
12.16%

Color #E096AE in popluar number systems.

HEX E0 96 AE
Decimal 224 150 174
Binary 11100000 10010110 10101110
Octal 340 226 256

Shades and tints

Shades of #E096AE

#E096AE
(224,150,174)
#CC899F
(204,137,159)
#B87C90
(184,124,144)
#A46F81
(164,111,129)
#906272
(144,98,114)
#7C5563
(124,85,99)
#684854
(104,72,84)
#543B45
(84,59,69)
#402E36
(64,46,54)
#2C2127
(44,33,39)
#181418
(24,20,24)
#000000
(0,0,0)

Tints of #E096AE

#E096AE
(224,150,174)
#E29FB5
(226,159,181)
#E4A8BC
(228,168,188)
#E6B1C3
(230,177,195)
#E8BACA
(232,186,202)
#EAC3D1
(234,195,209)
#ECCCD8
(236,204,216)
#EED5DF
(238,213,223)
#F0DEE6
(240,222,230)
#F2E7ED
(242,231,237)
#F4F0F4
(244,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E096AE color. Also use rgb(224,150,174) instead hex code.

Text Font Color

.myTextColor { color: #E096AE; }

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

This text font color is #E096AE.

Background Color

.myBgColor { background-color: #E096AE; }

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

This div background color is #E096AE.

Border color

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

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

This div border color is #E096AE.

Opacity

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

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

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

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

This text has shadow with #E096AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E096AE.

Preview

Color preview on black background

This text has color #E096AE on black background.


Color preview on white background

This text has color #E096AE on white background.


Black color preview on #E096AE background

This text has black color on #E096AE background.


White color preview on #E096AE background

This text has white color on #E096AE background.


Related colors

Complementary color

Complementary color for #hex is #1F6951.


I love getcolorcode.com

Triadic colors

1 #AEE096 and #96AEE0 with #E096AE are triadic colors.

2 #AE96E0 and #96E0AE with #E096AE are triadic colors.