COLOR #E87FED

HEX: #E87FED
RGB: (232,127,237)

Color info

#E87FED contains mainly red and blue colors. Web safe color of #E87FED is #FF66FF (or #F6F).

RGB color model

#E87FED color RGB value is (232,127,237).

  • red value is 232;
  • green value is 127;
  • blue value is 237.
RGB:
(232,127,237)
(91%,50%,93%)

RGB channels and saturation

R 232 of 255 = 91%
G 127 of 255 = 50%
B 237 of 255 = 93%

232
127
237

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

Portions of RGB colors in percentages

R + G + B =
232 + 127 + 237 = 596 (100%)
R 232 of 596 ~ 38.93%
G 127 of 596 ~ 21.31%
B 237 of 596 ~ 39.77%

%38.93
%21.31
%39.77

CMYK color model

#E87FED color CMYK value is (2,46,0,7).

  • cyan value is 2.11%
  • magenta value is 46.41%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(2,46,0,7)
C2M46Y0K7 
(2%,46%,0%,7%)
(0.02/0.46/0.00/0.07)	

CMYK percentages

%2.11
%46.41
%0
%7.06

Codes

Color #E87FED in popluar color models

E87FED
RGB232127237
HSL297°75.34%71.37%
HSB/HSV297°46.41%92.94%
CMYK2.11%46.41%0.00%
7.06%

Color #E87FED in popluar number systems.

HEXE87FED
Decimal232127237
Binary11101000111111111101101
Octal350177355

Shades and tints

Shades of #E87FED

#E87FED
(232,127,237)
#D374D8
(211,116,216)
#BE69C3
(190,105,195)
#A95EAE
(169,94,174)
#945399
(148,83,153)
#7F4884
(127,72,132)
#6A3D6F
(106,61,111)
#55325A
(85,50,90)
#402745
(64,39,69)
#2B1C30
(43,28,48)
#16111B
(22,17,27)
#000000
(0,0,0)

Tints of #E87FED

#E87FED
(232,127,237)
#EA8AEE
(234,138,238)
#EC95EF
(236,149,239)
#EEA0F0
(238,160,240)
#F0ABF1
(240,171,241)
#F2B6F2
(242,182,242)
#F4C1F3
(244,193,243)
#F6CCF4
(246,204,244)
#F8D7F5
(248,215,245)
#FAE2F6
(250,226,246)
#FCEDF7
(252,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E87FED color. Also use rgb(232,127,237) instead hex code.

Text Font Color

.myTextColor { color: #E87FED; }

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

This text font color is #E87FED.


Background Color

.myBgColor { background-color: #E87FED; }

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

This div background color is #E87FED.


Border color

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

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

This div border color is #E87FED.


Opacity

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

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

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

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

This text has shadow with #E87FED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E87FED on black background.


Color preview on white background

This text has color #E87FED on white background.



Black color preview on #E87FED background

This text has black color on #E87FED background.


White color preview on #E87FED background

This text has white color on #E87FED background.