COLOR #E486E2

HEX: #E486E2
RGB: (228,134,226)

Color info

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

RGB color model

#E486E2 color RGB value is (228,134,226).

  • red value is 228;
  • green value is 134;
  • blue value is 226.
RGB:
(228,134,226)
(89%,53%,89%)

RGB channels and saturation

R 228 of 255 = 89%
G 134 of 255 = 53%
B 226 of 255 = 89%

228
134
226

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

Portions of RGB colors in percentages

R + G + B =
228 + 134 + 226 = 588 (100%)
R 228 of 588 ~ 38.78%
G 134 of 588 ~ 22.79%
B 226 of 588 ~ 38.44%

%38.78
%22.79
%38.44

CMYK color model

#E486E2 color CMYK value is (0,41,1,11).

  • cyan value is 0.00%
  • magenta value is 41.23%
  • yellow value is 0.88%
  • key color value is 10.59%
CMYK:
(0,41,1,11)
C0M41Y1K11 
(0%,41%,1%,11%)
(0.00/0.41/0.01/0.11)	

CMYK percentages

%0
%41.23
%0.88
%10.59

Codes

Color #E486E2 in popluar color models

E486E2
RGB228134226
HSL301°63.51%70.98%
HSB/HSV301°41.23%89.41%
CMYK0.00%41.23%0.88%
10.59%

Color #E486E2 in popluar number systems.

HEXE486E2
Decimal228134226
Binary111001001000011011100010
Octal344206342

Shades and tints

Shades of #E486E2

#E486E2
(228,134,226)
#D07ACE
(208,122,206)
#BC6EBA
(188,110,186)
#A862A6
(168,98,166)
#945692
(148,86,146)
#804A7E
(128,74,126)
#6C3E6A
(108,62,106)
#583256
(88,50,86)
#442642
(68,38,66)
#301A2E
(48,26,46)
#1C0E1A
(28,14,26)
#000000
(0,0,0)

Tints of #E486E2

#E486E2
(228,134,226)
#E691E4
(230,145,228)
#E89CE6
(232,156,230)
#EAA7E8
(234,167,232)
#ECB2EA
(236,178,234)
#EEBDEC
(238,189,236)
#F0C8EE
(240,200,238)
#F2D3F0
(242,211,240)
#F4DEF2
(244,222,242)
#F6E9F4
(246,233,244)
#F8F4F6
(248,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E486E2 color. Also use rgb(228,134,226) instead hex code.

Text Font Color

.myTextColor { color: #E486E2; }

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

This text font color is #E486E2.


Background Color

.myBgColor { background-color: #E486E2; }

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

This div background color is #E486E2.


Border color

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

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

This div border color is #E486E2.


Opacity

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

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

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

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

This text has shadow with #E486E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E486E2 on black background.


Color preview on white background

This text has color #E486E2 on white background.



Black color preview on #E486E2 background

This text has black color on #E486E2 background.


White color preview on #E486E2 background

This text has white color on #E486E2 background.