COLOR #E59CED

HEX: #E59CED RGB: (229,156,237)

Color info

#E59CED contains mainly red and blue colors. Web safe color of #E59CED is #CC99FF (or #C9F).

RGB color model

#E59CED color RGB value is (229,156,237).

RGB: (229,156,237) (90%, 61%, 93%)

RGB channels and saturation

R 229 of 255 = 90%
G 156 of 255 = 61%
B 237 of 255 = 93%

229
156
237

R + G + B ~ 81%. #E59CED is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 156 + 237 = 622 (100%)
R 229 of 622 ~ 36.82%
G 156 of 622 ~ 25.08%
B 237 of 622 ~ 38.1'%

%36.82
%25.08
%38.1

CMYK color model

#E59CED color CMYK value is (3,34,0,7).

  • cyan value is 3.38%
  • magenta value is 34.18%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (3,34,0,7)
C3M34Y0K7 (3%, 34%, 0%, 7%)
(0.03 / 0.34 / 0.00 / 0.07)

CMYK percentages

%3.38
%34.18
%0
%7.06

Codes

Color #E59CED in popluar color models

E5 9C ED
RGB 229 156 237
HSL 294° 69.23% 77.06%
HSB/HSV 294° 34.18% 92.94%
CMYK 3.38% 34.18% 0.00%
7.06%

Color #E59CED in popluar number systems.

HEX E5 9C ED
Decimal 229 156 237
Binary 11100101 10011100 11101101
Octal 345 234 355

Shades and tints

Shades of #E59CED

#E59CED
(229,156,237)
#D18ED8
(209,142,216)
#BD80C3
(189,128,195)
#A972AE
(169,114,174)
#956499
(149,100,153)
#815684
(129,86,132)
#6D486F
(109,72,111)
#593A5A
(89,58,90)
#452C45
(69,44,69)
#311E30
(49,30,48)
#1D101B
(29,16,27)
#000000
(0,0,0)

Tints of #E59CED

#E59CED
(229,156,237)
#E7A5EE
(231,165,238)
#E9AEEF
(233,174,239)
#EBB7F0
(235,183,240)
#EDC0F1
(237,192,241)
#EFC9F2
(239,201,242)
#F1D2F3
(241,210,243)
#F3DBF4
(243,219,244)
#F5E4F5
(245,228,245)
#F7EDF6
(247,237,246)
#F9F6F7
(249,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E59CED; }

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

This text font color is #E59CED.

Background Color

.myBgColor { background-color: #E59CED; }

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

This div background color is #E59CED.

Border color

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

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

This div border color is #E59CED.

Opacity

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

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

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

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

This text has shadow with #E59CED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E59CED.

Preview

Color preview on black background

This text has color #E59CED on black background.


Color preview on white background

This text has color #E59CED on white background.


Black color preview on #E59CED background

This text has black color on #E59CED background.


White color preview on #E59CED background

This text has white color on #E59CED background.


Related colors

Complementary color

Complementary color for #hex is #1A6312.


I love getcolorcode.com

Triadic colors

1 #EDE59C and #9CEDE5 with #E59CED are triadic colors.

2 #ED9CE5 and #9CE5ED with #E59CED are triadic colors.