COLOR #E29E87

HEX: #E29E87
RGB: (226,158,135)

Color info

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

RGB color model

#E29E87 color RGB value is (226,158,135).

  • red value is 226;
  • green value is 158;
  • blue value is 135.
RGB:
(226,158,135)
(89%,62%,53%)

RGB channels and saturation

R 226 of 255 = 89%
G 158 of 255 = 62%
B 135 of 255 = 53%

226
158
135

R + G + B ~ 68%. #E29E87 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 158 + 135 = 519 (100%)
R 226 of 519 ~ 43.55%
G 158 of 519 ~ 30.44%
B 135 of 519 ~ 26.01%

%43.55
%30.44
%26.01

CMYK color model

#E29E87 color CMYK value is (0,30,40,11).

  • cyan value is 0.00%
  • magenta value is 30.09%
  • yellow value is 40.27%
  • key color value is 11.37%
CMYK:
(0,30,40,11)
C0M30Y40K11 
(0%,30%,40%,11%)
(0.00/0.30/0.40/0.11)	

CMYK percentages

%0
%30.09
%40.27
%11.37

Codes

Color #E29E87 in popluar color models

E29E87
RGB226158135
HSL15°61.07%70.78%
HSB/HSV15°40.27%88.63%
CMYK0.00%30.09%40.27%
11.37%

Color #E29E87 in popluar number systems.

HEXE29E87
Decimal226158135
Binary111000101001111010000111
Octal342236207

Shades and tints

Shades of #E29E87

#E29E87
(226,158,135)
#CE907B
(206,144,123)
#BA826F
(186,130,111)
#A67463
(166,116,99)
#926657
(146,102,87)
#7E584B
(126,88,75)
#6A4A3F
(106,74,63)
#563C33
(86,60,51)
#422E27
(66,46,39)
#2E201B
(46,32,27)
#1A120F
(26,18,15)
#000000
(0,0,0)

Tints of #E29E87

#E29E87
(226,158,135)
#E4A691
(228,166,145)
#E6AE9B
(230,174,155)
#E8B6A5
(232,182,165)
#EABEAF
(234,190,175)
#ECC6B9
(236,198,185)
#EECEC3
(238,206,195)
#F0D6CD
(240,214,205)
#F2DED7
(242,222,215)
#F4E6E1
(244,230,225)
#F6EEEB
(246,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E29E87 color. Also use rgb(226,158,135) instead hex code.

Text Font Color

.myTextColor { color: #E29E87; }

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

This text font color is #E29E87.


Background Color

.myBgColor { background-color: #E29E87; }

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

This div background color is #E29E87.


Border color

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

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

This div border color is #E29E87.


Opacity

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

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

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

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

This text has shadow with #E29E87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E29E87 on black background.


Color preview on white background

This text has color #E29E87 on white background.



Black color preview on #E29E87 background

This text has black color on #E29E87 background.


White color preview on #E29E87 background

This text has white color on #E29E87 background.