COLOR #E87B93

HEX: #E87B93
RGB: (232,123,147)

Color info

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

RGB color model

#E87B93 color RGB value is (232,123,147).

  • red value is 232;
  • green value is 123;
  • blue value is 147.
RGB:
(232,123,147)
(91%,48%,58%)

RGB channels and saturation

R 232 of 255 = 91%
G 123 of 255 = 48%
B 147 of 255 = 58%

232
123
147

R + G + B ~ 66%. #E87B93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 123 + 147 = 502 (100%)
R 232 of 502 ~ 46.22%
G 123 of 502 ~ 24.5%
B 147 of 502 ~ 29.28%

%46.22
%24.5
%29.28

CMYK color model

#E87B93 color CMYK value is (0,47,37,9).

  • cyan value is 0.00%
  • magenta value is 46.98%
  • yellow value is 36.64%
  • key color value is 9.02%
CMYK:
(0,47,37,9)
C0M47Y37K9 
(0%,47%,37%,9%)
(0.00/0.47/0.37/0.09)	

CMYK percentages

%0
%46.98
%36.64
%9.02

Codes

Color #E87B93 in popluar color models

E87B93
RGB232123147
HSL347°70.32%69.61%
HSB/HSV347°46.98%90.98%
CMYK0.00%46.98%36.64%
9.02%

Color #E87B93 in popluar number systems.

HEXE87B93
Decimal232123147
Binary11101000111101110010011
Octal350173223

Shades and tints

Shades of #E87B93

#E87B93
(232,123,147)
#D37086
(211,112,134)
#BE6579
(190,101,121)
#A95A6C
(169,90,108)
#944F5F
(148,79,95)
#7F4452
(127,68,82)
#6A3945
(106,57,69)
#552E38
(85,46,56)
#40232B
(64,35,43)
#2B181E
(43,24,30)
#160D11
(22,13,17)
#000000
(0,0,0)

Tints of #E87B93

#E87B93
(232,123,147)
#EA879C
(234,135,156)
#EC93A5
(236,147,165)
#EE9FAE
(238,159,174)
#F0ABB7
(240,171,183)
#F2B7C0
(242,183,192)
#F4C3C9
(244,195,201)
#F6CFD2
(246,207,210)
#F8DBDB
(248,219,219)
#FAE7E4
(250,231,228)
#FCF3ED
(252,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E87B93 color. Also use rgb(232,123,147) instead hex code.

Text Font Color

.myTextColor { color: #E87B93; }

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

This text font color is #E87B93.


Background Color

.myBgColor { background-color: #E87B93; }

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

This div background color is #E87B93.


Border color

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

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

This div border color is #E87B93.


Opacity

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

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

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

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

This text has shadow with #E87B93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E87B93 on black background.


Color preview on white background

This text has color #E87B93 on white background.



Black color preview on #E87B93 background

This text has black color on #E87B93 background.


White color preview on #E87B93 background

This text has white color on #E87B93 background.