COLOR #E585A3

HEX: #E585A3 RGB: (229,133,163)

Color info

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

RGB color model

#E585A3 color RGB value is (229,133,163).

RGB: (229,133,163) (90%, 52%, 64%)

RGB channels and saturation

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

229
133
163

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

Portions of RGB colors in percentages

R + G + B = 229 + 133 + 163 = 525 (100%)
R 229 of 525 ~ 43.62%
G 133 of 525 ~ 25.33%
B 163 of 525 ~ 31.05'%

%43.62
%25.33
%31.05

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 41.92%
  • yellow value is 28.82%
  • 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
%28.82
%10.2

Codes

Color #E585A3 in popluar color models

E5 85 A3
RGB 229 133 163
HSL 341° 64.86% 70.98%
HSB/HSV 341° 41.92% 89.80%
CMYK 0.00% 41.92% 28.82%
10.20%

Color #E585A3 in popluar number systems.

HEX E5 85 A3
Decimal 229 133 163
Binary 11100101 10000101 10100011
Octal 345 205 243

Shades and tints

Shades of #E585A3

#E585A3
(229,133,163)
#D17995
(209,121,149)
#BD6D87
(189,109,135)
#A96179
(169,97,121)
#95556B
(149,85,107)
#81495D
(129,73,93)
#6D3D4F
(109,61,79)
#593141
(89,49,65)
#452533
(69,37,51)
#311925
(49,25,37)
#1D0D17
(29,13,23)
#000000
(0,0,0)

Tints of #E585A3

#E585A3
(229,133,163)
#E790AB
(231,144,171)
#E99BB3
(233,155,179)
#EBA6BB
(235,166,187)
#EDB1C3
(237,177,195)
#EFBCCB
(239,188,203)
#F1C7D3
(241,199,211)
#F3D2DB
(243,210,219)
#F5DDE3
(245,221,227)
#F7E8EB
(247,232,235)
#F9F3F3
(249,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E585A3; }

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

This text font color is #E585A3.

Background Color

.myBgColor { background-color: #E585A3; }

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

This div background color is #E585A3.

Border color

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

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

This div border color is #E585A3.

Opacity

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

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

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

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

This text has shadow with #E585A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E585A3.

Preview

Color preview on black background

This text has color #E585A3 on black background.


Color preview on white background

This text has color #E585A3 on white background.


Black color preview on #E585A3 background

This text has black color on #E585A3 background.


White color preview on #E585A3 background

This text has white color on #E585A3 background.


Related colors

Complementary color

Complementary color for #hex is #1A7A5C.


I love getcolorcode.com

Triadic colors

1 #A3E585 and #85A3E5 with #E585A3 are triadic colors.

2 #A385E5 and #85E5A3 with #E585A3 are triadic colors.