COLOR #E08F9B

HEX: #E08F9B RGB: (224,143,155)

Color info

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

RGB color model

#E08F9B color RGB value is (224,143,155).

RGB: (224,143,155) (88%, 56%, 61%)

RGB channels and saturation

R 224 of 255 = 88%
G 143 of 255 = 56%
B 155 of 255 = 61%

224
143
155

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

Portions of RGB colors in percentages

R + G + B = 224 + 143 + 155 = 522 (100%)
R 224 of 522 ~ 42.91%
G 143 of 522 ~ 27.39%
B 155 of 522 ~ 29.69'%

%42.91
%27.39
%29.69

CMYK color model

#E08F9B color CMYK value is (0,36,31,12).

  • cyan value is 0.00%
  • magenta value is 36.16%
  • yellow value is 30.80%
  • key color value is 12.16%

CMYK: (0,36,31,12)
C0M36Y31K12 (0%, 36%, 31%, 12%)
(0.00 / 0.36 / 0.31 / 0.12)

CMYK percentages

%0
%36.16
%30.8
%12.16

Codes

Color #E08F9B in popluar color models

E0 8F 9B
RGB 224 143 155
HSL 351° 56.64% 71.96%
HSB/HSV 351° 36.16% 87.84%
CMYK 0.00% 36.16% 30.80%
12.16%

Color #E08F9B in popluar number systems.

HEX E0 8F 9B
Decimal 224 143 155
Binary 11100000 10001111 10011011
Octal 340 217 233

Shades and tints

Shades of #E08F9B

#E08F9B
(224,143,155)
#CC828D
(204,130,141)
#B8757F
(184,117,127)
#A46871
(164,104,113)
#905B63
(144,91,99)
#7C4E55
(124,78,85)
#684147
(104,65,71)
#543439
(84,52,57)
#40272B
(64,39,43)
#2C1A1D
(44,26,29)
#180D0F
(24,13,15)
#000000
(0,0,0)

Tints of #E08F9B

#E08F9B
(224,143,155)
#E299A4
(226,153,164)
#E4A3AD
(228,163,173)
#E6ADB6
(230,173,182)
#E8B7BF
(232,183,191)
#EAC1C8
(234,193,200)
#ECCBD1
(236,203,209)
#EED5DA
(238,213,218)
#F0DFE3
(240,223,227)
#F2E9EC
(242,233,236)
#F4F3F5
(244,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E08F9B color. Also use rgb(224,143,155) instead hex code.

Text Font Color

.myTextColor { color: #E08F9B; }

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

This text font color is #E08F9B.

Background Color

.myBgColor { background-color: #E08F9B; }

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

This div background color is #E08F9B.

Border color

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

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

This div border color is #E08F9B.

Opacity

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

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

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

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

This text has shadow with #E08F9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E08F9B.

Preview

Color preview on black background

This text has color #E08F9B on black background.


Color preview on white background

This text has color #E08F9B on white background.


Black color preview on #E08F9B background

This text has black color on #E08F9B background.


White color preview on #E08F9B background

This text has white color on #E08F9B background.


Related colors

Complementary color

Complementary color for #hex is #1F7064.


I love getcolorcode.com

Triadic colors

1 #9BE08F and #8F9BE0 with #E08F9B are triadic colors.

2 #9B8FE0 and #8FE09B with #E08F9B are triadic colors.