COLOR #E591D9

HEX: #E591D9
RGB: (229,145,217)

Color info

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

RGB color model

#E591D9 color RGB value is (229,145,217).

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

RGB channels and saturation

R 229 of 255 = 90%
G 145 of 255 = 57%
B 217 of 255 = 85%

229
145
217

R + G + B ~ 77%. #E591D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 145 + 217 = 591 (100%)
R 229 of 591 ~ 38.75%
G 145 of 591 ~ 24.53%
B 217 of 591 ~ 36.72%

%38.75
%24.53
%36.72

CMYK color model

#E591D9 color CMYK value is (0,37,5,10).

  • cyan value is 0.00%
  • magenta value is 36.68%
  • yellow value is 5.24%
  • key color value is 10.20%
CMYK:
(0,37,5,10)
C0M37Y5K10 
(0%,37%,5%,10%)
(0.00/0.37/0.05/0.10)	

CMYK percentages

%0
%36.68
%5.24
%10.2

Codes

Color #E591D9 in popluar color models

E591D9
RGB229145217
HSL309°61.76%73.33%
HSB/HSV309°36.68%89.80%
CMYK0.00%36.68%5.24%
10.20%

Color #E591D9 in popluar number systems.

HEXE591D9
Decimal229145217
Binary111001011001000111011001
Octal345221331

Shades and tints

Shades of #E591D9

#E591D9
(229,145,217)
#D184C6
(209,132,198)
#BD77B3
(189,119,179)
#A96AA0
(169,106,160)
#955D8D
(149,93,141)
#81507A
(129,80,122)
#6D4367
(109,67,103)
#593654
(89,54,84)
#452941
(69,41,65)
#311C2E
(49,28,46)
#1D0F1B
(29,15,27)
#000000
(0,0,0)

Tints of #E591D9

#E591D9
(229,145,217)
#E79BDC
(231,155,220)
#E9A5DF
(233,165,223)
#EBAFE2
(235,175,226)
#EDB9E5
(237,185,229)
#EFC3E8
(239,195,232)
#F1CDEB
(241,205,235)
#F3D7EE
(243,215,238)
#F5E1F1
(245,225,241)
#F7EBF4
(247,235,244)
#F9F5F7
(249,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E591D9; }

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

This text font color is #E591D9.


Background Color

.myBgColor { background-color: #E591D9; }

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

This div background color is #E591D9.


Border color

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

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

This div border color is #E591D9.


Opacity

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

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

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

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

This text has shadow with #E591D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E591D9 on black background.


Color preview on white background

This text has color #E591D9 on white background.



Black color preview on #E591D9 background

This text has black color on #E591D9 background.


White color preview on #E591D9 background

This text has white color on #E591D9 background.