COLOR #E8809A

HEX: #E8809A
RGB: (232,128,154)

Color info

#E8809A contains mainly red color. Web safe color of #E8809A is #FF6699 (or #F69).

RGB color model

#E8809A color RGB value is (232,128,154).

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

RGB channels and saturation

R 232 of 255 = 91%
G 128 of 255 = 50%
B 154 of 255 = 60%

232
128
154

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

Portions of RGB colors in percentages

R + G + B =
232 + 128 + 154 = 514 (100%)
R 232 of 514 ~ 45.14%
G 128 of 514 ~ 24.9%
B 154 of 514 ~ 29.96%

%45.14
%24.9
%29.96

CMYK color model

#E8809A color CMYK value is (0,45,34,9).

  • cyan value is 0.00%
  • magenta value is 44.83%
  • yellow value is 33.62%
  • key color value is 9.02%
CMYK:
(0,45,34,9)
C0M45Y34K9 
(0%,45%,34%,9%)
(0.00/0.45/0.34/0.09)	

CMYK percentages

%0
%44.83
%33.62
%9.02

Codes

Color #E8809A in popluar color models

E8809A
RGB232128154
HSL345°69.33%70.59%
HSB/HSV345°44.83%90.98%
CMYK0.00%44.83%33.62%
9.02%

Color #E8809A in popluar number systems.

HEXE8809A
Decimal232128154
Binary111010001000000010011010
Octal350200232

Shades and tints

Shades of #E8809A

#E8809A
(232,128,154)
#D3758C
(211,117,140)
#BE6A7E
(190,106,126)
#A95F70
(169,95,112)
#945462
(148,84,98)
#7F4954
(127,73,84)
#6A3E46
(106,62,70)
#553338
(85,51,56)
#40282A
(64,40,42)
#2B1D1C
(43,29,28)
#16120E
(22,18,14)
#000000
(0,0,0)

Tints of #E8809A

#E8809A
(232,128,154)
#EA8BA3
(234,139,163)
#EC96AC
(236,150,172)
#EEA1B5
(238,161,181)
#F0ACBE
(240,172,190)
#F2B7C7
(242,183,199)
#F4C2D0
(244,194,208)
#F6CDD9
(246,205,217)
#F8D8E2
(248,216,226)
#FAE3EB
(250,227,235)
#FCEEF4
(252,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8809A; }

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

This text font color is #E8809A.


Background Color

.myBgColor { background-color: #E8809A; }

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

This div background color is #E8809A.


Border color

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

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

This div border color is #E8809A.


Opacity

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

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

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

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

This text has shadow with #E8809A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8809A on black background.


Color preview on white background

This text has color #E8809A on white background.



Black color preview on #E8809A background

This text has black color on #E8809A background.


White color preview on #E8809A background

This text has white color on #E8809A background.