COLOR #E29599

HEX: #E29599
RGB: (226,149,153)

Color info

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

RGB color model

#E29599 color RGB value is (226,149,153).

  • red value is 226;
  • green value is 149;
  • blue value is 153.
RGB:
(226,149,153)
(89%,58%,60%)

RGB channels and saturation

R 226 of 255 = 89%
G 149 of 255 = 58%
B 153 of 255 = 60%

226
149
153

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

Portions of RGB colors in percentages

R + G + B =
226 + 149 + 153 = 528 (100%)
R 226 of 528 ~ 42.8%
G 149 of 528 ~ 28.22%
B 153 of 528 ~ 28.98%

%42.8
%28.22
%28.98

CMYK color model

#E29599 color CMYK value is (0,34,32,11).

  • cyan value is 0.00%
  • magenta value is 34.07%
  • yellow value is 32.30%
  • key color value is 11.37%
CMYK:
(0,34,32,11)
C0M34Y32K11 
(0%,34%,32%,11%)
(0.00/0.34/0.32/0.11)	

CMYK percentages

%0
%34.07
%32.3
%11.37

Codes

Color #E29599 in popluar color models

E29599
RGB226149153
HSL357°57.04%73.53%
HSB/HSV357°34.07%88.63%
CMYK0.00%34.07%32.30%
11.37%

Color #E29599 in popluar number systems.

HEXE29599
Decimal226149153
Binary111000101001010110011001
Octal342225231

Shades and tints

Shades of #E29599

#E29599
(226,149,153)
#CE888C
(206,136,140)
#BA7B7F
(186,123,127)
#A66E72
(166,110,114)
#926165
(146,97,101)
#7E5458
(126,84,88)
#6A474B
(106,71,75)
#563A3E
(86,58,62)
#422D31
(66,45,49)
#2E2024
(46,32,36)
#1A1317
(26,19,23)
#000000
(0,0,0)

Tints of #E29599

#E29599
(226,149,153)
#E49EA2
(228,158,162)
#E6A7AB
(230,167,171)
#E8B0B4
(232,176,180)
#EAB9BD
(234,185,189)
#ECC2C6
(236,194,198)
#EECBCF
(238,203,207)
#F0D4D8
(240,212,216)
#F2DDE1
(242,221,225)
#F4E6EA
(244,230,234)
#F6EFF3
(246,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E29599; }

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

This text font color is #E29599.


Background Color

.myBgColor { background-color: #E29599; }

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

This div background color is #E29599.


Border color

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

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

This div border color is #E29599.


Opacity

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

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

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

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

This text has shadow with #E29599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E29599 on black background.


Color preview on white background

This text has color #E29599 on white background.



Black color preview on #E29599 background

This text has black color on #E29599 background.


White color preview on #E29599 background

This text has white color on #E29599 background.