COLOR #E58B9C

HEX: #E58B9C
RGB: (229,139,156)

Color info

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

RGB color model

#E58B9C color RGB value is (229,139,156).

  • red value is 229;
  • green value is 139;
  • blue value is 156.
RGB:
(229,139,156)
(90%,55%,61%)

RGB channels and saturation

R 229 of 255 = 90%
G 139 of 255 = 55%
B 156 of 255 = 61%

229
139
156

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

Portions of RGB colors in percentages

R + G + B =
229 + 139 + 156 = 524 (100%)
R 229 of 524 ~ 43.7%
G 139 of 524 ~ 26.53%
B 156 of 524 ~ 29.77%

%43.7
%26.53
%29.77

CMYK color model

#E58B9C color CMYK value is (0,39,32,10).

  • cyan value is 0.00%
  • magenta value is 39.30%
  • yellow value is 31.88%
  • key color value is 10.20%
CMYK:
(0,39,32,10)
C0M39Y32K10 
(0%,39%,32%,10%)
(0.00/0.39/0.32/0.10)	

CMYK percentages

%0
%39.3
%31.88
%10.2

Codes

Color #E58B9C in popluar color models

E58B9C
RGB229139156
HSL349°63.38%72.16%
HSB/HSV349°39.30%89.80%
CMYK0.00%39.30%31.88%
10.20%

Color #E58B9C in popluar number systems.

HEXE58B9C
Decimal229139156
Binary111001011000101110011100
Octal345213234

Shades and tints

Shades of #E58B9C

#E58B9C
(229,139,156)
#D17F8E
(209,127,142)
#BD7380
(189,115,128)
#A96772
(169,103,114)
#955B64
(149,91,100)
#814F56
(129,79,86)
#6D4348
(109,67,72)
#59373A
(89,55,58)
#452B2C
(69,43,44)
#311F1E
(49,31,30)
#1D1310
(29,19,16)
#000000
(0,0,0)

Tints of #E58B9C

#E58B9C
(229,139,156)
#E795A5
(231,149,165)
#E99FAE
(233,159,174)
#EBA9B7
(235,169,183)
#EDB3C0
(237,179,192)
#EFBDC9
(239,189,201)
#F1C7D2
(241,199,210)
#F3D1DB
(243,209,219)
#F5DBE4
(245,219,228)
#F7E5ED
(247,229,237)
#F9EFF6
(249,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E58B9C color. Also use rgb(229,139,156) instead hex code.

Text Font Color

.myTextColor { color: #E58B9C; }

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

This text font color is #E58B9C.


Background Color

.myBgColor { background-color: #E58B9C; }

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

This div background color is #E58B9C.


Border color

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

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

This div border color is #E58B9C.


Opacity

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

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

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

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

This text has shadow with #E58B9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E58B9C on black background.


Color preview on white background

This text has color #E58B9C on white background.



Black color preview on #E58B9C background

This text has black color on #E58B9C background.


White color preview on #E58B9C background

This text has white color on #E58B9C background.