COLOR #E096A9

HEX: #E096A9
RGB: (224,150,169)

Color info

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

RGB color model

#E096A9 color RGB value is (224,150,169).

  • red value is 224;
  • green value is 150;
  • blue value is 169.
RGB:
(224,150,169)
(88%,59%,66%)

RGB channels and saturation

R 224 of 255 = 88%
G 150 of 255 = 59%
B 169 of 255 = 66%

224
150
169

R + G + B ~ 71%. #E096A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 150 + 169 = 543 (100%)
R 224 of 543 ~ 41.25%
G 150 of 543 ~ 27.62%
B 169 of 543 ~ 31.12%

%41.25
%27.62
%31.12

CMYK color model

#E096A9 color CMYK value is (0,33,25,12).

  • cyan value is 0.00%
  • magenta value is 33.04%
  • yellow value is 24.55%
  • key color value is 12.16%
CMYK:
(0,33,25,12)
C0M33Y25K12 
(0%,33%,25%,12%)
(0.00/0.33/0.25/0.12)	

CMYK percentages

%0
%33.04
%24.55
%12.16

Codes

Color #E096A9 in popluar color models

E096A9
RGB224150169
HSL345°54.41%73.33%
HSB/HSV345°33.04%87.84%
CMYK0.00%33.04%24.55%
12.16%

Color #E096A9 in popluar number systems.

HEXE096A9
Decimal224150169
Binary111000001001011010101001
Octal340226251

Shades and tints

Shades of #E096A9

#E096A9
(224,150,169)
#CC899A
(204,137,154)
#B87C8B
(184,124,139)
#A46F7C
(164,111,124)
#90626D
(144,98,109)
#7C555E
(124,85,94)
#68484F
(104,72,79)
#543B40
(84,59,64)
#402E31
(64,46,49)
#2C2122
(44,33,34)
#181413
(24,20,19)
#000000
(0,0,0)

Tints of #E096A9

#E096A9
(224,150,169)
#E29FB0
(226,159,176)
#E4A8B7
(228,168,183)
#E6B1BE
(230,177,190)
#E8BAC5
(232,186,197)
#EAC3CC
(234,195,204)
#ECCCD3
(236,204,211)
#EED5DA
(238,213,218)
#F0DEE1
(240,222,225)
#F2E7E8
(242,231,232)
#F4F0EF
(244,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E096A9; }

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

This text font color is #E096A9.


Background Color

.myBgColor { background-color: #E096A9; }

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

This div background color is #E096A9.


Border color

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

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

This div border color is #E096A9.


Opacity

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

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

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

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

This text has shadow with #E096A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E096A9 on black background.


Color preview on white background

This text has color #E096A9 on white background.



Black color preview on #E096A9 background

This text has black color on #E096A9 background.


White color preview on #E096A9 background

This text has white color on #E096A9 background.