COLOR #E29DBE

HEX: #E29DBE
RGB: (226,157,190)

Color info

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

RGB color model

#E29DBE color RGB value is (226,157,190).

  • red value is 226;
  • green value is 157;
  • blue value is 190.
RGB:
(226,157,190)
(89%,62%,75%)

RGB channels and saturation

R 226 of 255 = 89%
G 157 of 255 = 62%
B 190 of 255 = 75%

226
157
190

R + G + B ~ 75%. #E29DBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 157 + 190 = 573 (100%)
R 226 of 573 ~ 39.44%
G 157 of 573 ~ 27.4%
B 190 of 573 ~ 33.16%

%39.44
%27.4
%33.16

CMYK color model

#E29DBE color CMYK value is (0,31,16,11).

  • cyan value is 0.00%
  • magenta value is 30.53%
  • yellow value is 15.93%
  • key color value is 11.37%
CMYK:
(0,31,16,11)
C0M31Y16K11 
(0%,31%,16%,11%)
(0.00/0.31/0.16/0.11)	

CMYK percentages

%0
%30.53
%15.93
%11.37

Codes

Color #E29DBE in popluar color models

E29DBE
RGB226157190
HSL331°54.33%75.10%
HSB/HSV331°30.53%88.63%
CMYK0.00%30.53%15.93%
11.37%

Color #E29DBE in popluar number systems.

HEXE29DBE
Decimal226157190
Binary111000101001110110111110
Octal342235276

Shades and tints

Shades of #E29DBE

#E29DBE
(226,157,190)
#CE8FAD
(206,143,173)
#BA819C
(186,129,156)
#A6738B
(166,115,139)
#92657A
(146,101,122)
#7E5769
(126,87,105)
#6A4958
(106,73,88)
#563B47
(86,59,71)
#422D36
(66,45,54)
#2E1F25
(46,31,37)
#1A1114
(26,17,20)
#000000
(0,0,0)

Tints of #E29DBE

#E29DBE
(226,157,190)
#E4A5C3
(228,165,195)
#E6ADC8
(230,173,200)
#E8B5CD
(232,181,205)
#EABDD2
(234,189,210)
#ECC5D7
(236,197,215)
#EECDDC
(238,205,220)
#F0D5E1
(240,213,225)
#F2DDE6
(242,221,230)
#F4E5EB
(244,229,235)
#F6EDF0
(246,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E29DBE color. Also use rgb(226,157,190) instead hex code.

Text Font Color

.myTextColor { color: #E29DBE; }

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

This text font color is #E29DBE.


Background Color

.myBgColor { background-color: #E29DBE; }

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

This div background color is #E29DBE.


Border color

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

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

This div border color is #E29DBE.


Opacity

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

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

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

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

This text has shadow with #E29DBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E29DBE on black background.


Color preview on white background

This text has color #E29DBE on white background.



Black color preview on #E29DBE background

This text has black color on #E29DBE background.


White color preview on #E29DBE background

This text has white color on #E29DBE background.