COLOR #E586F6

HEX: #E586F6
RGB: (229,134,246)

Color info

#E586F6 contains mainly red and blue colors. Web safe color of #E586F6 is #CC99FF (or #C9F).

RGB color model

#E586F6 color RGB value is (229,134,246).

  • red value is 229;
  • green value is 134;
  • blue value is 246.
RGB:
(229,134,246)
(90%,53%,96%)

RGB channels and saturation

R 229 of 255 = 90%
G 134 of 255 = 53%
B 246 of 255 = 96%

229
134
246

R + G + B ~ 80%. #E586F6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 134 + 246 = 609 (100%)
R 229 of 609 ~ 37.6%
G 134 of 609 ~ 22%
B 246 of 609 ~ 40.39%

%37.6
%22
%40.39

CMYK color model

#E586F6 color CMYK value is (7,46,0,4).

  • cyan value is 6.91%
  • magenta value is 45.53%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(7,46,0,4)
C7M46Y0K4 
(7%,46%,0%,4%)
(0.07/0.46/0.00/0.04)	

CMYK percentages

%6.91
%45.53
%0
%3.53

Codes

Color #E586F6 in popluar color models

E586F6
RGB229134246
HSL291°86.15%74.51%
HSB/HSV291°45.53%96.47%
CMYK6.91%45.53%0.00%
3.53%

Color #E586F6 in popluar number systems.

HEXE586F6
Decimal229134246
Binary111001011000011011110110
Octal345206366

Shades and tints

Shades of #E586F6

#E586F6
(229,134,246)
#D17AE0
(209,122,224)
#BD6ECA
(189,110,202)
#A962B4
(169,98,180)
#95569E
(149,86,158)
#814A88
(129,74,136)
#6D3E72
(109,62,114)
#59325C
(89,50,92)
#452646
(69,38,70)
#311A30
(49,26,48)
#1D0E1A
(29,14,26)
#000000
(0,0,0)

Tints of #E586F6

#E586F6
(229,134,246)
#E791F6
(231,145,246)
#E99CF6
(233,156,246)
#EBA7F6
(235,167,246)
#EDB2F6
(237,178,246)
#EFBDF6
(239,189,246)
#F1C8F6
(241,200,246)
#F3D3F6
(243,211,246)
#F5DEF6
(245,222,246)
#F7E9F6
(247,233,246)
#F9F4F6
(249,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E586F6 color. Also use rgb(229,134,246) instead hex code.

Text Font Color

.myTextColor { color: #E586F6; }

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

This text font color is #E586F6.


Background Color

.myBgColor { background-color: #E586F6; }

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

This div background color is #E586F6.


Border color

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

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

This div border color is #E586F6.


Opacity

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

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

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

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

This text has shadow with #E586F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E586F6 on black background.


Color preview on white background

This text has color #E586F6 on white background.



Black color preview on #E586F6 background

This text has black color on #E586F6 background.


White color preview on #E586F6 background

This text has white color on #E586F6 background.