COLOR #E87C8C

HEX: #E87C8C
RGB: (232,124,140)

Color info

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

RGB color model

#E87C8C color RGB value is (232,124,140).

  • red value is 232;
  • green value is 124;
  • blue value is 140.
RGB:
(232,124,140)
(91%,49%,55%)

RGB channels and saturation

R 232 of 255 = 91%
G 124 of 255 = 49%
B 140 of 255 = 55%

232
124
140

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

Portions of RGB colors in percentages

R + G + B =
232 + 124 + 140 = 496 (100%)
R 232 of 496 ~ 46.77%
G 124 of 496 ~ 25%
B 140 of 496 ~ 28.23%

%46.77
%25
%28.23

CMYK color model

#E87C8C color CMYK value is (0,47,40,9).

  • cyan value is 0.00%
  • magenta value is 46.55%
  • yellow value is 39.66%
  • key color value is 9.02%
CMYK:
(0,47,40,9)
C0M47Y40K9 
(0%,47%,40%,9%)
(0.00/0.47/0.40/0.09)	

CMYK percentages

%0
%46.55
%39.66
%9.02

Codes

Color #E87C8C in popluar color models

E87C8C
RGB232124140
HSL351°70.13%69.80%
HSB/HSV351°46.55%90.98%
CMYK0.00%46.55%39.66%
9.02%

Color #E87C8C in popluar number systems.

HEXE87C8C
Decimal232124140
Binary11101000111110010001100
Octal350174214

Shades and tints

Shades of #E87C8C

#E87C8C
(232,124,140)
#D37180
(211,113,128)
#BE6674
(190,102,116)
#A95B68
(169,91,104)
#94505C
(148,80,92)
#7F4550
(127,69,80)
#6A3A44
(106,58,68)
#552F38
(85,47,56)
#40242C
(64,36,44)
#2B1920
(43,25,32)
#160E14
(22,14,20)
#000000
(0,0,0)

Tints of #E87C8C

#E87C8C
(232,124,140)
#EA8796
(234,135,150)
#EC92A0
(236,146,160)
#EE9DAA
(238,157,170)
#F0A8B4
(240,168,180)
#F2B3BE
(242,179,190)
#F4BEC8
(244,190,200)
#F6C9D2
(246,201,210)
#F8D4DC
(248,212,220)
#FADFE6
(250,223,230)
#FCEAF0
(252,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E87C8C color. Also use rgb(232,124,140) instead hex code.

Text Font Color

.myTextColor { color: #E87C8C; }

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

This text font color is #E87C8C.


Background Color

.myBgColor { background-color: #E87C8C; }

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

This div background color is #E87C8C.


Border color

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

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

This div border color is #E87C8C.


Opacity

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

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

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

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

This text has shadow with #E87C8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E87C8C on black background.


Color preview on white background

This text has color #E87C8C on white background.



Black color preview on #E87C8C background

This text has black color on #E87C8C background.


White color preview on #E87C8C background

This text has white color on #E87C8C background.