COLOR #ED87B7

HEX: #ED87B7
RGB: (237,135,183)

Color info

#ED87B7 contains mainly red and blue colors. Web safe color of #ED87B7 is #FF99CC (or #F9C).

RGB color model

#ED87B7 color RGB value is (237,135,183).

  • red value is 237;
  • green value is 135;
  • blue value is 183.
RGB:
(237,135,183)
(93%,53%,72%)

RGB channels and saturation

R 237 of 255 = 93%
G 135 of 255 = 53%
B 183 of 255 = 72%

237
135
183

R + G + B ~ 73%. #ED87B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 135 + 183 = 555 (100%)
R 237 of 555 ~ 42.7%
G 135 of 555 ~ 24.32%
B 183 of 555 ~ 32.97%

%42.7
%24.32
%32.97

CMYK color model

#ED87B7 color CMYK value is (0,43,23,7).

  • cyan value is 0.00%
  • magenta value is 43.04%
  • yellow value is 22.78%
  • key color value is 7.06%
CMYK:
(0,43,23,7)
C0M43Y23K7 
(0%,43%,23%,7%)
(0.00/0.43/0.23/0.07)	

CMYK percentages

%0
%43.04
%22.78
%7.06

Codes

Color #ED87B7 in popluar color models

ED87B7
RGB237135183
HSL332°73.91%72.94%
HSB/HSV332°43.04%92.94%
CMYK0.00%43.04%22.78%
7.06%

Color #ED87B7 in popluar number systems.

HEXED87B7
Decimal237135183
Binary111011011000011110110111
Octal355207267

Shades and tints

Shades of #ED87B7

#ED87B7
(237,135,183)
#D87BA7
(216,123,167)
#C36F97
(195,111,151)
#AE6387
(174,99,135)
#995777
(153,87,119)
#844B67
(132,75,103)
#6F3F57
(111,63,87)
#5A3347
(90,51,71)
#452737
(69,39,55)
#301B27
(48,27,39)
#1B0F17
(27,15,23)
#000000
(0,0,0)

Tints of #ED87B7

#ED87B7
(237,135,183)
#EE91BD
(238,145,189)
#EF9BC3
(239,155,195)
#F0A5C9
(240,165,201)
#F1AFCF
(241,175,207)
#F2B9D5
(242,185,213)
#F3C3DB
(243,195,219)
#F4CDE1
(244,205,225)
#F5D7E7
(245,215,231)
#F6E1ED
(246,225,237)
#F7EBF3
(247,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED87B7 color. Also use rgb(237,135,183) instead hex code.

Text Font Color

.myTextColor { color: #ED87B7; }

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

This text font color is #ED87B7.


Background Color

.myBgColor { background-color: #ED87B7; }

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

This div background color is #ED87B7.


Border color

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

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

This div border color is #ED87B7.


Opacity

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

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

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

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

This text has shadow with #ED87B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED87B7 on black background.


Color preview on white background

This text has color #ED87B7 on white background.



Black color preview on #ED87B7 background

This text has black color on #ED87B7 background.


White color preview on #ED87B7 background

This text has white color on #ED87B7 background.