COLOR #E29ED0

HEX: #E29ED0 RGB: (226,158,208)

Color info

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

RGB color model

#E29ED0 color RGB value is (226,158,208).

RGB: (226,158,208) (89%, 62%, 82%)

RGB channels and saturation

R 226 of 255 = 89%
G 158 of 255 = 62%
B 208 of 255 = 82%

226
158
208

R + G + B ~ 78%. #E29ED0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 226 + 158 + 208 = 592 (100%)
R 226 of 592 ~ 38.18%
G 158 of 592 ~ 26.69%
B 208 of 592 ~ 35.14'%

%38.18
%26.69
%35.14

CMYK color model

#E29ED0 color CMYK value is (0,30,8,11).

  • cyan value is 0.00%
  • magenta value is 30.09%
  • yellow value is 7.96%
  • key color value is 11.37%
CMYK: (0,30,8,11) C0M30Y8K11 (0%,30%,8%,11%) (0.00/0.30/0.08/0.11) 

CMYK percentages

%0
%30.09
%7.96
%11.37

Codes

Color #E29ED0 in popluar color models

E2 9E D0
RGB 226 158 208
HSL 316° 53.97% 75.29%
HSB/HSV 316° 30.09% 88.63%
CMYK 0.00% 30.09% 7.96%
11.37%

Color #E29ED0 in popluar number systems.

HEX E2 9E D0
Decimal 226 158 208
Binary 11100010 10011110 11010000
Octal 342 236 320

Shades and tints

Shades of #E29ED0

#E29ED0
(226,158,208)
#CE90BE
(206,144,190)
#BA82AC
(186,130,172)
#A6749A
(166,116,154)
#926688
(146,102,136)
#7E5876
(126,88,118)
#6A4A64
(106,74,100)
#563C52
(86,60,82)
#422E40
(66,46,64)
#2E202E
(46,32,46)
#1A121C
(26,18,28)
#000000
(0,0,0)

Tints of #E29ED0

#E29ED0
(226,158,208)
#E4A6D4
(228,166,212)
#E6AED8
(230,174,216)
#E8B6DC
(232,182,220)
#EABEE0
(234,190,224)
#ECC6E4
(236,198,228)
#EECEE8
(238,206,232)
#F0D6EC
(240,214,236)
#F2DEF0
(242,222,240)
#F4E6F4
(244,230,244)
#F6EEF8
(246,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E29ED0; }

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

This text font color is #E29ED0.

Background Color

.myBgColor { background-color: #E29ED0; }

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

This div background color is #E29ED0.

Border color

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

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

This div border color is #E29ED0.

Opacity

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

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

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

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

This text has shadow with #E29ED0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E29ED0.

Preview

Color preview on black background

This text has color #E29ED0 on black background.


Color preview on white background

This text has color #E29ED0 on white background.


Black color preview on #E29ED0 background

This text has black color on #E29ED0 background.


White color preview on #E29ED0 background

This text has white color on #E29ED0 background.


Related colors

Complementary color

Complementary color for #hex is #1D612F.


I love getcolorcode.com

Triadic colors

1 #D0E29E and #9ED0E2 with #E29ED0 are triadic colors.

2 #D09EE2 and #9EE2D0 with #E29ED0 are triadic colors.