COLOR #E07E8B

HEX: #E07E8B
RGB: (224,126,139)

Color info

#E07E8B contains mainly red color. Web safe color of #E07E8B is #CC6699 (or #C69).

RGB color model

#E07E8B color RGB value is (224,126,139).

  • red value is 224;
  • green value is 126;
  • blue value is 139.
RGB:
(224,126,139)
(88%,49%,55%)

RGB channels and saturation

R 224 of 255 = 88%
G 126 of 255 = 49%
B 139 of 255 = 55%

224
126
139

R + G + B ~ 64%. #E07E8B is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 126 + 139 = 489 (100%)
R 224 of 489 ~ 45.81%
G 126 of 489 ~ 25.77%
B 139 of 489 ~ 28.43%

%45.81
%25.77
%28.43

CMYK color model

#E07E8B color CMYK value is (0,44,38,12).

  • cyan value is 0.00%
  • magenta value is 43.75%
  • yellow value is 37.95%
  • key color value is 12.16%
CMYK:
(0,44,38,12)
C0M44Y38K12 
(0%,44%,38%,12%)
(0.00/0.44/0.38/0.12)	

CMYK percentages

%0
%43.75
%37.95
%12.16

Codes

Color #E07E8B in popluar color models

E07E8B
RGB224126139
HSL352°61.25%68.63%
HSB/HSV352°43.75%87.84%
CMYK0.00%43.75%37.95%
12.16%

Color #E07E8B in popluar number systems.

HEXE07E8B
Decimal224126139
Binary11100000111111010001011
Octal340176213

Shades and tints

Shades of #E07E8B

#E07E8B
(224,126,139)
#CC737F
(204,115,127)
#B86873
(184,104,115)
#A45D67
(164,93,103)
#90525B
(144,82,91)
#7C474F
(124,71,79)
#683C43
(104,60,67)
#543137
(84,49,55)
#40262B
(64,38,43)
#2C1B1F
(44,27,31)
#181013
(24,16,19)
#000000
(0,0,0)

Tints of #E07E8B

#E07E8B
(224,126,139)
#E28995
(226,137,149)
#E4949F
(228,148,159)
#E69FA9
(230,159,169)
#E8AAB3
(232,170,179)
#EAB5BD
(234,181,189)
#ECC0C7
(236,192,199)
#EECBD1
(238,203,209)
#F0D6DB
(240,214,219)
#F2E1E5
(242,225,229)
#F4ECEF
(244,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E07E8B color. Also use rgb(224,126,139) instead hex code.

Text Font Color

.myTextColor { color: #E07E8B; }

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

This text font color is #E07E8B.


Background Color

.myBgColor { background-color: #E07E8B; }

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

This div background color is #E07E8B.


Border color

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

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

This div border color is #E07E8B.


Opacity

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

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

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

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

This text has shadow with #E07E8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E07E8B on black background.


Color preview on white background

This text has color #E07E8B on white background.



Black color preview on #E07E8B background

This text has black color on #E07E8B background.


White color preview on #E07E8B background

This text has white color on #E07E8B background.