COLOR #E29AD3

HEX: #E29AD3
RGB: (226,154,211)

Color info

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

RGB color model

#E29AD3 color RGB value is (226,154,211).

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

RGB channels and saturation

R 226 of 255 = 89%
G 154 of 255 = 60%
B 211 of 255 = 83%

226
154
211

R + G + B ~ 77%. #E29AD3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 154 + 211 = 591 (100%)
R 226 of 591 ~ 38.24%
G 154 of 591 ~ 26.06%
B 211 of 591 ~ 35.7%

%38.24
%26.06
%35.7

CMYK color model

#E29AD3 color CMYK value is (0,32,7,11).

  • cyan value is 0.00%
  • magenta value is 31.86%
  • yellow value is 6.64%
  • key color value is 11.37%
CMYK:
(0,32,7,11)
C0M32Y7K11 
(0%,32%,7%,11%)
(0.00/0.32/0.07/0.11)	

CMYK percentages

%0
%31.86
%6.64
%11.37

Codes

Color #E29AD3 in popluar color models

E29AD3
RGB226154211
HSL313°55.38%74.51%
HSB/HSV313°31.86%88.63%
CMYK0.00%31.86%6.64%
11.37%

Color #E29AD3 in popluar number systems.

HEXE29AD3
Decimal226154211
Binary111000101001101011010011
Octal342232323

Shades and tints

Shades of #E29AD3

#E29AD3
(226,154,211)
#CE8CC0
(206,140,192)
#BA7EAD
(186,126,173)
#A6709A
(166,112,154)
#926287
(146,98,135)
#7E5474
(126,84,116)
#6A4661
(106,70,97)
#56384E
(86,56,78)
#422A3B
(66,42,59)
#2E1C28
(46,28,40)
#1A0E15
(26,14,21)
#000000
(0,0,0)

Tints of #E29AD3

#E29AD3
(226,154,211)
#E4A3D7
(228,163,215)
#E6ACDB
(230,172,219)
#E8B5DF
(232,181,223)
#EABEE3
(234,190,227)
#ECC7E7
(236,199,231)
#EED0EB
(238,208,235)
#F0D9EF
(240,217,239)
#F2E2F3
(242,226,243)
#F4EBF7
(244,235,247)
#F6F4FB
(246,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E29AD3; }

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

This text font color is #E29AD3.


Background Color

.myBgColor { background-color: #E29AD3; }

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

This div background color is #E29AD3.


Border color

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

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

This div border color is #E29AD3.


Opacity

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

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

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

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

This text has shadow with #E29AD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E29AD3 on black background.


Color preview on white background

This text has color #E29AD3 on white background.



Black color preview on #E29AD3 background

This text has black color on #E29AD3 background.


White color preview on #E29AD3 background

This text has white color on #E29AD3 background.