COLOR #E586D5

HEX: #E586D5
RGB: (229,134,213)

Color info

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

RGB color model

#E586D5 color RGB value is (229,134,213).

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

RGB channels and saturation

R 229 of 255 = 90%
G 134 of 255 = 53%
B 213 of 255 = 84%

229
134
213

R + G + B ~ 76%. #E586D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 134 + 213 = 576 (100%)
R 229 of 576 ~ 39.76%
G 134 of 576 ~ 23.26%
B 213 of 576 ~ 36.98%

%39.76
%23.26
%36.98

CMYK color model

#E586D5 color CMYK value is (0,41,7,10).

  • cyan value is 0.00%
  • magenta value is 41.48%
  • yellow value is 6.99%
  • key color value is 10.20%
CMYK:
(0,41,7,10)
C0M41Y7K10 
(0%,41%,7%,10%)
(0.00/0.41/0.07/0.10)	

CMYK percentages

%0
%41.48
%6.99
%10.2

Codes

Color #E586D5 in popluar color models

E586D5
RGB229134213
HSL310°64.63%71.18%
HSB/HSV310°41.48%89.80%
CMYK0.00%41.48%6.99%
10.20%

Color #E586D5 in popluar number systems.

HEXE586D5
Decimal229134213
Binary111001011000011011010101
Octal345206325

Shades and tints

Shades of #E586D5

#E586D5
(229,134,213)
#D17AC2
(209,122,194)
#BD6EAF
(189,110,175)
#A9629C
(169,98,156)
#955689
(149,86,137)
#814A76
(129,74,118)
#6D3E63
(109,62,99)
#593250
(89,50,80)
#45263D
(69,38,61)
#311A2A
(49,26,42)
#1D0E17
(29,14,23)
#000000
(0,0,0)

Tints of #E586D5

#E586D5
(229,134,213)
#E791D8
(231,145,216)
#E99CDB
(233,156,219)
#EBA7DE
(235,167,222)
#EDB2E1
(237,178,225)
#EFBDE4
(239,189,228)
#F1C8E7
(241,200,231)
#F3D3EA
(243,211,234)
#F5DEED
(245,222,237)
#F7E9F0
(247,233,240)
#F9F4F3
(249,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E586D5; }

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

This text font color is #E586D5.


Background Color

.myBgColor { background-color: #E586D5; }

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

This div background color is #E586D5.


Border color

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

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

This div border color is #E586D5.


Opacity

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

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

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

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

This text has shadow with #E586D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E586D5 on black background.


Color preview on white background

This text has color #E586D5 on white background.



Black color preview on #E586D5 background

This text has black color on #E586D5 background.


White color preview on #E586D5 background

This text has white color on #E586D5 background.