COLOR #E29AD6

HEX: #E29AD6
RGB: (226,154,214)

Color info

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

RGB color model

#E29AD6 color RGB value is (226,154,214).

  • red value is 226;
  • green value is 154;
  • blue value is 214.
RGB:
(226,154,214)
(89%,60%,84%)

RGB channels and saturation

R 226 of 255 = 89%
G 154 of 255 = 60%
B 214 of 255 = 84%

226
154
214

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

Portions of RGB colors in percentages

R + G + B =
226 + 154 + 214 = 594 (100%)
R 226 of 594 ~ 38.05%
G 154 of 594 ~ 25.93%
B 214 of 594 ~ 36.03%

%38.05
%25.93
%36.03

CMYK color model

#E29AD6 color CMYK value is (0,32,5,11).

  • cyan value is 0.00%
  • magenta value is 31.86%
  • yellow value is 5.31%
  • key color value is 11.37%
CMYK:
(0,32,5,11)
C0M32Y5K11 
(0%,32%,5%,11%)
(0.00/0.32/0.05/0.11)	

CMYK percentages

%0
%31.86
%5.31
%11.37

Codes

Color #E29AD6 in popluar color models

E29AD6
RGB226154214
HSL310°55.38%74.51%
HSB/HSV310°31.86%88.63%
CMYK0.00%31.86%5.31%
11.37%

Color #E29AD6 in popluar number systems.

HEXE29AD6
Decimal226154214
Binary111000101001101011010110
Octal342232326

Shades and tints

Shades of #E29AD6

#E29AD6
(226,154,214)
#CE8CC3
(206,140,195)
#BA7EB0
(186,126,176)
#A6709D
(166,112,157)
#92628A
(146,98,138)
#7E5477
(126,84,119)
#6A4664
(106,70,100)
#563851
(86,56,81)
#422A3E
(66,42,62)
#2E1C2B
(46,28,43)
#1A0E18
(26,14,24)
#000000
(0,0,0)

Tints of #E29AD6

#E29AD6
(226,154,214)
#E4A3D9
(228,163,217)
#E6ACDC
(230,172,220)
#E8B5DF
(232,181,223)
#EABEE2
(234,190,226)
#ECC7E5
(236,199,229)
#EED0E8
(238,208,232)
#F0D9EB
(240,217,235)
#F2E2EE
(242,226,238)
#F4EBF1
(244,235,241)
#F6F4F4
(246,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E29AD6 color. Also use rgb(226,154,214) instead hex code.

Text Font Color

.myTextColor { color: #E29AD6; }

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

This text font color is #E29AD6.


Background Color

.myBgColor { background-color: #E29AD6; }

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

This div background color is #E29AD6.


Border color

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

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

This div border color is #E29AD6.


Opacity

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

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

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

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

This text has shadow with #E29AD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E29AD6 on black background.


Color preview on white background

This text has color #E29AD6 on white background.



Black color preview on #E29AD6 background

This text has black color on #E29AD6 background.


White color preview on #E29AD6 background

This text has white color on #E29AD6 background.