COLOR #E59EC0

HEX: #E59EC0
RGB: (229,158,192)

Color info

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

RGB color model

#E59EC0 color RGB value is (229,158,192).

  • red value is 229;
  • green value is 158;
  • blue value is 192.
RGB:
(229,158,192)
(90%,62%,75%)

RGB channels and saturation

R 229 of 255 = 90%
G 158 of 255 = 62%
B 192 of 255 = 75%

229
158
192

R + G + B ~ 76%. #E59EC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 158 + 192 = 579 (100%)
R 229 of 579 ~ 39.55%
G 158 of 579 ~ 27.29%
B 192 of 579 ~ 33.16%

%39.55
%27.29
%33.16

CMYK color model

#E59EC0 color CMYK value is (0,31,16,10).

  • cyan value is 0.00%
  • magenta value is 31.00%
  • yellow value is 16.16%
  • key color value is 10.20%
CMYK:
(0,31,16,10)
C0M31Y16K10 
(0%,31%,16%,10%)
(0.00/0.31/0.16/0.10)	

CMYK percentages

%0
%31
%16.16
%10.2

Codes

Color #E59EC0 in popluar color models

E59EC0
RGB229158192
HSL331°57.72%75.88%
HSB/HSV331°31.00%89.80%
CMYK0.00%31.00%16.16%
10.20%

Color #E59EC0 in popluar number systems.

HEXE59EC0
Decimal229158192
Binary111001011001111011000000
Octal345236300

Shades and tints

Shades of #E59EC0

#E59EC0
(229,158,192)
#D190AF
(209,144,175)
#BD829E
(189,130,158)
#A9748D
(169,116,141)
#95667C
(149,102,124)
#81586B
(129,88,107)
#6D4A5A
(109,74,90)
#593C49
(89,60,73)
#452E38
(69,46,56)
#312027
(49,32,39)
#1D1216
(29,18,22)
#000000
(0,0,0)

Tints of #E59EC0

#E59EC0
(229,158,192)
#E7A6C5
(231,166,197)
#E9AECA
(233,174,202)
#EBB6CF
(235,182,207)
#EDBED4
(237,190,212)
#EFC6D9
(239,198,217)
#F1CEDE
(241,206,222)
#F3D6E3
(243,214,227)
#F5DEE8
(245,222,232)
#F7E6ED
(247,230,237)
#F9EEF2
(249,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E59EC0 color. Also use rgb(229,158,192) instead hex code.

Text Font Color

.myTextColor { color: #E59EC0; }

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

This text font color is #E59EC0.


Background Color

.myBgColor { background-color: #E59EC0; }

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

This div background color is #E59EC0.


Border color

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

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

This div border color is #E59EC0.


Opacity

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

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

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

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

This text has shadow with #E59EC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E59EC0 on black background.


Color preview on white background

This text has color #E59EC0 on white background.



Black color preview on #E59EC0 background

This text has black color on #E59EC0 background.


White color preview on #E59EC0 background

This text has white color on #E59EC0 background.