COLOR #E594A1

HEX: #E594A1
RGB: (229,148,161)

Color info

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

RGB color model

#E594A1 color RGB value is (229,148,161).

  • red value is 229;
  • green value is 148;
  • blue value is 161.
RGB:
(229,148,161)
(90%,58%,63%)

RGB channels and saturation

R 229 of 255 = 90%
G 148 of 255 = 58%
B 161 of 255 = 63%

229
148
161

R + G + B ~ 70%. #E594A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 148 + 161 = 538 (100%)
R 229 of 538 ~ 42.57%
G 148 of 538 ~ 27.51%
B 161 of 538 ~ 29.93%

%42.57
%27.51
%29.93

CMYK color model

#E594A1 color CMYK value is (0,35,30,10).

  • cyan value is 0.00%
  • magenta value is 35.37%
  • yellow value is 29.69%
  • key color value is 10.20%
CMYK:
(0,35,30,10)
C0M35Y30K10 
(0%,35%,30%,10%)
(0.00/0.35/0.30/0.10)	

CMYK percentages

%0
%35.37
%29.69
%10.2

Codes

Color #E594A1 in popluar color models

E594A1
RGB229148161
HSL350°60.90%73.92%
HSB/HSV350°35.37%89.80%
CMYK0.00%35.37%29.69%
10.20%

Color #E594A1 in popluar number systems.

HEXE594A1
Decimal229148161
Binary111001011001010010100001
Octal345224241

Shades and tints

Shades of #E594A1

#E594A1
(229,148,161)
#D18793
(209,135,147)
#BD7A85
(189,122,133)
#A96D77
(169,109,119)
#956069
(149,96,105)
#81535B
(129,83,91)
#6D464D
(109,70,77)
#59393F
(89,57,63)
#452C31
(69,44,49)
#311F23
(49,31,35)
#1D1215
(29,18,21)
#000000
(0,0,0)

Tints of #E594A1

#E594A1
(229,148,161)
#E79DA9
(231,157,169)
#E9A6B1
(233,166,177)
#EBAFB9
(235,175,185)
#EDB8C1
(237,184,193)
#EFC1C9
(239,193,201)
#F1CAD1
(241,202,209)
#F3D3D9
(243,211,217)
#F5DCE1
(245,220,225)
#F7E5E9
(247,229,233)
#F9EEF1
(249,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E594A1 color. Also use rgb(229,148,161) instead hex code.

Text Font Color

.myTextColor { color: #E594A1; }

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

This text font color is #E594A1.


Background Color

.myBgColor { background-color: #E594A1; }

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

This div background color is #E594A1.


Border color

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

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

This div border color is #E594A1.


Opacity

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

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

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

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

This text has shadow with #E594A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E594A1 on black background.


Color preview on white background

This text has color #E594A1 on white background.



Black color preview on #E594A1 background

This text has black color on #E594A1 background.


White color preview on #E594A1 background

This text has white color on #E594A1 background.