COLOR #E87DE2

HEX: #E87DE2
RGB: (232,125,226)

Color info

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

RGB color model

#E87DE2 color RGB value is (232,125,226).

  • red value is 232;
  • green value is 125;
  • blue value is 226.
RGB:
(232,125,226)
(91%,49%,89%)

RGB channels and saturation

R 232 of 255 = 91%
G 125 of 255 = 49%
B 226 of 255 = 89%

232
125
226

R + G + B ~ 76%. #E87DE2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 125 + 226 = 583 (100%)
R 232 of 583 ~ 39.79%
G 125 of 583 ~ 21.44%
B 226 of 583 ~ 38.77%

%39.79
%21.44
%38.77

CMYK color model

#E87DE2 color CMYK value is (0,46,3,9).

  • cyan value is 0.00%
  • magenta value is 46.12%
  • yellow value is 2.59%
  • key color value is 9.02%
CMYK:
(0,46,3,9)
C0M46Y3K9 
(0%,46%,3%,9%)
(0.00/0.46/0.03/0.09)	

CMYK percentages

%0
%46.12
%2.59
%9.02

Codes

Color #E87DE2 in popluar color models

E87DE2
RGB232125226
HSL303°69.93%70.00%
HSB/HSV303°46.12%90.98%
CMYK0.00%46.12%2.59%
9.02%

Color #E87DE2 in popluar number systems.

HEXE87DE2
Decimal232125226
Binary11101000111110111100010
Octal350175342

Shades and tints

Shades of #E87DE2

#E87DE2
(232,125,226)
#D372CE
(211,114,206)
#BE67BA
(190,103,186)
#A95CA6
(169,92,166)
#945192
(148,81,146)
#7F467E
(127,70,126)
#6A3B6A
(106,59,106)
#553056
(85,48,86)
#402542
(64,37,66)
#2B1A2E
(43,26,46)
#160F1A
(22,15,26)
#000000
(0,0,0)

Tints of #E87DE2

#E87DE2
(232,125,226)
#EA88E4
(234,136,228)
#EC93E6
(236,147,230)
#EE9EE8
(238,158,232)
#F0A9EA
(240,169,234)
#F2B4EC
(242,180,236)
#F4BFEE
(244,191,238)
#F6CAF0
(246,202,240)
#F8D5F2
(248,213,242)
#FAE0F4
(250,224,244)
#FCEBF6
(252,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E87DE2 color. Also use rgb(232,125,226) instead hex code.

Text Font Color

.myTextColor { color: #E87DE2; }

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

This text font color is #E87DE2.


Background Color

.myBgColor { background-color: #E87DE2; }

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

This div background color is #E87DE2.


Border color

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

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

This div border color is #E87DE2.


Opacity

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

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

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

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

This text has shadow with #E87DE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E87DE2 on black background.


Color preview on white background

This text has color #E87DE2 on white background.



Black color preview on #E87DE2 background

This text has black color on #E87DE2 background.


White color preview on #E87DE2 background

This text has white color on #E87DE2 background.