COLOR #E58E9A

HEX: #E58E9A
RGB: (229,142,154)

Color info

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

RGB color model

#E58E9A color RGB value is (229,142,154).

  • red value is 229;
  • green value is 142;
  • blue value is 154.
RGB:
(229,142,154)
(90%,56%,60%)

RGB channels and saturation

R 229 of 255 = 90%
G 142 of 255 = 56%
B 154 of 255 = 60%

229
142
154

R + G + B ~ 69%. #E58E9A is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 142 + 154 = 525 (100%)
R 229 of 525 ~ 43.62%
G 142 of 525 ~ 27.05%
B 154 of 525 ~ 29.33%

%43.62
%27.05
%29.33

CMYK color model

#E58E9A color CMYK value is (0,38,33,10).

  • cyan value is 0.00%
  • magenta value is 37.99%
  • yellow value is 32.75%
  • key color value is 10.20%
CMYK:
(0,38,33,10)
C0M38Y33K10 
(0%,38%,33%,10%)
(0.00/0.38/0.33/0.10)	

CMYK percentages

%0
%37.99
%32.75
%10.2

Codes

Color #E58E9A in popluar color models

E58E9A
RGB229142154
HSL352°62.59%72.75%
HSB/HSV352°37.99%89.80%
CMYK0.00%37.99%32.75%
10.20%

Color #E58E9A in popluar number systems.

HEXE58E9A
Decimal229142154
Binary111001011000111010011010
Octal345216232

Shades and tints

Shades of #E58E9A

#E58E9A
(229,142,154)
#D1828C
(209,130,140)
#BD767E
(189,118,126)
#A96A70
(169,106,112)
#955E62
(149,94,98)
#815254
(129,82,84)
#6D4646
(109,70,70)
#593A38
(89,58,56)
#452E2A
(69,46,42)
#31221C
(49,34,28)
#1D160E
(29,22,14)
#000000
(0,0,0)

Tints of #E58E9A

#E58E9A
(229,142,154)
#E798A3
(231,152,163)
#E9A2AC
(233,162,172)
#EBACB5
(235,172,181)
#EDB6BE
(237,182,190)
#EFC0C7
(239,192,199)
#F1CAD0
(241,202,208)
#F3D4D9
(243,212,217)
#F5DEE2
(245,222,226)
#F7E8EB
(247,232,235)
#F9F2F4
(249,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E58E9A color. Also use rgb(229,142,154) instead hex code.

Text Font Color

.myTextColor { color: #E58E9A; }

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

This text font color is #E58E9A.


Background Color

.myBgColor { background-color: #E58E9A; }

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

This div background color is #E58E9A.


Border color

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

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

This div border color is #E58E9A.


Opacity

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

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

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

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

This text has shadow with #E58E9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E58E9A on black background.


Color preview on white background

This text has color #E58E9A on white background.



Black color preview on #E58E9A background

This text has black color on #E58E9A background.


White color preview on #E58E9A background

This text has white color on #E58E9A background.