COLOR #E29199

HEX: #E29199 RGB: (226,145,153)

Color info

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

RGB color model

#E29199 color RGB value is (226,145,153).

RGB: (226,145,153) (89%, 57%, 60%)

RGB channels and saturation

R 226 of 255 = 89%
G 145 of 255 = 57%
B 153 of 255 = 60%

226
145
153

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

Portions of RGB colors in percentages

R + G + B = 226 + 145 + 153 = 524 (100%)
R 226 of 524 ~ 43.13%
G 145 of 524 ~ 27.67%
B 153 of 524 ~ 29.2'%

%43.13
%27.67
%29.2

CMYK color model

#E29199 color CMYK value is (0,36,32,11).

  • cyan value is 0.00%
  • magenta value is 35.84%
  • yellow value is 32.30%
  • key color value is 11.37%

CMYK: (0,36,32,11)
C0M36Y32K11 (0%, 36%, 32%, 11%)
(0.00 / 0.36 / 0.32 / 0.11)

CMYK percentages

%0
%35.84
%32.3
%11.37

Codes

Color #E29199 in popluar color models

E2 91 99
RGB 226 145 153
HSL 354° 58.27% 72.75%
HSB/HSV 354° 35.84% 88.63%
CMYK 0.00% 35.84% 32.30%
11.37%

Color #E29199 in popluar number systems.

HEX E2 91 99
Decimal 226 145 153
Binary 11100010 10010001 10011001
Octal 342 221 231

Shades and tints

Shades of #E29199

#E29199
(226,145,153)
#CE848C
(206,132,140)
#BA777F
(186,119,127)
#A66A72
(166,106,114)
#925D65
(146,93,101)
#7E5058
(126,80,88)
#6A434B
(106,67,75)
#56363E
(86,54,62)
#422931
(66,41,49)
#2E1C24
(46,28,36)
#1A0F17
(26,15,23)
#000000
(0,0,0)

Tints of #E29199

#E29199
(226,145,153)
#E49BA2
(228,155,162)
#E6A5AB
(230,165,171)
#E8AFB4
(232,175,180)
#EAB9BD
(234,185,189)
#ECC3C6
(236,195,198)
#EECDCF
(238,205,207)
#F0D7D8
(240,215,216)
#F2E1E1
(242,225,225)
#F4EBEA
(244,235,234)
#F6F5F3
(246,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E29199 color. Also use rgb(226,145,153) instead hex code.

Text Font Color

.myTextColor { color: #E29199; }

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

This text font color is #E29199.

Background Color

.myBgColor { background-color: #E29199; }

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

This div background color is #E29199.

Border color

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

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

This div border color is #E29199.

Opacity

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

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

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

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

This text has shadow with #E29199 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E29199.

Preview

Color preview on black background

This text has color #E29199 on black background.


Color preview on white background

This text has color #E29199 on white background.


Black color preview on #E29199 background

This text has black color on #E29199 background.


White color preview on #E29199 background

This text has white color on #E29199 background.


Related colors

Complementary color

Complementary color for #hex is #1D6E66.


I love getcolorcode.com

Triadic colors

1 #99E291 and #9199E2 with #E29199 are triadic colors.

2 #9991E2 and #91E299 with #E29199 are triadic colors.