COLOR #E29EDB

HEX: #E29EDB
RGB: (226,158,219)

Color info

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

RGB color model

#E29EDB color RGB value is (226,158,219).

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

RGB channels and saturation

R 226 of 255 = 89%
G 158 of 255 = 62%
B 219 of 255 = 86%

226
158
219

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

Portions of RGB colors in percentages

R + G + B =
226 + 158 + 219 = 603 (100%)
R 226 of 603 ~ 37.48%
G 158 of 603 ~ 26.2%
B 219 of 603 ~ 36.32%

%37.48
%26.2
%36.32

CMYK color model

#E29EDB color CMYK value is (0,30,3,11).

  • cyan value is 0.00%
  • magenta value is 30.09%
  • yellow value is 3.10%
  • key color value is 11.37%
CMYK:
(0,30,3,11)
C0M30Y3K11 
(0%,30%,3%,11%)
(0.00/0.30/0.03/0.11)	

CMYK percentages

%0
%30.09
%3.1
%11.37

Codes

Color #E29EDB in popluar color models

E29EDB
RGB226158219
HSL306°53.97%75.29%
HSB/HSV306°30.09%88.63%
CMYK0.00%30.09%3.10%
11.37%

Color #E29EDB in popluar number systems.

HEXE29EDB
Decimal226158219
Binary111000101001111011011011
Octal342236333

Shades and tints

Shades of #E29EDB

#E29EDB
(226,158,219)
#CE90C8
(206,144,200)
#BA82B5
(186,130,181)
#A674A2
(166,116,162)
#92668F
(146,102,143)
#7E587C
(126,88,124)
#6A4A69
(106,74,105)
#563C56
(86,60,86)
#422E43
(66,46,67)
#2E2030
(46,32,48)
#1A121D
(26,18,29)
#000000
(0,0,0)

Tints of #E29EDB

#E29EDB
(226,158,219)
#E4A6DE
(228,166,222)
#E6AEE1
(230,174,225)
#E8B6E4
(232,182,228)
#EABEE7
(234,190,231)
#ECC6EA
(236,198,234)
#EECEED
(238,206,237)
#F0D6F0
(240,214,240)
#F2DEF3
(242,222,243)
#F4E6F6
(244,230,246)
#F6EEF9
(246,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E29EDB; }

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

This text font color is #E29EDB.


Background Color

.myBgColor { background-color: #E29EDB; }

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

This div background color is #E29EDB.


Border color

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

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

This div border color is #E29EDB.


Opacity

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

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

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

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

This text has shadow with #E29EDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E29EDB on black background.


Color preview on white background

This text has color #E29EDB on white background.



Black color preview on #E29EDB background

This text has black color on #E29EDB background.


White color preview on #E29EDB background

This text has white color on #E29EDB background.