COLOR #E87FD3

HEX: #E87FD3
RGB: (232,127,211)

Color info

#E87FD3 contains mainly red and blue colors. Web safe color of #E87FD3 is #FF66CC (or #F6C).

RGB color model

#E87FD3 color RGB value is (232,127,211).

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

RGB channels and saturation

R 232 of 255 = 91%
G 127 of 255 = 50%
B 211 of 255 = 83%

232
127
211

R + G + B ~ 75%. #E87FD3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 127 + 211 = 570 (100%)
R 232 of 570 ~ 40.7%
G 127 of 570 ~ 22.28%
B 211 of 570 ~ 37.02%

%40.7
%22.28
%37.02

CMYK color model

#E87FD3 color CMYK value is (0,45,9,9).

  • cyan value is 0.00%
  • magenta value is 45.26%
  • yellow value is 9.05%
  • key color value is 9.02%
CMYK:
(0,45,9,9)
C0M45Y9K9 
(0%,45%,9%,9%)
(0.00/0.45/0.09/0.09)	

CMYK percentages

%0
%45.26
%9.05
%9.02

Codes

Color #E87FD3 in popluar color models

E87FD3
RGB232127211
HSL312°69.54%70.39%
HSB/HSV312°45.26%90.98%
CMYK0.00%45.26%9.05%
9.02%

Color #E87FD3 in popluar number systems.

HEXE87FD3
Decimal232127211
Binary11101000111111111010011
Octal350177323

Shades and tints

Shades of #E87FD3

#E87FD3
(232,127,211)
#D374C0
(211,116,192)
#BE69AD
(190,105,173)
#A95E9A
(169,94,154)
#945387
(148,83,135)
#7F4874
(127,72,116)
#6A3D61
(106,61,97)
#55324E
(85,50,78)
#40273B
(64,39,59)
#2B1C28
(43,28,40)
#161115
(22,17,21)
#000000
(0,0,0)

Tints of #E87FD3

#E87FD3
(232,127,211)
#EA8AD7
(234,138,215)
#EC95DB
(236,149,219)
#EEA0DF
(238,160,223)
#F0ABE3
(240,171,227)
#F2B6E7
(242,182,231)
#F4C1EB
(244,193,235)
#F6CCEF
(246,204,239)
#F8D7F3
(248,215,243)
#FAE2F7
(250,226,247)
#FCEDFB
(252,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E87FD3; }

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

This text font color is #E87FD3.


Background Color

.myBgColor { background-color: #E87FD3; }

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

This div background color is #E87FD3.


Border color

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

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

This div border color is #E87FD3.


Opacity

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

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

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

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

This text has shadow with #E87FD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E87FD3 on black background.


Color preview on white background

This text has color #E87FD3 on white background.



Black color preview on #E87FD3 background

This text has black color on #E87FD3 background.


White color preview on #E87FD3 background

This text has white color on #E87FD3 background.