COLOR #E2A9CD

HEX: #E2A9CD RGB: (226,169,205)

Color info

#E2A9CD contains red, green and blue colors in about the same proportion. Web safe color of #E2A9CD is #CC99CC (or #C9C).

RGB color model

#E2A9CD color RGB value is (226,169,205).

RGB: (226,169,205) (89%, 66%, 80%)

RGB channels and saturation

R 226 of 255 = 89%
G 169 of 255 = 66%
B 205 of 255 = 80%

226
169
205

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

Portions of RGB colors in percentages

R + G + B = 226 + 169 + 205 = 600 (100%)
R 226 of 600 ~ 37.67%
G 169 of 600 ~ 28.17%
B 205 of 600 ~ 34.17'%

%37.67
%28.17
%34.17

CMYK color model

#E2A9CD color CMYK value is (0,25,9,11).

  • cyan value is 0.00%
  • magenta value is 25.22%
  • yellow value is 9.29%
  • key color value is 11.37%

CMYK: (0,25,9,11)
C0M25Y9K11 (0%, 25%, 9%, 11%)
(0.00 / 0.25 / 0.09 / 0.11)

CMYK percentages

%0
%25.22
%9.29
%11.37

Codes

Color #E2A9CD in popluar color models

E2 A9 CD
RGB 226 169 205
HSL 322° 49.57% 77.45%
HSB/HSV 322° 25.22% 88.63%
CMYK 0.00% 25.22% 9.29%
11.37%

Color #E2A9CD in popluar number systems.

HEX E2 A9 CD
Decimal 226 169 205
Binary 11100010 10101001 11001101
Octal 342 251 315

Shades and tints

Shades of #E2A9CD

#E2A9CD
(226,169,205)
#CE9ABB
(206,154,187)
#BA8BA9
(186,139,169)
#A67C97
(166,124,151)
#926D85
(146,109,133)
#7E5E73
(126,94,115)
#6A4F61
(106,79,97)
#56404F
(86,64,79)
#42313D
(66,49,61)
#2E222B
(46,34,43)
#1A1319
(26,19,25)
#000000
(0,0,0)

Tints of #E2A9CD

#E2A9CD
(226,169,205)
#E4B0D1
(228,176,209)
#E6B7D5
(230,183,213)
#E8BED9
(232,190,217)
#EAC5DD
(234,197,221)
#ECCCE1
(236,204,225)
#EED3E5
(238,211,229)
#F0DAE9
(240,218,233)
#F2E1ED
(242,225,237)
#F4E8F1
(244,232,241)
#F6EFF5
(246,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2A9CD color. Also use rgb(226,169,205) instead hex code.

Text Font Color

.myTextColor { color: #E2A9CD; }

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

This text font color is #E2A9CD.

Background Color

.myBgColor { background-color: #E2A9CD; }

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

This div background color is #E2A9CD.

Border color

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

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

This div border color is #E2A9CD.

Opacity

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

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

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

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

This text has shadow with #E2A9CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2A9CD.

Preview

Color preview on black background

This text has color #E2A9CD on black background.


Color preview on white background

This text has color #E2A9CD on white background.


Black color preview on #E2A9CD background

This text has black color on #E2A9CD background.


White color preview on #E2A9CD background

This text has white color on #E2A9CD background.


Related colors

Complementary color

Complementary color for #hex is #1D5632.


I love getcolorcode.com

Triadic colors

1 #CDE2A9 and #A9CDE2 with #E2A9CD are triadic colors.

2 #CDA9E2 and #A9E2CD with #E2A9CD are triadic colors.