COLOR #E59CAC

HEX: #E59CAC RGB: (229,156,172)

Color info

#E59CAC contains mainly red and blue colors. Web safe color of #E59CAC is #CC9999 (or #C99).

RGB color model

#E59CAC color RGB value is (229,156,172).

RGB: (229,156,172) (90%, 61%, 67%)

RGB channels and saturation

R 229 of 255 = 90%
G 156 of 255 = 61%
B 172 of 255 = 67%

229
156
172

R + G + B ~ 73%. #E59CAC is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 156 + 172 = 557 (100%)
R 229 of 557 ~ 41.11%
G 156 of 557 ~ 28.01%
B 172 of 557 ~ 30.88'%

%41.11
%28.01
%30.88

CMYK color model

#E59CAC color CMYK value is (0,32,25,10).

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

CMYK: (0,32,25,10)
C0M32Y25K10 (0%, 32%, 25%, 10%)
(0.00 / 0.32 / 0.25 / 0.10)

CMYK percentages

%0
%31.88
%24.89
%10.2

Codes

Color #E59CAC in popluar color models

E5 9C AC
RGB 229 156 172
HSL 347° 58.40% 75.49%
HSB/HSV 347° 31.88% 89.80%
CMYK 0.00% 31.88% 24.89%
10.20%

Color #E59CAC in popluar number systems.

HEX E5 9C AC
Decimal 229 156 172
Binary 11100101 10011100 10101100
Octal 345 234 254

Shades and tints

Shades of #E59CAC

#E59CAC
(229,156,172)
#D18E9D
(209,142,157)
#BD808E
(189,128,142)
#A9727F
(169,114,127)
#956470
(149,100,112)
#815661
(129,86,97)
#6D4852
(109,72,82)
#593A43
(89,58,67)
#452C34
(69,44,52)
#311E25
(49,30,37)
#1D1016
(29,16,22)
#000000
(0,0,0)

Tints of #E59CAC

#E59CAC
(229,156,172)
#E7A5B3
(231,165,179)
#E9AEBA
(233,174,186)
#EBB7C1
(235,183,193)
#EDC0C8
(237,192,200)
#EFC9CF
(239,201,207)
#F1D2D6
(241,210,214)
#F3DBDD
(243,219,221)
#F5E4E4
(245,228,228)
#F7EDEB
(247,237,235)
#F9F6F2
(249,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E59CAC; }

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

This text font color is #E59CAC.

Background Color

.myBgColor { background-color: #E59CAC; }

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

This div background color is #E59CAC.

Border color

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

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

This div border color is #E59CAC.

Opacity

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

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

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

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

This text has shadow with #E59CAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E59CAC.

Preview

Color preview on black background

This text has color #E59CAC on black background.


Color preview on white background

This text has color #E59CAC on white background.


Black color preview on #E59CAC background

This text has black color on #E59CAC background.


White color preview on #E59CAC background

This text has white color on #E59CAC background.


Related colors

Complementary color

Complementary color for #hex is #1A6353.


I love getcolorcode.com

Triadic colors

1 #ACE59C and #9CACE5 with #E59CAC are triadic colors.

2 #AC9CE5 and #9CE5AC with #E59CAC are triadic colors.