COLOR #E1A9D2

HEX: #E1A9D2 RGB: (225,169,210)

Color info

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

RGB color model

#E1A9D2 color RGB value is (225,169,210).

RGB: (225,169,210) (88%, 66%, 82%)

RGB channels and saturation

R 225 of 255 = 88%
G 169 of 255 = 66%
B 210 of 255 = 82%

225
169
210

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

Portions of RGB colors in percentages

R + G + B = 225 + 169 + 210 = 604 (100%)
R 225 of 604 ~ 37.25%
G 169 of 604 ~ 27.98%
B 210 of 604 ~ 34.77'%

%37.25
%27.98
%34.77

CMYK color model

#E1A9D2 color CMYK value is (0,25,7,12).

  • cyan value is 0.00%
  • magenta value is 24.89%
  • yellow value is 6.67%
  • key color value is 11.76%
CMYK: (0,25,7,12) C0M25Y7K12 (0%,25%,7%,12%) (0.00/0.25/0.07/0.12) 

CMYK percentages

%0
%24.89
%6.67
%11.76

Codes

Color #E1A9D2 in popluar color models

E1 A9 D2
RGB 225 169 210
HSL 316° 48.28% 77.25%
HSB/HSV 316° 24.89% 88.24%
CMYK 0.00% 24.89% 6.67%
11.76%

Color #E1A9D2 in popluar number systems.

HEX E1 A9 D2
Decimal 225 169 210
Binary 11100001 10101001 11010010
Octal 341 251 322

Shades and tints

Shades of #E1A9D2

#E1A9D2
(225,169,210)
#CD9ABF
(205,154,191)
#B98BAC
(185,139,172)
#A57C99
(165,124,153)
#916D86
(145,109,134)
#7D5E73
(125,94,115)
#694F60
(105,79,96)
#55404D
(85,64,77)
#41313A
(65,49,58)
#2D2227
(45,34,39)
#191314
(25,19,20)
#000000
(0,0,0)

Tints of #E1A9D2

#E1A9D2
(225,169,210)
#E3B0D6
(227,176,214)
#E5B7DA
(229,183,218)
#E7BEDE
(231,190,222)
#E9C5E2
(233,197,226)
#EBCCE6
(235,204,230)
#EDD3EA
(237,211,234)
#EFDAEE
(239,218,238)
#F1E1F2
(241,225,242)
#F3E8F6
(243,232,246)
#F5EFFA
(245,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1A9D2 color. Also use rgb(225,169,210) instead hex code.

Text Font Color

.myTextColor { color: #E1A9D2; }

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

This text font color is #E1A9D2.

Background Color

.myBgColor { background-color: #E1A9D2; }

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

This div background color is #E1A9D2.

Border color

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

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

This div border color is #E1A9D2.

Opacity

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

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

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

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

This text has shadow with #E1A9D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1A9D2.

Preview

Color preview on black background

This text has color #E1A9D2 on black background.


Color preview on white background

This text has color #E1A9D2 on white background.


Black color preview on #E1A9D2 background

This text has black color on #E1A9D2 background.


White color preview on #E1A9D2 background

This text has white color on #E1A9D2 background.


Related colors

Complementary color

Complementary color for #hex is #1E562D.


I love getcolorcode.com

Triadic colors

1 #D2E1A9 and #A9D2E1 with #E1A9D2 are triadic colors.

2 #D2A9E1 and #A9E1D2 with #E1A9D2 are triadic colors.