COLOR #E1A9CA

HEX: #E1A9CA RGB: (225,169,202)

Color info

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

RGB color model

#E1A9CA color RGB value is (225,169,202).

RGB: (225,169,202) (88%, 66%, 79%)

RGB channels and saturation

R 225 of 255 = 88%
G 169 of 255 = 66%
B 202 of 255 = 79%

225
169
202

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

Portions of RGB colors in percentages

R + G + B = 225 + 169 + 202 = 596 (100%)
R 225 of 596 ~ 37.75%
G 169 of 596 ~ 28.36%
B 202 of 596 ~ 33.89'%

%37.75
%28.36
%33.89

CMYK color model

#E1A9CA color CMYK value is (0,25,10,12).

  • cyan value is 0.00%
  • magenta value is 24.89%
  • yellow value is 10.22%
  • key color value is 11.76%

CMYK: (0,25,10,12)
C0M25Y10K12 (0%, 25%, 10%, 12%)
(0.00 / 0.25 / 0.10 / 0.12)

CMYK percentages

%0
%24.89
%10.22
%11.76

Codes

Color #E1A9CA in popluar color models

E1 A9 CA
RGB 225 169 202
HSL 325° 48.28% 77.25%
HSB/HSV 325° 24.89% 88.24%
CMYK 0.00% 24.89% 10.22%
11.76%

Color #E1A9CA in popluar number systems.

HEX E1 A9 CA
Decimal 225 169 202
Binary 11100001 10101001 11001010
Octal 341 251 312

Shades and tints

Shades of #E1A9CA

#E1A9CA
(225,169,202)
#CD9AB8
(205,154,184)
#B98BA6
(185,139,166)
#A57C94
(165,124,148)
#916D82
(145,109,130)
#7D5E70
(125,94,112)
#694F5E
(105,79,94)
#55404C
(85,64,76)
#41313A
(65,49,58)
#2D2228
(45,34,40)
#191316
(25,19,22)
#000000
(0,0,0)

Tints of #E1A9CA

#E1A9CA
(225,169,202)
#E3B0CE
(227,176,206)
#E5B7D2
(229,183,210)
#E7BED6
(231,190,214)
#E9C5DA
(233,197,218)
#EBCCDE
(235,204,222)
#EDD3E2
(237,211,226)
#EFDAE6
(239,218,230)
#F1E1EA
(241,225,234)
#F3E8EE
(243,232,238)
#F5EFF2
(245,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1A9CA; }

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

This text font color is #E1A9CA.

Background Color

.myBgColor { background-color: #E1A9CA; }

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

This div background color is #E1A9CA.

Border color

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

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

This div border color is #E1A9CA.

Opacity

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

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

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

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

This text has shadow with #E1A9CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1A9CA.

Preview

Color preview on black background

This text has color #E1A9CA on black background.


Color preview on white background

This text has color #E1A9CA on white background.


Black color preview on #E1A9CA background

This text has black color on #E1A9CA background.


White color preview on #E1A9CA background

This text has white color on #E1A9CA background.


Related colors

Complementary color

Complementary color for #hex is #1E5635.


I love getcolorcode.com

Triadic colors

1 #CAE1A9 and #A9CAE1 with #E1A9CA are triadic colors.

2 #CAA9E1 and #A9E1CA with #E1A9CA are triadic colors.