COLOR #E585A2

HEX: #E585A2
RGB: (229,133,162)

Color info

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

RGB color model

#E585A2 color RGB value is (229,133,162).

  • red value is 229;
  • green value is 133;
  • blue value is 162.
RGB:
(229,133,162)
(90%,52%,64%)

RGB channels and saturation

R 229 of 255 = 90%
G 133 of 255 = 52%
B 162 of 255 = 64%

229
133
162

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

Portions of RGB colors in percentages

R + G + B =
229 + 133 + 162 = 524 (100%)
R 229 of 524 ~ 43.7%
G 133 of 524 ~ 25.38%
B 162 of 524 ~ 30.92%

%43.7
%25.38
%30.92

CMYK color model

#E585A2 color CMYK value is (0,42,29,10).

  • cyan value is 0.00%
  • magenta value is 41.92%
  • yellow value is 29.26%
  • key color value is 10.20%
CMYK:
(0,42,29,10)
C0M42Y29K10 
(0%,42%,29%,10%)
(0.00/0.42/0.29/0.10)	

CMYK percentages

%0
%41.92
%29.26
%10.2

Codes

Color #E585A2 in popluar color models

E585A2
RGB229133162
HSL342°64.86%70.98%
HSB/HSV342°41.92%89.80%
CMYK0.00%41.92%29.26%
10.20%

Color #E585A2 in popluar number systems.

HEXE585A2
Decimal229133162
Binary111001011000010110100010
Octal345205242

Shades and tints

Shades of #E585A2

#E585A2
(229,133,162)
#D17994
(209,121,148)
#BD6D86
(189,109,134)
#A96178
(169,97,120)
#95556A
(149,85,106)
#81495C
(129,73,92)
#6D3D4E
(109,61,78)
#593140
(89,49,64)
#452532
(69,37,50)
#311924
(49,25,36)
#1D0D16
(29,13,22)
#000000
(0,0,0)

Tints of #E585A2

#E585A2
(229,133,162)
#E790AA
(231,144,170)
#E99BB2
(233,155,178)
#EBA6BA
(235,166,186)
#EDB1C2
(237,177,194)
#EFBCCA
(239,188,202)
#F1C7D2
(241,199,210)
#F3D2DA
(243,210,218)
#F5DDE2
(245,221,226)
#F7E8EA
(247,232,234)
#F9F3F2
(249,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E585A2 color. Also use rgb(229,133,162) instead hex code.

Text Font Color

.myTextColor { color: #E585A2; }

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

This text font color is #E585A2.


Background Color

.myBgColor { background-color: #E585A2; }

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

This div background color is #E585A2.


Border color

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

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

This div border color is #E585A2.


Opacity

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

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

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

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

This text has shadow with #E585A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E585A2 on black background.


Color preview on white background

This text has color #E585A2 on white background.



Black color preview on #E585A2 background

This text has black color on #E585A2 background.


White color preview on #E585A2 background

This text has white color on #E585A2 background.