COLOR #E586AF

HEX: #E586AF
RGB: (229,134,175)

Color info

#E586AF contains mainly red and blue colors. Web safe color of #E586AF is #CC9999 (or #C99).

RGB color model

#E586AF color RGB value is (229,134,175).

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

RGB channels and saturation

R 229 of 255 = 90%
G 134 of 255 = 53%
B 175 of 255 = 69%

229
134
175

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

Portions of RGB colors in percentages

R + G + B =
229 + 134 + 175 = 538 (100%)
R 229 of 538 ~ 42.57%
G 134 of 538 ~ 24.91%
B 175 of 538 ~ 32.53%

%42.57
%24.91
%32.53

CMYK color model

#E586AF color CMYK value is (0,41,24,10).

  • cyan value is 0.00%
  • magenta value is 41.48%
  • yellow value is 23.58%
  • key color value is 10.20%
CMYK:
(0,41,24,10)
C0M41Y24K10 
(0%,41%,24%,10%)
(0.00/0.41/0.24/0.10)	

CMYK percentages

%0
%41.48
%23.58
%10.2

Codes

Color #E586AF in popluar color models

E586AF
RGB229134175
HSL334°64.63%71.18%
HSB/HSV334°41.48%89.80%
CMYK0.00%41.48%23.58%
10.20%

Color #E586AF in popluar number systems.

HEXE586AF
Decimal229134175
Binary111001011000011010101111
Octal345206257

Shades and tints

Shades of #E586AF

#E586AF
(229,134,175)
#D17AA0
(209,122,160)
#BD6E91
(189,110,145)
#A96282
(169,98,130)
#955673
(149,86,115)
#814A64
(129,74,100)
#6D3E55
(109,62,85)
#593246
(89,50,70)
#452637
(69,38,55)
#311A28
(49,26,40)
#1D0E19
(29,14,25)
#000000
(0,0,0)

Tints of #E586AF

#E586AF
(229,134,175)
#E791B6
(231,145,182)
#E99CBD
(233,156,189)
#EBA7C4
(235,167,196)
#EDB2CB
(237,178,203)
#EFBDD2
(239,189,210)
#F1C8D9
(241,200,217)
#F3D3E0
(243,211,224)
#F5DEE7
(245,222,231)
#F7E9EE
(247,233,238)
#F9F4F5
(249,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E586AF; }

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

This text font color is #E586AF.


Background Color

.myBgColor { background-color: #E586AF; }

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

This div background color is #E586AF.


Border color

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

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

This div border color is #E586AF.


Opacity

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

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

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

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

This text has shadow with #E586AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E586AF on black background.


Color preview on white background

This text has color #E586AF on white background.



Black color preview on #E586AF background

This text has black color on #E586AF background.


White color preview on #E586AF background

This text has white color on #E586AF background.