COLOR #E1AED1

HEX: #E1AED1
RGB: (225,174,209)

Color info

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

RGB color model

#E1AED1 color RGB value is (225,174,209).

  • red value is 225;
  • green value is 174;
  • blue value is 209.
RGB:
(225,174,209)
(88%,68%,82%)

RGB channels and saturation

R 225 of 255 = 88%
G 174 of 255 = 68%
B 209 of 255 = 82%

225
174
209

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

Portions of RGB colors in percentages

R + G + B =
225 + 174 + 209 = 608 (100%)
R 225 of 608 ~ 37.01%
G 174 of 608 ~ 28.62%
B 209 of 608 ~ 34.38%

%37.01
%28.62
%34.38

CMYK color model

#E1AED1 color CMYK value is (0,23,7,12).

  • cyan value is 0.00%
  • magenta value is 22.67%
  • yellow value is 7.11%
  • key color value is 11.76%
CMYK:
(0,23,7,12)
C0M23Y7K12 
(0%,23%,7%,12%)
(0.00/0.23/0.07/0.12)	

CMYK percentages

%0
%22.67
%7.11
%11.76

Codes

Color #E1AED1 in popluar color models

E1AED1
RGB225174209
HSL319°45.95%78.24%
HSB/HSV319°22.67%88.24%
CMYK0.00%22.67%7.11%
11.76%

Color #E1AED1 in popluar number systems.

HEXE1AED1
Decimal225174209
Binary111000011010111011010001
Octal341256321

Shades and tints

Shades of #E1AED1

#E1AED1
(225,174,209)
#CD9FBE
(205,159,190)
#B990AB
(185,144,171)
#A58198
(165,129,152)
#917285
(145,114,133)
#7D6372
(125,99,114)
#69545F
(105,84,95)
#55454C
(85,69,76)
#413639
(65,54,57)
#2D2726
(45,39,38)
#191813
(25,24,19)
#000000
(0,0,0)

Tints of #E1AED1

#E1AED1
(225,174,209)
#E3B5D5
(227,181,213)
#E5BCD9
(229,188,217)
#E7C3DD
(231,195,221)
#E9CAE1
(233,202,225)
#EBD1E5
(235,209,229)
#EDD8E9
(237,216,233)
#EFDFED
(239,223,237)
#F1E6F1
(241,230,241)
#F3EDF5
(243,237,245)
#F5F4F9
(245,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1AED1 color. Also use rgb(225,174,209) instead hex code.

Text Font Color

.myTextColor { color: #E1AED1; }

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

This text font color is #E1AED1.


Background Color

.myBgColor { background-color: #E1AED1; }

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

This div background color is #E1AED1.


Border color

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

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

This div border color is #E1AED1.


Opacity

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

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

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

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

This text has shadow with #E1AED1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1AED1 on black background.


Color preview on white background

This text has color #E1AED1 on white background.



Black color preview on #E1AED1 background

This text has black color on #E1AED1 background.


White color preview on #E1AED1 background

This text has white color on #E1AED1 background.