COLOR #FF87E0

HEX: #FF87E0
RGB: (255,135,224)

Color info

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

RGB color model

#FF87E0 color RGB value is (255,135,224).

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

RGB channels and saturation

R 255 of 255 = 100%
G 135 of 255 = 53%
B 224 of 255 = 88%

255
135
224

R + G + B ~ 80%. #FF87E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 135 + 224 = 614 (100%)
R 255 of 614 ~ 41.53%
G 135 of 614 ~ 21.99%
B 224 of 614 ~ 36.48%

%41.53
%21.99
%36.48

CMYK color model

#FF87E0 color CMYK value is (0,47,12,0).

  • cyan value is 0.00%
  • magenta value is 47.06%
  • yellow value is 12.16%
  • key color value is 0.00%
CMYK:
(0,47,12,0)
C0M47Y12K0 
(0%,47%,12%,0%)
(0.00/0.47/0.12/0.00)	

CMYK percentages

%0
%47.06
%12.16
%0

Codes

Color #FF87E0 in popluar color models

FF87E0
RGB255135224
HSL316°100.00%76.47%
HSB/HSV316°47.06%100.00%
CMYK0.00%47.06%12.16%
0.00%

Color #FF87E0 in popluar number systems.

HEXFF87E0
Decimal255135224
Binary111111111000011111100000
Octal377207340

Shades and tints

Shades of #FF87E0

#FF87E0
(255,135,224)
#E87BCC
(232,123,204)
#D16FB8
(209,111,184)
#BA63A4
(186,99,164)
#A35790
(163,87,144)
#8C4B7C
(140,75,124)
#753F68
(117,63,104)
#5E3354
(94,51,84)
#472740
(71,39,64)
#301B2C
(48,27,44)
#190F18
(25,15,24)
#000000
(0,0,0)

Tints of #FF87E0

#FF87E0
(255,135,224)
#FF91E2
(255,145,226)
#FF9BE4
(255,155,228)
#FFA5E6
(255,165,230)
#FFAFE8
(255,175,232)
#FFB9EA
(255,185,234)
#FFC3EC
(255,195,236)
#FFCDEE
(255,205,238)
#FFD7F0
(255,215,240)
#FFE1F2
(255,225,242)
#FFEBF4
(255,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF87E0; }

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

This text font color is #FF87E0.


Background Color

.myBgColor { background-color: #FF87E0; }

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

This div background color is #FF87E0.


Border color

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

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

This div border color is #FF87E0.


Opacity

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

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

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

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

This text has shadow with #FF87E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF87E0 on black background.


Color preview on white background

This text has color #FF87E0 on white background.



Black color preview on #FF87E0 background

This text has black color on #FF87E0 background.


White color preview on #FF87E0 background

This text has white color on #FF87E0 background.