COLOR #E08E91

HEX: #E08E91
RGB: (224,142,145)

Color info

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

RGB color model

#E08E91 color RGB value is (224,142,145).

  • red value is 224;
  • green value is 142;
  • blue value is 145.
RGB:
(224,142,145)
(88%,56%,57%)

RGB channels and saturation

R 224 of 255 = 88%
G 142 of 255 = 56%
B 145 of 255 = 57%

224
142
145

R + G + B ~ 67%. #E08E91 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 142 + 145 = 511 (100%)
R 224 of 511 ~ 43.84%
G 142 of 511 ~ 27.79%
B 145 of 511 ~ 28.38%

%43.84
%27.79
%28.38

CMYK color model

#E08E91 color CMYK value is (0,37,35,12).

  • cyan value is 0.00%
  • magenta value is 36.61%
  • yellow value is 35.27%
  • key color value is 12.16%
CMYK:
(0,37,35,12)
C0M37Y35K12 
(0%,37%,35%,12%)
(0.00/0.37/0.35/0.12)	

CMYK percentages

%0
%36.61
%35.27
%12.16

Codes

Color #E08E91 in popluar color models

E08E91
RGB224142145
HSL358°56.94%71.76%
HSB/HSV358°36.61%87.84%
CMYK0.00%36.61%35.27%
12.16%

Color #E08E91 in popluar number systems.

HEXE08E91
Decimal224142145
Binary111000001000111010010001
Octal340216221

Shades and tints

Shades of #E08E91

#E08E91
(224,142,145)
#CC8284
(204,130,132)
#B87677
(184,118,119)
#A46A6A
(164,106,106)
#905E5D
(144,94,93)
#7C5250
(124,82,80)
#684643
(104,70,67)
#543A36
(84,58,54)
#402E29
(64,46,41)
#2C221C
(44,34,28)
#18160F
(24,22,15)
#000000
(0,0,0)

Tints of #E08E91

#E08E91
(224,142,145)
#E2989B
(226,152,155)
#E4A2A5
(228,162,165)
#E6ACAF
(230,172,175)
#E8B6B9
(232,182,185)
#EAC0C3
(234,192,195)
#ECCACD
(236,202,205)
#EED4D7
(238,212,215)
#F0DEE1
(240,222,225)
#F2E8EB
(242,232,235)
#F4F2F5
(244,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E08E91 color. Also use rgb(224,142,145) instead hex code.

Text Font Color

.myTextColor { color: #E08E91; }

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

This text font color is #E08E91.


Background Color

.myBgColor { background-color: #E08E91; }

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

This div background color is #E08E91.


Border color

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

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

This div border color is #E08E91.


Opacity

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

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

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

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

This text has shadow with #E08E91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E08E91 on black background.


Color preview on white background

This text has color #E08E91 on white background.



Black color preview on #E08E91 background

This text has black color on #E08E91 background.


White color preview on #E08E91 background

This text has white color on #E08E91 background.