COLOR #E599A5

HEX: #E599A5
RGB: (229,153,165)

Color info

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

RGB color model

#E599A5 color RGB value is (229,153,165).

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

RGB channels and saturation

R 229 of 255 = 90%
G 153 of 255 = 60%
B 165 of 255 = 65%

229
153
165

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

Portions of RGB colors in percentages

R + G + B =
229 + 153 + 165 = 547 (100%)
R 229 of 547 ~ 41.86%
G 153 of 547 ~ 27.97%
B 165 of 547 ~ 30.16%

%41.86
%27.97
%30.16

CMYK color model

#E599A5 color CMYK value is (0,33,28,10).

  • cyan value is 0.00%
  • magenta value is 33.19%
  • yellow value is 27.95%
  • key color value is 10.20%
CMYK:
(0,33,28,10)
C0M33Y28K10 
(0%,33%,28%,10%)
(0.00/0.33/0.28/0.10)	

CMYK percentages

%0
%33.19
%27.95
%10.2

Codes

Color #E599A5 in popluar color models

E599A5
RGB229153165
HSL351°59.38%74.90%
HSB/HSV351°33.19%89.80%
CMYK0.00%33.19%27.95%
10.20%

Color #E599A5 in popluar number systems.

HEXE599A5
Decimal229153165
Binary111001011001100110100101
Octal345231245

Shades and tints

Shades of #E599A5

#E599A5
(229,153,165)
#D18C96
(209,140,150)
#BD7F87
(189,127,135)
#A97278
(169,114,120)
#956569
(149,101,105)
#81585A
(129,88,90)
#6D4B4B
(109,75,75)
#593E3C
(89,62,60)
#45312D
(69,49,45)
#31241E
(49,36,30)
#1D170F
(29,23,15)
#000000
(0,0,0)

Tints of #E599A5

#E599A5
(229,153,165)
#E7A2AD
(231,162,173)
#E9ABB5
(233,171,181)
#EBB4BD
(235,180,189)
#EDBDC5
(237,189,197)
#EFC6CD
(239,198,205)
#F1CFD5
(241,207,213)
#F3D8DD
(243,216,221)
#F5E1E5
(245,225,229)
#F7EAED
(247,234,237)
#F9F3F5
(249,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E599A5 color. Also use rgb(229,153,165) instead hex code.

Text Font Color

.myTextColor { color: #E599A5; }

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

This text font color is #E599A5.


Background Color

.myBgColor { background-color: #E599A5; }

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

This div background color is #E599A5.


Border color

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

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

This div border color is #E599A5.


Opacity

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

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

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

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

This text has shadow with #E599A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E599A5 on black background.


Color preview on white background

This text has color #E599A5 on white background.



Black color preview on #E599A5 background

This text has black color on #E599A5 background.


White color preview on #E599A5 background

This text has white color on #E599A5 background.