COLOR #E59B9B

HEX: #E59B9B
RGB: (229,155,155)

Color info

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

RGB color model

#E59B9B color RGB value is (229,155,155).

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

RGB channels and saturation

R 229 of 255 = 90%
G 155 of 255 = 61%
B 155 of 255 = 61%

229
155
155

R + G + B ~ 71%. #E59B9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 155 + 155 = 539 (100%)
R 229 of 539 ~ 42.49%
G 155 of 539 ~ 28.76%
B 155 of 539 ~ 28.76%

%42.49
%28.76
%28.76

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 32.31%
  • yellow value is 32.31%
  • key color value is 10.20%
CMYK:
(0,32,32,10)
C0M32Y32K10 
(0%,32%,32%,10%)
(0.00/0.32/0.32/0.10)	

CMYK percentages

%0
%32.31
%32.31
%10.2

Codes

Color #E59B9B in popluar color models

E59B9B
RGB229155155
HSL58.73%75.29%
HSB/HSV32.31%89.80%
CMYK0.00%32.31%32.31%
10.20%

Color #E59B9B in popluar number systems.

HEXE59B9B
Decimal229155155
Binary111001011001101110011011
Octal345233233

Shades and tints

Shades of #E59B9B

#E59B9B
(229,155,155)
#D18D8D
(209,141,141)
#BD7F7F
(189,127,127)
#A97171
(169,113,113)
#956363
(149,99,99)
#815555
(129,85,85)
#6D4747
(109,71,71)
#593939
(89,57,57)
#452B2B
(69,43,43)
#311D1D
(49,29,29)
#1D0F0F
(29,15,15)
#000000
(0,0,0)

Tints of #E59B9B

#E59B9B
(229,155,155)
#E7A4A4
(231,164,164)
#E9ADAD
(233,173,173)
#EBB6B6
(235,182,182)
#EDBFBF
(237,191,191)
#EFC8C8
(239,200,200)
#F1D1D1
(241,209,209)
#F3DADA
(243,218,218)
#F5E3E3
(245,227,227)
#F7ECEC
(247,236,236)
#F9F5F5
(249,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E59B9B; }

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

This text font color is #E59B9B.


Background Color

.myBgColor { background-color: #E59B9B; }

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

This div background color is #E59B9B.


Border color

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

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

This div border color is #E59B9B.


Opacity

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

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

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

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

This text has shadow with #E59B9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E59B9B on black background.


Color preview on white background

This text has color #E59B9B on white background.



Black color preview on #E59B9B background

This text has black color on #E59B9B background.


White color preview on #E59B9B background

This text has white color on #E59B9B background.