COLOR #E593A9

HEX: #E593A9
RGB: (229,147,169)

Color info

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

RGB color model

#E593A9 color RGB value is (229,147,169).

  • red value is 229;
  • green value is 147;
  • blue value is 169.
RGB:
(229,147,169)
(90%,58%,66%)

RGB channels and saturation

R 229 of 255 = 90%
G 147 of 255 = 58%
B 169 of 255 = 66%

229
147
169

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

Portions of RGB colors in percentages

R + G + B =
229 + 147 + 169 = 545 (100%)
R 229 of 545 ~ 42.02%
G 147 of 545 ~ 26.97%
B 169 of 545 ~ 31.01%

%42.02
%26.97
%31.01

CMYK color model

#E593A9 color CMYK value is (0,36,26,10).

  • cyan value is 0.00%
  • magenta value is 35.81%
  • yellow value is 26.20%
  • key color value is 10.20%
CMYK:
(0,36,26,10)
C0M36Y26K10 
(0%,36%,26%,10%)
(0.00/0.36/0.26/0.10)	

CMYK percentages

%0
%35.81
%26.2
%10.2

Codes

Color #E593A9 in popluar color models

E593A9
RGB229147169
HSL344°61.19%73.73%
HSB/HSV344°35.81%89.80%
CMYK0.00%35.81%26.20%
10.20%

Color #E593A9 in popluar number systems.

HEXE593A9
Decimal229147169
Binary111001011001001110101001
Octal345223251

Shades and tints

Shades of #E593A9

#E593A9
(229,147,169)
#D1869A
(209,134,154)
#BD798B
(189,121,139)
#A96C7C
(169,108,124)
#955F6D
(149,95,109)
#81525E
(129,82,94)
#6D454F
(109,69,79)
#593840
(89,56,64)
#452B31
(69,43,49)
#311E22
(49,30,34)
#1D1113
(29,17,19)
#000000
(0,0,0)

Tints of #E593A9

#E593A9
(229,147,169)
#E79CB0
(231,156,176)
#E9A5B7
(233,165,183)
#EBAEBE
(235,174,190)
#EDB7C5
(237,183,197)
#EFC0CC
(239,192,204)
#F1C9D3
(241,201,211)
#F3D2DA
(243,210,218)
#F5DBE1
(245,219,225)
#F7E4E8
(247,228,232)
#F9EDEF
(249,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E593A9 color. Also use rgb(229,147,169) instead hex code.

Text Font Color

.myTextColor { color: #E593A9; }

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

This text font color is #E593A9.


Background Color

.myBgColor { background-color: #E593A9; }

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

This div background color is #E593A9.


Border color

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

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

This div border color is #E593A9.


Opacity

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

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

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

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

This text has shadow with #E593A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E593A9 on black background.


Color preview on white background

This text has color #E593A9 on white background.



Black color preview on #E593A9 background

This text has black color on #E593A9 background.


White color preview on #E593A9 background

This text has white color on #E593A9 background.