COLOR #E59AD0

HEX: #E59AD0 RGB: (229,154,208)

Color info

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

RGB color model

#E59AD0 color RGB value is (229,154,208).

RGB: (229,154,208) (90%, 60%, 82%)

RGB channels and saturation

R 229 of 255 = 90%
G 154 of 255 = 60%
B 208 of 255 = 82%

229
154
208

R + G + B ~ 77%. #E59AD0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 154 + 208 = 591 (100%)
R 229 of 591 ~ 38.75%
G 154 of 591 ~ 26.06%
B 208 of 591 ~ 35.19'%

%38.75
%26.06
%35.19

CMYK color model

#E59AD0 color CMYK value is (0,33,9,10).

  • cyan value is 0.00%
  • magenta value is 32.75%
  • yellow value is 9.17%
  • key color value is 10.20%

CMYK: (0,33,9,10)
C0M33Y9K10 (0%, 33%, 9%, 10%)
(0.00 / 0.33 / 0.09 / 0.10)

CMYK percentages

%0
%32.75
%9.17
%10.2

Codes

Color #E59AD0 in popluar color models

E5 9A D0
RGB 229 154 208
HSL 317° 59.06% 75.10%
HSB/HSV 317° 32.75% 89.80%
CMYK 0.00% 32.75% 9.17%
10.20%

Color #E59AD0 in popluar number systems.

HEX E5 9A D0
Decimal 229 154 208
Binary 11100101 10011010 11010000
Octal 345 232 320

Shades and tints

Shades of #E59AD0

#E59AD0
(229,154,208)
#D18CBE
(209,140,190)
#BD7EAC
(189,126,172)
#A9709A
(169,112,154)
#956288
(149,98,136)
#815476
(129,84,118)
#6D4664
(109,70,100)
#593852
(89,56,82)
#452A40
(69,42,64)
#311C2E
(49,28,46)
#1D0E1C
(29,14,28)
#000000
(0,0,0)

Tints of #E59AD0

#E59AD0
(229,154,208)
#E7A3D4
(231,163,212)
#E9ACD8
(233,172,216)
#EBB5DC
(235,181,220)
#EDBEE0
(237,190,224)
#EFC7E4
(239,199,228)
#F1D0E8
(241,208,232)
#F3D9EC
(243,217,236)
#F5E2F0
(245,226,240)
#F7EBF4
(247,235,244)
#F9F4F8
(249,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E59AD0; }

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

This text font color is #E59AD0.

Background Color

.myBgColor { background-color: #E59AD0; }

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

This div background color is #E59AD0.

Border color

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

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

This div border color is #E59AD0.

Opacity

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

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

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

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

This text has shadow with #E59AD0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E59AD0.

Preview

Color preview on black background

This text has color #E59AD0 on black background.


Color preview on white background

This text has color #E59AD0 on white background.


Black color preview on #E59AD0 background

This text has black color on #E59AD0 background.


White color preview on #E59AD0 background

This text has white color on #E59AD0 background.


Related colors

Complementary color

Complementary color for #hex is #1A652F.


I love getcolorcode.com

Triadic colors

1 #D0E59A and #9AD0E5 with #E59AD0 are triadic colors.

2 #D09AE5 and #9AE5D0 with #E59AD0 are triadic colors.