COLOR #E08D94

HEX: #E08D94
RGB: (224,141,148)

Color info

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

RGB color model

#E08D94 color RGB value is (224,141,148).

  • red value is 224;
  • green value is 141;
  • blue value is 148.
RGB:
(224,141,148)
(88%,55%,58%)

RGB channels and saturation

R 224 of 255 = 88%
G 141 of 255 = 55%
B 148 of 255 = 58%

224
141
148

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

Portions of RGB colors in percentages

R + G + B =
224 + 141 + 148 = 513 (100%)
R 224 of 513 ~ 43.66%
G 141 of 513 ~ 27.49%
B 148 of 513 ~ 28.85%

%43.66
%27.49
%28.85

CMYK color model

#E08D94 color CMYK value is (0,37,34,12).

  • cyan value is 0.00%
  • magenta value is 37.05%
  • yellow value is 33.93%
  • key color value is 12.16%
CMYK:
(0,37,34,12)
C0M37Y34K12 
(0%,37%,34%,12%)
(0.00/0.37/0.34/0.12)	

CMYK percentages

%0
%37.05
%33.93
%12.16

Codes

Color #E08D94 in popluar color models

E08D94
RGB224141148
HSL355°57.24%71.57%
HSB/HSV355°37.05%87.84%
CMYK0.00%37.05%33.93%
12.16%

Color #E08D94 in popluar number systems.

HEXE08D94
Decimal224141148
Binary111000001000110110010100
Octal340215224

Shades and tints

Shades of #E08D94

#E08D94
(224,141,148)
#CC8187
(204,129,135)
#B8757A
(184,117,122)
#A4696D
(164,105,109)
#905D60
(144,93,96)
#7C5153
(124,81,83)
#684546
(104,69,70)
#543939
(84,57,57)
#402D2C
(64,45,44)
#2C211F
(44,33,31)
#181512
(24,21,18)
#000000
(0,0,0)

Tints of #E08D94

#E08D94
(224,141,148)
#E2979D
(226,151,157)
#E4A1A6
(228,161,166)
#E6ABAF
(230,171,175)
#E8B5B8
(232,181,184)
#EABFC1
(234,191,193)
#ECC9CA
(236,201,202)
#EED3D3
(238,211,211)
#F0DDDC
(240,221,220)
#F2E7E5
(242,231,229)
#F4F1EE
(244,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E08D94 color. Also use rgb(224,141,148) instead hex code.

Text Font Color

.myTextColor { color: #E08D94; }

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

This text font color is #E08D94.


Background Color

.myBgColor { background-color: #E08D94; }

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

This div background color is #E08D94.


Border color

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

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

This div border color is #E08D94.


Opacity

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

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

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

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

This text has shadow with #E08D94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E08D94 on black background.


Color preview on white background

This text has color #E08D94 on white background.



Black color preview on #E08D94 background

This text has black color on #E08D94 background.


White color preview on #E08D94 background

This text has white color on #E08D94 background.