COLOR #E87AF0

HEX: #E87AF0
RGB: (232,122,240)

Color info

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

RGB color model

#E87AF0 color RGB value is (232,122,240).

  • red value is 232;
  • green value is 122;
  • blue value is 240.
RGB:
(232,122,240)
(91%,48%,94%)

RGB channels and saturation

R 232 of 255 = 91%
G 122 of 255 = 48%
B 240 of 255 = 94%

232
122
240

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

Portions of RGB colors in percentages

R + G + B =
232 + 122 + 240 = 594 (100%)
R 232 of 594 ~ 39.06%
G 122 of 594 ~ 20.54%
B 240 of 594 ~ 40.4%

%39.06
%20.54
%40.4

CMYK color model

#E87AF0 color CMYK value is (3,49,0,6).

  • cyan value is 3.33%
  • magenta value is 49.17%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(3,49,0,6)
C3M49Y0K6 
(3%,49%,0%,6%)
(0.03/0.49/0.00/0.06)	

CMYK percentages

%3.33
%49.17
%0
%5.88

Codes

Color #E87AF0 in popluar color models

E87AF0
RGB232122240
HSL296°79.73%70.98%
HSB/HSV296°49.17%94.12%
CMYK3.33%49.17%0.00%
5.88%

Color #E87AF0 in popluar number systems.

HEXE87AF0
Decimal232122240
Binary11101000111101011110000
Octal350172360

Shades and tints

Shades of #E87AF0

#E87AF0
(232,122,240)
#D36FDB
(211,111,219)
#BE64C6
(190,100,198)
#A959B1
(169,89,177)
#944E9C
(148,78,156)
#7F4387
(127,67,135)
#6A3872
(106,56,114)
#552D5D
(85,45,93)
#402248
(64,34,72)
#2B1733
(43,23,51)
#160C1E
(22,12,30)
#000000
(0,0,0)

Tints of #E87AF0

#E87AF0
(232,122,240)
#EA86F1
(234,134,241)
#EC92F2
(236,146,242)
#EE9EF3
(238,158,243)
#F0AAF4
(240,170,244)
#F2B6F5
(242,182,245)
#F4C2F6
(244,194,246)
#F6CEF7
(246,206,247)
#F8DAF8
(248,218,248)
#FAE6F9
(250,230,249)
#FCF2FA
(252,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E87AF0 color. Also use rgb(232,122,240) instead hex code.

Text Font Color

.myTextColor { color: #E87AF0; }

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

This text font color is #E87AF0.


Background Color

.myBgColor { background-color: #E87AF0; }

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

This div background color is #E87AF0.


Border color

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

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

This div border color is #E87AF0.


Opacity

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

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

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

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

This text has shadow with #E87AF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E87AF0 on black background.


Color preview on white background

This text has color #E87AF0 on white background.



Black color preview on #E87AF0 background

This text has black color on #E87AF0 background.


White color preview on #E87AF0 background

This text has white color on #E87AF0 background.