COLOR #E591DE

HEX: #E591DE
RGB: (229,145,222)

Color info

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

RGB color model

#E591DE color RGB value is (229,145,222).

  • red value is 229;
  • green value is 145;
  • blue value is 222.
RGB:
(229,145,222)
(90%,57%,87%)

RGB channels and saturation

R 229 of 255 = 90%
G 145 of 255 = 57%
B 222 of 255 = 87%

229
145
222

R + G + B ~ 78%. #E591DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 145 + 222 = 596 (100%)
R 229 of 596 ~ 38.42%
G 145 of 596 ~ 24.33%
B 222 of 596 ~ 37.25%

%38.42
%24.33
%37.25

CMYK color model

#E591DE color CMYK value is (0,37,3,10).

  • cyan value is 0.00%
  • magenta value is 36.68%
  • yellow value is 3.06%
  • key color value is 10.20%
CMYK:
(0,37,3,10)
C0M37Y3K10 
(0%,37%,3%,10%)
(0.00/0.37/0.03/0.10)	

CMYK percentages

%0
%36.68
%3.06
%10.2

Codes

Color #E591DE in popluar color models

E591DE
RGB229145222
HSL305°61.76%73.33%
HSB/HSV305°36.68%89.80%
CMYK0.00%36.68%3.06%
10.20%

Color #E591DE in popluar number systems.

HEXE591DE
Decimal229145222
Binary111001011001000111011110
Octal345221336

Shades and tints

Shades of #E591DE

#E591DE
(229,145,222)
#D184CA
(209,132,202)
#BD77B6
(189,119,182)
#A96AA2
(169,106,162)
#955D8E
(149,93,142)
#81507A
(129,80,122)
#6D4366
(109,67,102)
#593652
(89,54,82)
#45293E
(69,41,62)
#311C2A
(49,28,42)
#1D0F16
(29,15,22)
#000000
(0,0,0)

Tints of #E591DE

#E591DE
(229,145,222)
#E79BE1
(231,155,225)
#E9A5E4
(233,165,228)
#EBAFE7
(235,175,231)
#EDB9EA
(237,185,234)
#EFC3ED
(239,195,237)
#F1CDF0
(241,205,240)
#F3D7F3
(243,215,243)
#F5E1F6
(245,225,246)
#F7EBF9
(247,235,249)
#F9F5FC
(249,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E591DE; }

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

This text font color is #E591DE.


Background Color

.myBgColor { background-color: #E591DE; }

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

This div background color is #E591DE.


Border color

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

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

This div border color is #E591DE.


Opacity

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

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

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

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

This text has shadow with #E591DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E591DE on black background.


Color preview on white background

This text has color #E591DE on white background.



Black color preview on #E591DE background

This text has black color on #E591DE background.


White color preview on #E591DE background

This text has white color on #E591DE background.