COLOR #E88079

HEX: #E88079
RGB: (232,128,121)

Color info

#E88079 contains mainly red color. Web safe color of #E88079 is #FF6666 (or #F66).

RGB color model

#E88079 color RGB value is (232,128,121).

  • red value is 232;
  • green value is 128;
  • blue value is 121.
RGB:
(232,128,121)
(91%,50%,47%)

RGB channels and saturation

R 232 of 255 = 91%
G 128 of 255 = 50%
B 121 of 255 = 47%

232
128
121

R + G + B ~ 63%. #E88079 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 128 + 121 = 481 (100%)
R 232 of 481 ~ 48.23%
G 128 of 481 ~ 26.61%
B 121 of 481 ~ 25.16%

%48.23
%26.61
%25.16

CMYK color model

#E88079 color CMYK value is (0,45,48,9).

  • cyan value is 0.00%
  • magenta value is 44.83%
  • yellow value is 47.84%
  • key color value is 9.02%
CMYK:
(0,45,48,9)
C0M45Y48K9 
(0%,45%,48%,9%)
(0.00/0.45/0.48/0.09)	

CMYK percentages

%0
%44.83
%47.84
%9.02

Codes

Color #E88079 in popluar color models

E88079
RGB232128121
HSL70.70%69.22%
HSB/HSV47.84%90.98%
CMYK0.00%44.83%47.84%
9.02%

Color #E88079 in popluar number systems.

HEXE88079
Decimal232128121
Binary11101000100000001111001
Octal350200171

Shades and tints

Shades of #E88079

#E88079
(232,128,121)
#D3756E
(211,117,110)
#BE6A63
(190,106,99)
#A95F58
(169,95,88)
#94544D
(148,84,77)
#7F4942
(127,73,66)
#6A3E37
(106,62,55)
#55332C
(85,51,44)
#402821
(64,40,33)
#2B1D16
(43,29,22)
#16120B
(22,18,11)
#000000
(0,0,0)

Tints of #E88079

#E88079
(232,128,121)
#EA8B85
(234,139,133)
#EC9691
(236,150,145)
#EEA19D
(238,161,157)
#F0ACA9
(240,172,169)
#F2B7B5
(242,183,181)
#F4C2C1
(244,194,193)
#F6CDCD
(246,205,205)
#F8D8D9
(248,216,217)
#FAE3E5
(250,227,229)
#FCEEF1
(252,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E88079 color. Also use rgb(232,128,121) instead hex code.

Text Font Color

.myTextColor { color: #E88079; }

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

This text font color is #E88079.


Background Color

.myBgColor { background-color: #E88079; }

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

This div background color is #E88079.


Border color

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

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

This div border color is #E88079.


Opacity

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

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

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

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

This text has shadow with #E88079 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E88079 on black background.


Color preview on white background

This text has color #E88079 on white background.



Black color preview on #E88079 background

This text has black color on #E88079 background.


White color preview on #E88079 background

This text has white color on #E88079 background.