COLOR #E850E8

HEX: #E850E8
RGB: (232,80,232)

Color info

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

RGB color model

#E850E8 color RGB value is (232,80,232).

  • red value is 232;
  • green value is 80;
  • blue value is 232.
RGB:
(232,80,232)
(91%,31%,91%)

RGB channels and saturation

R 232 of 255 = 91%
G 80 of 255 = 31%
B 232 of 255 = 91%

232
80
232

R + G + B ~ 71%. #E850E8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 80 + 232 = 544 (100%)
R 232 of 544 ~ 42.65%
G 80 of 544 ~ 14.71%
B 232 of 544 ~ 42.65%

%42.65
%14.71
%42.65

CMYK color model

#E850E8 color CMYK value is (0,66,0,9).

  • cyan value is 0.00%
  • magenta value is 65.52%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(0,66,0,9)
C0M66Y0K9 
(0%,66%,0%,9%)
(0.00/0.66/0.00/0.09)	

CMYK percentages

%0
%65.52
%0
%9.02

Codes

Color #E850E8 in popluar color models

E850E8
RGB23280232
HSL300°76.77%61.18%
HSB/HSV300°65.52%90.98%
CMYK0.00%65.52%0.00%
9.02%

Color #E850E8 in popluar number systems.

HEXE850E8
Decimal23280232
Binary11101000101000011101000
Octal350120350

Shades and tints

Shades of #E850E8

#E850E8
(232,80,232)
#D349D3
(211,73,211)
#BE42BE
(190,66,190)
#A93BA9
(169,59,169)
#943494
(148,52,148)
#7F2D7F
(127,45,127)
#6A266A
(106,38,106)
#551F55
(85,31,85)
#401840
(64,24,64)
#2B112B
(43,17,43)
#160A16
(22,10,22)
#000000
(0,0,0)

Tints of #E850E8

#E850E8
(232,80,232)
#EA5FEA
(234,95,234)
#EC6EEC
(236,110,236)
#EE7DEE
(238,125,238)
#F08CF0
(240,140,240)
#F29BF2
(242,155,242)
#F4AAF4
(244,170,244)
#F6B9F6
(246,185,246)
#F8C8F8
(248,200,248)
#FAD7FA
(250,215,250)
#FCE6FC
(252,230,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E850E8; }

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

This text font color is #E850E8.


Background Color

.myBgColor { background-color: #E850E8; }

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

This div background color is #E850E8.


Border color

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

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

This div border color is #E850E8.


Opacity

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

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

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

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

This text has shadow with #E850E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E850E8 on black background.


Color preview on white background

This text has color #E850E8 on white background.



Black color preview on #E850E8 background

This text has black color on #E850E8 background.


White color preview on #E850E8 background

This text has white color on #E850E8 background.