COLOR #ED87FF

HEX: #ED87FF
RGB: (237,135,255)

Color info

#ED87FF contains mainly red and blue colors. Web safe color of #ED87FF is #FF99FF (or #F9F).

RGB color model

#ED87FF color RGB value is (237,135,255).

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

RGB channels and saturation

R 237 of 255 = 93%
G 135 of 255 = 53%
B 255 of 255 = 100%

237
135
255

R + G + B ~ 82%. #ED87FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 135 + 255 = 627 (100%)
R 237 of 627 ~ 37.8%
G 135 of 627 ~ 21.53%
B 255 of 627 ~ 40.67%

%37.8
%21.53
%40.67

CMYK color model

#ED87FF color CMYK value is (7,47,0,0).

  • cyan value is 7.06%
  • magenta value is 47.06%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(7,47,0,0)
C7M47Y0K0 
(7%,47%,0%,0%)
(0.07/0.47/0.00/0.00)	

CMYK percentages

%7.06
%47.06
%0
%0

Codes

Color #ED87FF in popluar color models

ED87FF
RGB237135255
HSL291°100.00%76.47%
HSB/HSV291°47.06%100.00%
CMYK7.06%47.06%0.00%
0.00%

Color #ED87FF in popluar number systems.

HEXED87FF
Decimal237135255
Binary111011011000011111111111
Octal355207377

Shades and tints

Shades of #ED87FF

#ED87FF
(237,135,255)
#D87BE8
(216,123,232)
#C36FD1
(195,111,209)
#AE63BA
(174,99,186)
#9957A3
(153,87,163)
#844B8C
(132,75,140)
#6F3F75
(111,63,117)
#5A335E
(90,51,94)
#452747
(69,39,71)
#301B30
(48,27,48)
#1B0F19
(27,15,25)
#000000
(0,0,0)

Tints of #ED87FF

#ED87FF
(237,135,255)
#EE91FF
(238,145,255)
#EF9BFF
(239,155,255)
#F0A5FF
(240,165,255)
#F1AFFF
(241,175,255)
#F2B9FF
(242,185,255)
#F3C3FF
(243,195,255)
#F4CDFF
(244,205,255)
#F5D7FF
(245,215,255)
#F6E1FF
(246,225,255)
#F7EBFF
(247,235,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ED87FF; }

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

This text font color is #ED87FF.


Background Color

.myBgColor { background-color: #ED87FF; }

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

This div background color is #ED87FF.


Border color

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

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

This div border color is #ED87FF.


Opacity

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

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

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

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

This text has shadow with #ED87FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED87FF on black background.


Color preview on white background

This text has color #ED87FF on white background.



Black color preview on #ED87FF background

This text has black color on #ED87FF background.


White color preview on #ED87FF background

This text has white color on #ED87FF background.