COLOR #E59EBA

HEX: #E59EBA
RGB: (229,158,186)

Color info

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

RGB color model

#E59EBA color RGB value is (229,158,186).

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

RGB channels and saturation

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

229
158
186

R + G + B ~ 75%. #E59EBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 158 + 186 = 573 (100%)
R 229 of 573 ~ 39.97%
G 158 of 573 ~ 27.57%
B 186 of 573 ~ 32.46%

%39.97
%27.57
%32.46

CMYK color model

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

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

CMYK percentages

%0
%31
%18.78
%10.2

Codes

Color #E59EBA in popluar color models

E59EBA
RGB229158186
HSL336°57.72%75.88%
HSB/HSV336°31.00%89.80%
CMYK0.00%31.00%18.78%
10.20%

Color #E59EBA in popluar number systems.

HEXE59EBA
Decimal229158186
Binary111001011001111010111010
Octal345236272

Shades and tints

Shades of #E59EBA

#E59EBA
(229,158,186)
#D190AA
(209,144,170)
#BD829A
(189,130,154)
#A9748A
(169,116,138)
#95667A
(149,102,122)
#81586A
(129,88,106)
#6D4A5A
(109,74,90)
#593C4A
(89,60,74)
#452E3A
(69,46,58)
#31202A
(49,32,42)
#1D121A
(29,18,26)
#000000
(0,0,0)

Tints of #E59EBA

#E59EBA
(229,158,186)
#E7A6C0
(231,166,192)
#E9AEC6
(233,174,198)
#EBB6CC
(235,182,204)
#EDBED2
(237,190,210)
#EFC6D8
(239,198,216)
#F1CEDE
(241,206,222)
#F3D6E4
(243,214,228)
#F5DEEA
(245,222,234)
#F7E6F0
(247,230,240)
#F9EEF6
(249,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E59EBA; }

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

This text font color is #E59EBA.


Background Color

.myBgColor { background-color: #E59EBA; }

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

This div background color is #E59EBA.


Border color

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

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

This div border color is #E59EBA.


Opacity

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

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

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

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

This text has shadow with #E59EBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E59EBA on black background.


Color preview on white background

This text has color #E59EBA on white background.



Black color preview on #E59EBA background

This text has black color on #E59EBA background.


White color preview on #E59EBA background

This text has white color on #E59EBA background.