COLOR #ED87E3

HEX: #ED87E3 RGB: (237,135,227)

Color info

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

RGB color model

#ED87E3 color RGB value is (237,135,227).

RGB: (237,135,227) (93%, 53%, 89%)

RGB channels and saturation

R 237 of 255 = 93%
G 135 of 255 = 53%
B 227 of 255 = 89%

237
135
227

R + G + B ~ 78%. #ED87E3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 135 + 227 = 599 (100%)
R 237 of 599 ~ 39.57%
G 135 of 599 ~ 22.54%
B 227 of 599 ~ 37.9'%

%39.57
%22.54
%37.9

CMYK color model

#ED87E3 color CMYK value is (0,43,4,7).

  • cyan value is 0.00%
  • magenta value is 43.04%
  • yellow value is 4.22%
  • key color value is 7.06%

CMYK: (0,43,4,7)
C0M43Y4K7 (0%, 43%, 4%, 7%)
(0.00 / 0.43 / 0.04 / 0.07)

CMYK percentages

%0
%43.04
%4.22
%7.06

Codes

Color #ED87E3 in popluar color models

ED 87 E3
RGB 237 135 227
HSL 306° 73.91% 72.94%
HSB/HSV 306° 43.04% 92.94%
CMYK 0.00% 43.04% 4.22%
7.06%

Color #ED87E3 in popluar number systems.

HEX ED 87 E3
Decimal 237 135 227
Binary 11101101 10000111 11100011
Octal 355 207 343

Shades and tints

Shades of #ED87E3

#ED87E3
(237,135,227)
#D87BCF
(216,123,207)
#C36FBB
(195,111,187)
#AE63A7
(174,99,167)
#995793
(153,87,147)
#844B7F
(132,75,127)
#6F3F6B
(111,63,107)
#5A3357
(90,51,87)
#452743
(69,39,67)
#301B2F
(48,27,47)
#1B0F1B
(27,15,27)
#000000
(0,0,0)

Tints of #ED87E3

#ED87E3
(237,135,227)
#EE91E5
(238,145,229)
#EF9BE7
(239,155,231)
#F0A5E9
(240,165,233)
#F1AFEB
(241,175,235)
#F2B9ED
(242,185,237)
#F3C3EF
(243,195,239)
#F4CDF1
(244,205,241)
#F5D7F3
(245,215,243)
#F6E1F5
(246,225,245)
#F7EBF7
(247,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ED87E3; }

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

This text font color is #ED87E3.

Background Color

.myBgColor { background-color: #ED87E3; }

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

This div background color is #ED87E3.

Border color

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

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

This div border color is #ED87E3.

Opacity

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

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

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

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

This text has shadow with #ED87E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ED87E3.

Preview

Color preview on black background

This text has color #ED87E3 on black background.


Color preview on white background

This text has color #ED87E3 on white background.


Black color preview on #ED87E3 background

This text has black color on #ED87E3 background.


White color preview on #ED87E3 background

This text has white color on #ED87E3 background.


Related colors

Complementary color

Complementary color for #hex is #12781C.


I love getcolorcode.com

Triadic colors

1 #E3ED87 and #87E3ED with #ED87E3 are triadic colors.

2 #E387ED and #87EDE3 with #ED87E3 are triadic colors.