COLOR #E09890

HEX: #E09890
RGB: (224,152,144)

Color info

#E09890 contains mainly red color. Web safe color of #E09890 is #CC9999 (or #C99).

RGB color model

#E09890 color RGB value is (224,152,144).

  • red value is 224;
  • green value is 152;
  • blue value is 144.
RGB:
(224,152,144)
(88%,60%,56%)

RGB channels and saturation

R 224 of 255 = 88%
G 152 of 255 = 60%
B 144 of 255 = 56%

224
152
144

R + G + B ~ 68%. #E09890 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 152 + 144 = 520 (100%)
R 224 of 520 ~ 43.08%
G 152 of 520 ~ 29.23%
B 144 of 520 ~ 27.69%

%43.08
%29.23
%27.69

CMYK color model

#E09890 color CMYK value is (0,32,36,12).

  • cyan value is 0.00%
  • magenta value is 32.14%
  • yellow value is 35.71%
  • key color value is 12.16%
CMYK:
(0,32,36,12)
C0M32Y36K12 
(0%,32%,36%,12%)
(0.00/0.32/0.36/0.12)	

CMYK percentages

%0
%32.14
%35.71
%12.16

Codes

Color #E09890 in popluar color models

E09890
RGB224152144
HSL56.34%72.16%
HSB/HSV35.71%87.84%
CMYK0.00%32.14%35.71%
12.16%

Color #E09890 in popluar number systems.

HEXE09890
Decimal224152144
Binary111000001001100010010000
Octal340230220

Shades and tints

Shades of #E09890

#E09890
(224,152,144)
#CC8B83
(204,139,131)
#B87E76
(184,126,118)
#A47169
(164,113,105)
#90645C
(144,100,92)
#7C574F
(124,87,79)
#684A42
(104,74,66)
#543D35
(84,61,53)
#403028
(64,48,40)
#2C231B
(44,35,27)
#18160E
(24,22,14)
#000000
(0,0,0)

Tints of #E09890

#E09890
(224,152,144)
#E2A19A
(226,161,154)
#E4AAA4
(228,170,164)
#E6B3AE
(230,179,174)
#E8BCB8
(232,188,184)
#EAC5C2
(234,197,194)
#ECCECC
(236,206,204)
#EED7D6
(238,215,214)
#F0E0E0
(240,224,224)
#F2E9EA
(242,233,234)
#F4F2F4
(244,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E09890 color. Also use rgb(224,152,144) instead hex code.

Text Font Color

.myTextColor { color: #E09890; }

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

This text font color is #E09890.


Background Color

.myBgColor { background-color: #E09890; }

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

This div background color is #E09890.


Border color

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

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

This div border color is #E09890.


Opacity

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

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

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

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

This text has shadow with #E09890 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E09890 on black background.


Color preview on white background

This text has color #E09890 on white background.



Black color preview on #E09890 background

This text has black color on #E09890 background.


White color preview on #E09890 background

This text has white color on #E09890 background.