COLOR #E59FB4

HEX: #E59FB4
RGB: (229,159,180)

Color info

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

RGB color model

#E59FB4 color RGB value is (229,159,180).

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

RGB channels and saturation

R 229 of 255 = 90%
G 159 of 255 = 62%
B 180 of 255 = 71%

229
159
180

R + G + B ~ 74%. #E59FB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 159 + 180 = 568 (100%)
R 229 of 568 ~ 40.32%
G 159 of 568 ~ 27.99%
B 180 of 568 ~ 31.69%

%40.32
%27.99
%31.69

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.57%
  • yellow value is 21.40%
  • key color value is 10.20%
CMYK:
(0,31,21,10)
C0M31Y21K10 
(0%,31%,21%,10%)
(0.00/0.31/0.21/0.10)	

CMYK percentages

%0
%30.57
%21.4
%10.2

Codes

Color #E59FB4 in popluar color models

E59FB4
RGB229159180
HSL342°57.38%76.08%
HSB/HSV342°30.57%89.80%
CMYK0.00%30.57%21.40%
10.20%

Color #E59FB4 in popluar number systems.

HEXE59FB4
Decimal229159180
Binary111001011001111110110100
Octal345237264

Shades and tints

Shades of #E59FB4

#E59FB4
(229,159,180)
#D191A4
(209,145,164)
#BD8394
(189,131,148)
#A97584
(169,117,132)
#956774
(149,103,116)
#815964
(129,89,100)
#6D4B54
(109,75,84)
#593D44
(89,61,68)
#452F34
(69,47,52)
#312124
(49,33,36)
#1D1314
(29,19,20)
#000000
(0,0,0)

Tints of #E59FB4

#E59FB4
(229,159,180)
#E7A7BA
(231,167,186)
#E9AFC0
(233,175,192)
#EBB7C6
(235,183,198)
#EDBFCC
(237,191,204)
#EFC7D2
(239,199,210)
#F1CFD8
(241,207,216)
#F3D7DE
(243,215,222)
#F5DFE4
(245,223,228)
#F7E7EA
(247,231,234)
#F9EFF0
(249,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E59FB4; }

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

This text font color is #E59FB4.


Background Color

.myBgColor { background-color: #E59FB4; }

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

This div background color is #E59FB4.


Border color

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

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

This div border color is #E59FB4.


Opacity

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

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

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

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

This text has shadow with #E59FB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E59FB4 on black background.


Color preview on white background

This text has color #E59FB4 on white background.



Black color preview on #E59FB4 background

This text has black color on #E59FB4 background.


White color preview on #E59FB4 background

This text has white color on #E59FB4 background.