COLOR #E29EA4

HEX: #E29EA4
RGB: (226,158,164)

Color info

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

RGB color model

#E29EA4 color RGB value is (226,158,164).

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

RGB channels and saturation

R 226 of 255 = 89%
G 158 of 255 = 62%
B 164 of 255 = 64%

226
158
164

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

Portions of RGB colors in percentages

R + G + B =
226 + 158 + 164 = 548 (100%)
R 226 of 548 ~ 41.24%
G 158 of 548 ~ 28.83%
B 164 of 548 ~ 29.93%

%41.24
%28.83
%29.93

CMYK color model

#E29EA4 color CMYK value is (0,30,27,11).

  • cyan value is 0.00%
  • magenta value is 30.09%
  • yellow value is 27.43%
  • key color value is 11.37%
CMYK:
(0,30,27,11)
C0M30Y27K11 
(0%,30%,27%,11%)
(0.00/0.30/0.27/0.11)	

CMYK percentages

%0
%30.09
%27.43
%11.37

Codes

Color #E29EA4 in popluar color models

E29EA4
RGB226158164
HSL355°53.97%75.29%
HSB/HSV355°30.09%88.63%
CMYK0.00%30.09%27.43%
11.37%

Color #E29EA4 in popluar number systems.

HEXE29EA4
Decimal226158164
Binary111000101001111010100100
Octal342236244

Shades and tints

Shades of #E29EA4

#E29EA4
(226,158,164)
#CE9096
(206,144,150)
#BA8288
(186,130,136)
#A6747A
(166,116,122)
#92666C
(146,102,108)
#7E585E
(126,88,94)
#6A4A50
(106,74,80)
#563C42
(86,60,66)
#422E34
(66,46,52)
#2E2026
(46,32,38)
#1A1218
(26,18,24)
#000000
(0,0,0)

Tints of #E29EA4

#E29EA4
(226,158,164)
#E4A6AC
(228,166,172)
#E6AEB4
(230,174,180)
#E8B6BC
(232,182,188)
#EABEC4
(234,190,196)
#ECC6CC
(236,198,204)
#EECED4
(238,206,212)
#F0D6DC
(240,214,220)
#F2DEE4
(242,222,228)
#F4E6EC
(244,230,236)
#F6EEF4
(246,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E29EA4; }

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

This text font color is #E29EA4.


Background Color

.myBgColor { background-color: #E29EA4; }

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

This div background color is #E29EA4.


Border color

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

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

This div border color is #E29EA4.


Opacity

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

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

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

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

This text has shadow with #E29EA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E29EA4 on black background.


Color preview on white background

This text has color #E29EA4 on white background.



Black color preview on #E29EA4 background

This text has black color on #E29EA4 background.


White color preview on #E29EA4 background

This text has white color on #E29EA4 background.