COLOR #E08A99

HEX: #E08A99
RGB: (224,138,153)

Color info

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

RGB color model

#E08A99 color RGB value is (224,138,153).

  • red value is 224;
  • green value is 138;
  • blue value is 153.
RGB:
(224,138,153)
(88%,54%,60%)

RGB channels and saturation

R 224 of 255 = 88%
G 138 of 255 = 54%
B 153 of 255 = 60%

224
138
153

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

Portions of RGB colors in percentages

R + G + B =
224 + 138 + 153 = 515 (100%)
R 224 of 515 ~ 43.5%
G 138 of 515 ~ 26.8%
B 153 of 515 ~ 29.71%

%43.5
%26.8
%29.71

CMYK color model

#E08A99 color CMYK value is (0,38,32,12).

  • cyan value is 0.00%
  • magenta value is 38.39%
  • yellow value is 31.70%
  • key color value is 12.16%
CMYK:
(0,38,32,12)
C0M38Y32K12 
(0%,38%,32%,12%)
(0.00/0.38/0.32/0.12)	

CMYK percentages

%0
%38.39
%31.7
%12.16

Codes

Color #E08A99 in popluar color models

E08A99
RGB224138153
HSL350°58.11%70.98%
HSB/HSV350°38.39%87.84%
CMYK0.00%38.39%31.70%
12.16%

Color #E08A99 in popluar number systems.

HEXE08A99
Decimal224138153
Binary111000001000101010011001
Octal340212231

Shades and tints

Shades of #E08A99

#E08A99
(224,138,153)
#CC7E8C
(204,126,140)
#B8727F
(184,114,127)
#A46672
(164,102,114)
#905A65
(144,90,101)
#7C4E58
(124,78,88)
#68424B
(104,66,75)
#54363E
(84,54,62)
#402A31
(64,42,49)
#2C1E24
(44,30,36)
#181217
(24,18,23)
#000000
(0,0,0)

Tints of #E08A99

#E08A99
(224,138,153)
#E294A2
(226,148,162)
#E49EAB
(228,158,171)
#E6A8B4
(230,168,180)
#E8B2BD
(232,178,189)
#EABCC6
(234,188,198)
#ECC6CF
(236,198,207)
#EED0D8
(238,208,216)
#F0DAE1
(240,218,225)
#F2E4EA
(242,228,234)
#F4EEF3
(244,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E08A99 color. Also use rgb(224,138,153) instead hex code.

Text Font Color

.myTextColor { color: #E08A99; }

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

This text font color is #E08A99.


Background Color

.myBgColor { background-color: #E08A99; }

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

This div background color is #E08A99.


Border color

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

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

This div border color is #E08A99.


Opacity

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

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

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

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

This text has shadow with #E08A99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E08A99 on black background.


Color preview on white background

This text has color #E08A99 on white background.



Black color preview on #E08A99 background

This text has black color on #E08A99 background.


White color preview on #E08A99 background

This text has white color on #E08A99 background.