COLOR #E59CD9

HEX: #E59CD9 RGB: (229,156,217)

Color info

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

RGB color model

#E59CD9 color RGB value is (229,156,217).

RGB: (229,156,217) (90%, 61%, 85%)

RGB channels and saturation

R 229 of 255 = 90%
G 156 of 255 = 61%
B 217 of 255 = 85%

229
156
217

R + G + B ~ 79%. #E59CD9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 156 + 217 = 602 (100%)
R 229 of 602 ~ 38.04%
G 156 of 602 ~ 25.91%
B 217 of 602 ~ 36.05'%

%38.04
%25.91
%36.05

CMYK color model

#E59CD9 color CMYK value is (0,32,5,10).

  • cyan value is 0.00%
  • magenta value is 31.88%
  • yellow value is 5.24%
  • key color value is 10.20%

CMYK: (0,32,5,10)
C0M32Y5K10 (0%, 32%, 5%, 10%)
(0.00 / 0.32 / 0.05 / 0.10)

CMYK percentages

%0
%31.88
%5.24
%10.2

Codes

Color #E59CD9 in popluar color models

E5 9C D9
RGB 229 156 217
HSL 310° 58.40% 75.49%
HSB/HSV 310° 31.88% 89.80%
CMYK 0.00% 31.88% 5.24%
10.20%

Color #E59CD9 in popluar number systems.

HEX E5 9C D9
Decimal 229 156 217
Binary 11100101 10011100 11011001
Octal 345 234 331

Shades and tints

Shades of #E59CD9

#E59CD9
(229,156,217)
#D18EC6
(209,142,198)
#BD80B3
(189,128,179)
#A972A0
(169,114,160)
#95648D
(149,100,141)
#81567A
(129,86,122)
#6D4867
(109,72,103)
#593A54
(89,58,84)
#452C41
(69,44,65)
#311E2E
(49,30,46)
#1D101B
(29,16,27)
#000000
(0,0,0)

Tints of #E59CD9

#E59CD9
(229,156,217)
#E7A5DC
(231,165,220)
#E9AEDF
(233,174,223)
#EBB7E2
(235,183,226)
#EDC0E5
(237,192,229)
#EFC9E8
(239,201,232)
#F1D2EB
(241,210,235)
#F3DBEE
(243,219,238)
#F5E4F1
(245,228,241)
#F7EDF4
(247,237,244)
#F9F6F7
(249,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E59CD9 color. Also use rgb(229,156,217) instead hex code.

Text Font Color

.myTextColor { color: #E59CD9; }

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

This text font color is #E59CD9.

Background Color

.myBgColor { background-color: #E59CD9; }

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

This div background color is #E59CD9.

Border color

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

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

This div border color is #E59CD9.

Opacity

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

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

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

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

This text has shadow with #E59CD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E59CD9.

Preview

Color preview on black background

This text has color #E59CD9 on black background.


Color preview on white background

This text has color #E59CD9 on white background.


Black color preview on #E59CD9 background

This text has black color on #E59CD9 background.


White color preview on #E59CD9 background

This text has white color on #E59CD9 background.


Related colors

Complementary color

Complementary color for #hex is #1A6326.


I love getcolorcode.com

Triadic colors

1 #D9E59C and #9CD9E5 with #E59CD9 are triadic colors.

2 #D99CE5 and #9CE5D9 with #E59CD9 are triadic colors.