COLOR #E591C9

HEX: #E591C9
RGB: (229,145,201)

Color info

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

RGB color model

#E591C9 color RGB value is (229,145,201).

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

RGB channels and saturation

R 229 of 255 = 90%
G 145 of 255 = 57%
B 201 of 255 = 79%

229
145
201

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

Portions of RGB colors in percentages

R + G + B =
229 + 145 + 201 = 575 (100%)
R 229 of 575 ~ 39.83%
G 145 of 575 ~ 25.22%
B 201 of 575 ~ 34.96%

%39.83
%25.22
%34.96

CMYK color model

#E591C9 color CMYK value is (0,37,12,10).

  • cyan value is 0.00%
  • magenta value is 36.68%
  • yellow value is 12.23%
  • key color value is 10.20%
CMYK:
(0,37,12,10)
C0M37Y12K10 
(0%,37%,12%,10%)
(0.00/0.37/0.12/0.10)	

CMYK percentages

%0
%36.68
%12.23
%10.2

Codes

Color #E591C9 in popluar color models

E591C9
RGB229145201
HSL320°61.76%73.33%
HSB/HSV320°36.68%89.80%
CMYK0.00%36.68%12.23%
10.20%

Color #E591C9 in popluar number systems.

HEXE591C9
Decimal229145201
Binary111001011001000111001001
Octal345221311

Shades and tints

Shades of #E591C9

#E591C9
(229,145,201)
#D184B7
(209,132,183)
#BD77A5
(189,119,165)
#A96A93
(169,106,147)
#955D81
(149,93,129)
#81506F
(129,80,111)
#6D435D
(109,67,93)
#59364B
(89,54,75)
#452939
(69,41,57)
#311C27
(49,28,39)
#1D0F15
(29,15,21)
#000000
(0,0,0)

Tints of #E591C9

#E591C9
(229,145,201)
#E79BCD
(231,155,205)
#E9A5D1
(233,165,209)
#EBAFD5
(235,175,213)
#EDB9D9
(237,185,217)
#EFC3DD
(239,195,221)
#F1CDE1
(241,205,225)
#F3D7E5
(243,215,229)
#F5E1E9
(245,225,233)
#F7EBED
(247,235,237)
#F9F5F1
(249,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E591C9; }

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

This text font color is #E591C9.


Background Color

.myBgColor { background-color: #E591C9; }

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

This div background color is #E591C9.


Border color

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

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

This div border color is #E591C9.


Opacity

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

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

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

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

This text has shadow with #E591C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E591C9 on black background.


Color preview on white background

This text has color #E591C9 on white background.



Black color preview on #E591C9 background

This text has black color on #E591C9 background.


White color preview on #E591C9 background

This text has white color on #E591C9 background.