COLOR #E587A4

HEX: #E587A4
RGB: (229,135,164)

Color info

#E587A4 contains mainly red color. Web safe color of #E587A4 is #CC9999 (or #C99).

RGB color model

#E587A4 color RGB value is (229,135,164).

  • red value is 229;
  • green value is 135;
  • blue value is 164.
RGB:
(229,135,164)
(90%,53%,64%)

RGB channels and saturation

R 229 of 255 = 90%
G 135 of 255 = 53%
B 164 of 255 = 64%

229
135
164

R + G + B ~ 69%. #E587A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 135 + 164 = 528 (100%)
R 229 of 528 ~ 43.37%
G 135 of 528 ~ 25.57%
B 164 of 528 ~ 31.06%

%43.37
%25.57
%31.06

CMYK color model

#E587A4 color CMYK value is (0,41,28,10).

  • cyan value is 0.00%
  • magenta value is 41.05%
  • yellow value is 28.38%
  • key color value is 10.20%
CMYK:
(0,41,28,10)
C0M41Y28K10 
(0%,41%,28%,10%)
(0.00/0.41/0.28/0.10)	

CMYK percentages

%0
%41.05
%28.38
%10.2

Codes

Color #E587A4 in popluar color models

E587A4
RGB229135164
HSL341°64.38%71.37%
HSB/HSV341°41.05%89.80%
CMYK0.00%41.05%28.38%
10.20%

Color #E587A4 in popluar number systems.

HEXE587A4
Decimal229135164
Binary111001011000011110100100
Octal345207244

Shades and tints

Shades of #E587A4

#E587A4
(229,135,164)
#D17B96
(209,123,150)
#BD6F88
(189,111,136)
#A9637A
(169,99,122)
#95576C
(149,87,108)
#814B5E
(129,75,94)
#6D3F50
(109,63,80)
#593342
(89,51,66)
#452734
(69,39,52)
#311B26
(49,27,38)
#1D0F18
(29,15,24)
#000000
(0,0,0)

Tints of #E587A4

#E587A4
(229,135,164)
#E791AC
(231,145,172)
#E99BB4
(233,155,180)
#EBA5BC
(235,165,188)
#EDAFC4
(237,175,196)
#EFB9CC
(239,185,204)
#F1C3D4
(241,195,212)
#F3CDDC
(243,205,220)
#F5D7E4
(245,215,228)
#F7E1EC
(247,225,236)
#F9EBF4
(249,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E587A4 color. Also use rgb(229,135,164) instead hex code.

Text Font Color

.myTextColor { color: #E587A4; }

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

This text font color is #E587A4.


Background Color

.myBgColor { background-color: #E587A4; }

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

This div background color is #E587A4.


Border color

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

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

This div border color is #E587A4.


Opacity

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

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

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

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

This text has shadow with #E587A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E587A4 on black background.


Color preview on white background

This text has color #E587A4 on white background.



Black color preview on #E587A4 background

This text has black color on #E587A4 background.


White color preview on #E587A4 background

This text has white color on #E587A4 background.