COLOR #E59AD5

HEX: #E59AD5 RGB: (229,154,213)

Color info

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

RGB color model

#E59AD5 color RGB value is (229,154,213).

RGB: (229,154,213) (90%, 60%, 84%)

RGB channels and saturation

R 229 of 255 = 90%
G 154 of 255 = 60%
B 213 of 255 = 84%

229
154
213

R + G + B ~ 78%. #E59AD5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 154 + 213 = 596 (100%)
R 229 of 596 ~ 38.42%
G 154 of 596 ~ 25.84%
B 213 of 596 ~ 35.74'%

%38.42
%25.84
%35.74

CMYK color model

#E59AD5 color CMYK value is (0,33,7,10).

  • cyan value is 0.00%
  • magenta value is 32.75%
  • yellow value is 6.99%
  • key color value is 10.20%
CMYK: (0,33,7,10) C0M33Y7K10 (0%,33%,7%,10%) (0.00/0.33/0.07/0.10) 

CMYK percentages

%0
%32.75
%6.99
%10.2

Codes

Color #E59AD5 in popluar color models

E5 9A D5
RGB 229 154 213
HSL 313° 59.06% 75.10%
HSB/HSV 313° 32.75% 89.80%
CMYK 0.00% 32.75% 6.99%
10.20%

Color #E59AD5 in popluar number systems.

HEX E5 9A D5
Decimal 229 154 213
Binary 11100101 10011010 11010101
Octal 345 232 325

Shades and tints

Shades of #E59AD5

#E59AD5
(229,154,213)
#D18CC2
(209,140,194)
#BD7EAF
(189,126,175)
#A9709C
(169,112,156)
#956289
(149,98,137)
#815476
(129,84,118)
#6D4663
(109,70,99)
#593850
(89,56,80)
#452A3D
(69,42,61)
#311C2A
(49,28,42)
#1D0E17
(29,14,23)
#000000
(0,0,0)

Tints of #E59AD5

#E59AD5
(229,154,213)
#E7A3D8
(231,163,216)
#E9ACDB
(233,172,219)
#EBB5DE
(235,181,222)
#EDBEE1
(237,190,225)
#EFC7E4
(239,199,228)
#F1D0E7
(241,208,231)
#F3D9EA
(243,217,234)
#F5E2ED
(245,226,237)
#F7EBF0
(247,235,240)
#F9F4F3
(249,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E59AD5; }

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

This text font color is #E59AD5.

Background Color

.myBgColor { background-color: #E59AD5; }

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

This div background color is #E59AD5.

Border color

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

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

This div border color is #E59AD5.

Opacity

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

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

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

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

This text has shadow with #E59AD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E59AD5.

Preview

Color preview on black background

This text has color #E59AD5 on black background.


Color preview on white background

This text has color #E59AD5 on white background.


Black color preview on #E59AD5 background

This text has black color on #E59AD5 background.


White color preview on #E59AD5 background

This text has white color on #E59AD5 background.


Related colors

Complementary color

Complementary color for #hex is #1A652A.


I love getcolorcode.com

Triadic colors

1 #D5E59A and #9AD5E5 with #E59AD5 are triadic colors.

2 #D59AE5 and #9AE5D5 with #E59AD5 are triadic colors.