COLOR #E598A6

HEX: #E598A6
RGB: (229,152,166)

Color info

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

RGB color model

#E598A6 color RGB value is (229,152,166).

  • red value is 229;
  • green value is 152;
  • blue value is 166.
RGB:
(229,152,166)
(90%,60%,65%)

RGB channels and saturation

R 229 of 255 = 90%
G 152 of 255 = 60%
B 166 of 255 = 65%

229
152
166

R + G + B ~ 72%. #E598A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 152 + 166 = 547 (100%)
R 229 of 547 ~ 41.86%
G 152 of 547 ~ 27.79%
B 166 of 547 ~ 30.35%

%41.86
%27.79
%30.35

CMYK color model

#E598A6 color CMYK value is (0,34,28,10).

  • cyan value is 0.00%
  • magenta value is 33.62%
  • yellow value is 27.51%
  • key color value is 10.20%
CMYK:
(0,34,28,10)
C0M34Y28K10 
(0%,34%,28%,10%)
(0.00/0.34/0.28/0.10)	

CMYK percentages

%0
%33.62
%27.51
%10.2

Codes

Color #E598A6 in popluar color models

E598A6
RGB229152166
HSL349°59.69%74.71%
HSB/HSV349°33.62%89.80%
CMYK0.00%33.62%27.51%
10.20%

Color #E598A6 in popluar number systems.

HEXE598A6
Decimal229152166
Binary111001011001100010100110
Octal345230246

Shades and tints

Shades of #E598A6

#E598A6
(229,152,166)
#D18B97
(209,139,151)
#BD7E88
(189,126,136)
#A97179
(169,113,121)
#95646A
(149,100,106)
#81575B
(129,87,91)
#6D4A4C
(109,74,76)
#593D3D
(89,61,61)
#45302E
(69,48,46)
#31231F
(49,35,31)
#1D1610
(29,22,16)
#000000
(0,0,0)

Tints of #E598A6

#E598A6
(229,152,166)
#E7A1AE
(231,161,174)
#E9AAB6
(233,170,182)
#EBB3BE
(235,179,190)
#EDBCC6
(237,188,198)
#EFC5CE
(239,197,206)
#F1CED6
(241,206,214)
#F3D7DE
(243,215,222)
#F5E0E6
(245,224,230)
#F7E9EE
(247,233,238)
#F9F2F6
(249,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E598A6 color. Also use rgb(229,152,166) instead hex code.

Text Font Color

.myTextColor { color: #E598A6; }

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

This text font color is #E598A6.


Background Color

.myBgColor { background-color: #E598A6; }

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

This div background color is #E598A6.


Border color

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

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

This div border color is #E598A6.


Opacity

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

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

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

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

This text has shadow with #E598A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E598A6 on black background.


Color preview on white background

This text has color #E598A6 on white background.



Black color preview on #E598A6 background

This text has black color on #E598A6 background.


White color preview on #E598A6 background

This text has white color on #E598A6 background.