COLOR #E59EE5

HEX: #E59EE5
RGB: (229,158,229)

Color info

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

RGB color model

#E59EE5 color RGB value is (229,158,229).

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

RGB channels and saturation

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

229
158
229

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

Portions of RGB colors in percentages

R + G + B =
229 + 158 + 229 = 616 (100%)
R 229 of 616 ~ 37.18%
G 158 of 616 ~ 25.65%
B 229 of 616 ~ 37.18%

%37.18
%25.65
%37.18

CMYK color model

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

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

CMYK percentages

%0
%31
%0
%10.2

Codes

Color #E59EE5 in popluar color models

E59EE5
RGB229158229
HSL300°57.72%75.88%
HSB/HSV300°31.00%89.80%
CMYK0.00%31.00%0.00%
10.20%

Color #E59EE5 in popluar number systems.

HEXE59EE5
Decimal229158229
Binary111001011001111011100101
Octal345236345

Shades and tints

Shades of #E59EE5

#E59EE5
(229,158,229)
#D190D1
(209,144,209)
#BD82BD
(189,130,189)
#A974A9
(169,116,169)
#956695
(149,102,149)
#815881
(129,88,129)
#6D4A6D
(109,74,109)
#593C59
(89,60,89)
#452E45
(69,46,69)
#312031
(49,32,49)
#1D121D
(29,18,29)
#000000
(0,0,0)

Tints of #E59EE5

#E59EE5
(229,158,229)
#E7A6E7
(231,166,231)
#E9AEE9
(233,174,233)
#EBB6EB
(235,182,235)
#EDBEED
(237,190,237)
#EFC6EF
(239,198,239)
#F1CEF1
(241,206,241)
#F3D6F3
(243,214,243)
#F5DEF5
(245,222,245)
#F7E6F7
(247,230,247)
#F9EEF9
(249,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E59EE5; }

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

This text font color is #E59EE5.


Background Color

.myBgColor { background-color: #E59EE5; }

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

This div background color is #E59EE5.


Border color

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

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

This div border color is #E59EE5.


Opacity

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

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

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

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

This text has shadow with #E59EE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E59EE5 on black background.


Color preview on white background

This text has color #E59EE5 on white background.



Black color preview on #E59EE5 background

This text has black color on #E59EE5 background.


White color preview on #E59EE5 background

This text has white color on #E59EE5 background.