COLOR #E59FDD

HEX: #E59FDD
RGB: (229,159,221)

Color info

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

RGB color model

#E59FDD color RGB value is (229,159,221).

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

RGB channels and saturation

R 229 of 255 = 90%
G 159 of 255 = 62%
B 221 of 255 = 87%

229
159
221

R + G + B ~ 80%. #E59FDD is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 159 + 221 = 609 (100%)
R 229 of 609 ~ 37.6%
G 159 of 609 ~ 26.11%
B 221 of 609 ~ 36.29%

%37.6
%26.11
%36.29

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.57%
  • yellow value is 3.49%
  • key color value is 10.20%
CMYK:
(0,31,3,10)
C0M31Y3K10 
(0%,31%,3%,10%)
(0.00/0.31/0.03/0.10)	

CMYK percentages

%0
%30.57
%3.49
%10.2

Codes

Color #E59FDD in popluar color models

E59FDD
RGB229159221
HSL307°57.38%76.08%
HSB/HSV307°30.57%89.80%
CMYK0.00%30.57%3.49%
10.20%

Color #E59FDD in popluar number systems.

HEXE59FDD
Decimal229159221
Binary111001011001111111011101
Octal345237335

Shades and tints

Shades of #E59FDD

#E59FDD
(229,159,221)
#D191C9
(209,145,201)
#BD83B5
(189,131,181)
#A975A1
(169,117,161)
#95678D
(149,103,141)
#815979
(129,89,121)
#6D4B65
(109,75,101)
#593D51
(89,61,81)
#452F3D
(69,47,61)
#312129
(49,33,41)
#1D1315
(29,19,21)
#000000
(0,0,0)

Tints of #E59FDD

#E59FDD
(229,159,221)
#E7A7E0
(231,167,224)
#E9AFE3
(233,175,227)
#EBB7E6
(235,183,230)
#EDBFE9
(237,191,233)
#EFC7EC
(239,199,236)
#F1CFEF
(241,207,239)
#F3D7F2
(243,215,242)
#F5DFF5
(245,223,245)
#F7E7F8
(247,231,248)
#F9EFFB
(249,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E59FDD; }

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

This text font color is #E59FDD.


Background Color

.myBgColor { background-color: #E59FDD; }

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

This div background color is #E59FDD.


Border color

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

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

This div border color is #E59FDD.


Opacity

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

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

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

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

This text has shadow with #E59FDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E59FDD on black background.


Color preview on white background

This text has color #E59FDD on white background.



Black color preview on #E59FDD background

This text has black color on #E59FDD background.


White color preview on #E59FDD background

This text has white color on #E59FDD background.