COLOR #E89A80

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

Color info

#E89A80 contains mainly red color. Web safe color of #E89A80 is #FF9966 (or #F96).

RGB color model

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

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

RGB channels and saturation

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

232
154
128

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

Portions of RGB colors in percentages

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

%45.14
%29.96
%24.9

CMYK color model

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

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

CMYK percentages

%0
%33.62
%44.83
%9.02

Codes

Color #E89A80 in popluar color models

E89A80
RGB232154128
HSL15°69.33%70.59%
HSB/HSV15°44.83%90.98%
CMYK0.00%33.62%44.83%
9.02%

Color #E89A80 in popluar number systems.

HEXE89A80
Decimal232154128
Binary111010001001101010000000
Octal350232200

Shades and tints

Shades of #E89A80

#E89A80
(232,154,128)
#D38C75
(211,140,117)
#BE7E6A
(190,126,106)
#A9705F
(169,112,95)
#946254
(148,98,84)
#7F5449
(127,84,73)
#6A463E
(106,70,62)
#553833
(85,56,51)
#402A28
(64,42,40)
#2B1C1D
(43,28,29)
#160E12
(22,14,18)
#000000
(0,0,0)

Tints of #E89A80

#E89A80
(232,154,128)
#EAA38B
(234,163,139)
#ECAC96
(236,172,150)
#EEB5A1
(238,181,161)
#F0BEAC
(240,190,172)
#F2C7B7
(242,199,183)
#F4D0C2
(244,208,194)
#F6D9CD
(246,217,205)
#F8E2D8
(248,226,216)
#FAEBE3
(250,235,227)
#FCF4EE
(252,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E89A80; }

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

This text font color is #E89A80.


Background Color

.myBgColor { background-color: #E89A80; }

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

This div background color is #E89A80.


Border color

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

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

This div border color is #E89A80.


Opacity

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

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

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

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

This text has shadow with #E89A80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E89A80 on black background.


Color preview on white background

This text has color #E89A80 on white background.



Black color preview on #E89A80 background

This text has black color on #E89A80 background.


White color preview on #E89A80 background

This text has white color on #E89A80 background.