COLOR #E08190

HEX: #E08190
RGB: (224,129,144)

Color info

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

RGB color model

#E08190 color RGB value is (224,129,144).

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

RGB channels and saturation

R 224 of 255 = 88%
G 129 of 255 = 51%
B 144 of 255 = 56%

224
129
144

R + G + B ~ 65%. #E08190 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 129 + 144 = 497 (100%)
R 224 of 497 ~ 45.07%
G 129 of 497 ~ 25.96%
B 144 of 497 ~ 28.97%

%45.07
%25.96
%28.97

CMYK color model

#E08190 color CMYK value is (0,42,36,12).

  • cyan value is 0.00%
  • magenta value is 42.41%
  • yellow value is 35.71%
  • key color value is 12.16%
CMYK:
(0,42,36,12)
C0M42Y36K12 
(0%,42%,36%,12%)
(0.00/0.42/0.36/0.12)	

CMYK percentages

%0
%42.41
%35.71
%12.16

Codes

Color #E08190 in popluar color models

E08190
RGB224129144
HSL351°60.51%69.22%
HSB/HSV351°42.41%87.84%
CMYK0.00%42.41%35.71%
12.16%

Color #E08190 in popluar number systems.

HEXE08190
Decimal224129144
Binary111000001000000110010000
Octal340201220

Shades and tints

Shades of #E08190

#E08190
(224,129,144)
#CC7683
(204,118,131)
#B86B76
(184,107,118)
#A46069
(164,96,105)
#90555C
(144,85,92)
#7C4A4F
(124,74,79)
#683F42
(104,63,66)
#543435
(84,52,53)
#402928
(64,41,40)
#2C1E1B
(44,30,27)
#18130E
(24,19,14)
#000000
(0,0,0)

Tints of #E08190

#E08190
(224,129,144)
#E28C9A
(226,140,154)
#E497A4
(228,151,164)
#E6A2AE
(230,162,174)
#E8ADB8
(232,173,184)
#EAB8C2
(234,184,194)
#ECC3CC
(236,195,204)
#EECED6
(238,206,214)
#F0D9E0
(240,217,224)
#F2E4EA
(242,228,234)
#F4EFF4
(244,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E08190; }

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

This text font color is #E08190.


Background Color

.myBgColor { background-color: #E08190; }

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

This div background color is #E08190.


Border color

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

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

This div border color is #E08190.


Opacity

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

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

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

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

This text has shadow with #E08190 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E08190 on black background.


Color preview on white background

This text has color #E08190 on white background.



Black color preview on #E08190 background

This text has black color on #E08190 background.


White color preview on #E08190 background

This text has white color on #E08190 background.