COLOR #E29ED9

HEX: #E29ED9
RGB: (226,158,217)

Color info

#E29ED9 contains mainly red and blue colors. Web safe color of #E29ED9 is #CC99CC (or #C9C).

RGB color model

#E29ED9 color RGB value is (226,158,217).

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

RGB channels and saturation

R 226 of 255 = 89%
G 158 of 255 = 62%
B 217 of 255 = 85%

226
158
217

R + G + B ~ 79%. #E29ED9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 158 + 217 = 601 (100%)
R 226 of 601 ~ 37.6%
G 158 of 601 ~ 26.29%
B 217 of 601 ~ 36.11%

%37.6
%26.29
%36.11

CMYK color model

#E29ED9 color CMYK value is (0,30,4,11).

  • cyan value is 0.00%
  • magenta value is 30.09%
  • yellow value is 3.98%
  • key color value is 11.37%
CMYK:
(0,30,4,11)
C0M30Y4K11 
(0%,30%,4%,11%)
(0.00/0.30/0.04/0.11)	

CMYK percentages

%0
%30.09
%3.98
%11.37

Codes

Color #E29ED9 in popluar color models

E29ED9
RGB226158217
HSL308°53.97%75.29%
HSB/HSV308°30.09%88.63%
CMYK0.00%30.09%3.98%
11.37%

Color #E29ED9 in popluar number systems.

HEXE29ED9
Decimal226158217
Binary111000101001111011011001
Octal342236331

Shades and tints

Shades of #E29ED9

#E29ED9
(226,158,217)
#CE90C6
(206,144,198)
#BA82B3
(186,130,179)
#A674A0
(166,116,160)
#92668D
(146,102,141)
#7E587A
(126,88,122)
#6A4A67
(106,74,103)
#563C54
(86,60,84)
#422E41
(66,46,65)
#2E202E
(46,32,46)
#1A121B
(26,18,27)
#000000
(0,0,0)

Tints of #E29ED9

#E29ED9
(226,158,217)
#E4A6DC
(228,166,220)
#E6AEDF
(230,174,223)
#E8B6E2
(232,182,226)
#EABEE5
(234,190,229)
#ECC6E8
(236,198,232)
#EECEEB
(238,206,235)
#F0D6EE
(240,214,238)
#F2DEF1
(242,222,241)
#F4E6F4
(244,230,244)
#F6EEF7
(246,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E29ED9; }

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

This text font color is #E29ED9.


Background Color

.myBgColor { background-color: #E29ED9; }

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

This div background color is #E29ED9.


Border color

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

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

This div border color is #E29ED9.


Opacity

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

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

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

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

This text has shadow with #E29ED9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E29ED9 on black background.


Color preview on white background

This text has color #E29ED9 on white background.



Black color preview on #E29ED9 background

This text has black color on #E29ED9 background.


White color preview on #E29ED9 background

This text has white color on #E29ED9 background.