COLOR #E591A8

HEX: #E591A8
RGB: (229,145,168)

Color info

#E591A8 contains mainly red color. Web safe color of #E591A8 is #CC9999 (or #C99).

RGB color model

#E591A8 color RGB value is (229,145,168).

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

RGB channels and saturation

R 229 of 255 = 90%
G 145 of 255 = 57%
B 168 of 255 = 66%

229
145
168

R + G + B ~ 71%. #E591A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 145 + 168 = 542 (100%)
R 229 of 542 ~ 42.25%
G 145 of 542 ~ 26.75%
B 168 of 542 ~ 31%

%42.25
%26.75
%31

CMYK color model

#E591A8 color CMYK value is (0,37,27,10).

  • cyan value is 0.00%
  • magenta value is 36.68%
  • yellow value is 26.64%
  • key color value is 10.20%
CMYK:
(0,37,27,10)
C0M37Y27K10 
(0%,37%,27%,10%)
(0.00/0.37/0.27/0.10)	

CMYK percentages

%0
%36.68
%26.64
%10.2

Codes

Color #E591A8 in popluar color models

E591A8
RGB229145168
HSL344°61.76%73.33%
HSB/HSV344°36.68%89.80%
CMYK0.00%36.68%26.64%
10.20%

Color #E591A8 in popluar number systems.

HEXE591A8
Decimal229145168
Binary111001011001000110101000
Octal345221250

Shades and tints

Shades of #E591A8

#E591A8
(229,145,168)
#D18499
(209,132,153)
#BD778A
(189,119,138)
#A96A7B
(169,106,123)
#955D6C
(149,93,108)
#81505D
(129,80,93)
#6D434E
(109,67,78)
#59363F
(89,54,63)
#452930
(69,41,48)
#311C21
(49,28,33)
#1D0F12
(29,15,18)
#000000
(0,0,0)

Tints of #E591A8

#E591A8
(229,145,168)
#E79BAF
(231,155,175)
#E9A5B6
(233,165,182)
#EBAFBD
(235,175,189)
#EDB9C4
(237,185,196)
#EFC3CB
(239,195,203)
#F1CDD2
(241,205,210)
#F3D7D9
(243,215,217)
#F5E1E0
(245,225,224)
#F7EBE7
(247,235,231)
#F9F5EE
(249,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E591A8; }

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

This text font color is #E591A8.


Background Color

.myBgColor { background-color: #E591A8; }

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

This div background color is #E591A8.


Border color

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

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

This div border color is #E591A8.


Opacity

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

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

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

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

This text has shadow with #E591A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E591A8 on black background.


Color preview on white background

This text has color #E591A8 on white background.



Black color preview on #E591A8 background

This text has black color on #E591A8 background.


White color preview on #E591A8 background

This text has white color on #E591A8 background.