COLOR #E87D89

HEX: #E87D89
RGB: (232,125,137)

Color info

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

RGB color model

#E87D89 color RGB value is (232,125,137).

  • red value is 232;
  • green value is 125;
  • blue value is 137.
RGB:
(232,125,137)
(91%,49%,54%)

RGB channels and saturation

R 232 of 255 = 91%
G 125 of 255 = 49%
B 137 of 255 = 54%

232
125
137

R + G + B ~ 65%. #E87D89 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 125 + 137 = 494 (100%)
R 232 of 494 ~ 46.96%
G 125 of 494 ~ 25.3%
B 137 of 494 ~ 27.73%

%46.96
%25.3
%27.73

CMYK color model

#E87D89 color CMYK value is (0,46,41,9).

  • cyan value is 0.00%
  • magenta value is 46.12%
  • yellow value is 40.95%
  • key color value is 9.02%
CMYK:
(0,46,41,9)
C0M46Y41K9 
(0%,46%,41%,9%)
(0.00/0.46/0.41/0.09)	

CMYK percentages

%0
%46.12
%40.95
%9.02

Codes

Color #E87D89 in popluar color models

E87D89
RGB232125137
HSL353°69.93%70.00%
HSB/HSV353°46.12%90.98%
CMYK0.00%46.12%40.95%
9.02%

Color #E87D89 in popluar number systems.

HEXE87D89
Decimal232125137
Binary11101000111110110001001
Octal350175211

Shades and tints

Shades of #E87D89

#E87D89
(232,125,137)
#D3727D
(211,114,125)
#BE6771
(190,103,113)
#A95C65
(169,92,101)
#945159
(148,81,89)
#7F464D
(127,70,77)
#6A3B41
(106,59,65)
#553035
(85,48,53)
#402529
(64,37,41)
#2B1A1D
(43,26,29)
#160F11
(22,15,17)
#000000
(0,0,0)

Tints of #E87D89

#E87D89
(232,125,137)
#EA8893
(234,136,147)
#EC939D
(236,147,157)
#EE9EA7
(238,158,167)
#F0A9B1
(240,169,177)
#F2B4BB
(242,180,187)
#F4BFC5
(244,191,197)
#F6CACF
(246,202,207)
#F8D5D9
(248,213,217)
#FAE0E3
(250,224,227)
#FCEBED
(252,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E87D89 color. Also use rgb(232,125,137) instead hex code.

Text Font Color

.myTextColor { color: #E87D89; }

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

This text font color is #E87D89.


Background Color

.myBgColor { background-color: #E87D89; }

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

This div background color is #E87D89.


Border color

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

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

This div border color is #E87D89.


Opacity

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

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

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

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

This text has shadow with #E87D89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E87D89 on black background.


Color preview on white background

This text has color #E87D89 on white background.



Black color preview on #E87D89 background

This text has black color on #E87D89 background.


White color preview on #E87D89 background

This text has white color on #E87D89 background.