COLOR #E086E6

HEX: #E086E6
RGB: (224,134,230)

Color info

#E086E6 contains mainly red and blue colors. Web safe color of #E086E6 is #CC99CC (or #C9C).

RGB color model

#E086E6 color RGB value is (224,134,230).

  • red value is 224;
  • green value is 134;
  • blue value is 230.
RGB:
(224,134,230)
(88%,53%,90%)

RGB channels and saturation

R 224 of 255 = 88%
G 134 of 255 = 53%
B 230 of 255 = 90%

224
134
230

R + G + B ~ 77%. #E086E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 134 + 230 = 588 (100%)
R 224 of 588 ~ 38.1%
G 134 of 588 ~ 22.79%
B 230 of 588 ~ 39.12%

%38.1
%22.79
%39.12

CMYK color model

#E086E6 color CMYK value is (3,42,0,10).

  • cyan value is 2.61%
  • magenta value is 41.74%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(3,42,0,10)
C3M42Y0K10 
(3%,42%,0%,10%)
(0.03/0.42/0.00/0.10)	

CMYK percentages

%2.61
%41.74
%0
%9.8

Codes

Color #E086E6 in popluar color models

E086E6
RGB224134230
HSL296°65.75%71.37%
HSB/HSV296°41.74%90.20%
CMYK2.61%41.74%0.00%
9.80%

Color #E086E6 in popluar number systems.

HEXE086E6
Decimal224134230
Binary111000001000011011100110
Octal340206346

Shades and tints

Shades of #E086E6

#E086E6
(224,134,230)
#CC7AD2
(204,122,210)
#B86EBE
(184,110,190)
#A462AA
(164,98,170)
#905696
(144,86,150)
#7C4A82
(124,74,130)
#683E6E
(104,62,110)
#54325A
(84,50,90)
#402646
(64,38,70)
#2C1A32
(44,26,50)
#180E1E
(24,14,30)
#000000
(0,0,0)

Tints of #E086E6

#E086E6
(224,134,230)
#E291E8
(226,145,232)
#E49CEA
(228,156,234)
#E6A7EC
(230,167,236)
#E8B2EE
(232,178,238)
#EABDF0
(234,189,240)
#ECC8F2
(236,200,242)
#EED3F4
(238,211,244)
#F0DEF6
(240,222,246)
#F2E9F8
(242,233,248)
#F4F4FA
(244,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E086E6 color. Also use rgb(224,134,230) instead hex code.

Text Font Color

.myTextColor { color: #E086E6; }

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

This text font color is #E086E6.


Background Color

.myBgColor { background-color: #E086E6; }

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

This div background color is #E086E6.


Border color

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

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

This div border color is #E086E6.


Opacity

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

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

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

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

This text has shadow with #E086E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E086E6 on black background.


Color preview on white background

This text has color #E086E6 on white background.



Black color preview on #E086E6 background

This text has black color on #E086E6 background.


White color preview on #E086E6 background

This text has white color on #E086E6 background.