HEX: #E1AADB
RGB: (225,170,219)
#E1AADB contains red, green and blue colors in about the same proportion. Web safe color of #E1AADB is #CC99CC (or #C9C).
#E1AADB color RGB value is (225,170,219).
RGB: (225,170,219)
(88%, 67%, 86%)
R 225 of 255 = 88%
G 170 of 255 = 67%
B 219 of 255 = 86%
R + G + B ~ 80%. #E1AADB is quite light color.
R + G + B = 225 + 170 + 219 = 614 (100%)
R 225 of 614 ~ 36.64%
G 170 of 614 ~ 27.69%
B 219 of 614 ~ 35.67'%
#E1AADB color CMYK value is (0,24,3,12).
CMYK: (0,24,3,12)
C0M24Y3K12 (0%, 24%, 3%, 12%)
(0.00 / 0.24 / 0.03 / 0.12)
Color #E1AADB in popluar color models
E1 | AA | DB | |
---|---|---|---|
RGB | 225 | 170 | 219 |
HSL | 307° | 47.83% | 77.45% |
HSB/HSV | 307° | 24.44% | 88.24% |
CMYK | 0.00% | 24.44% | 2.67% |
11.76% |
Color #E1AADB in popluar number systems.
HEX | E1 | AA | DB |
Decimal | 225 | 170 | 219 |
Binary | 11100001 | 10101010 | 11011011 |
Octal | 341 | 252 | 333 |
Shades of #E1AADB
Tints of #E1AADB
Examples of css and html codes for elements with #E1AADB color. Also use rgb(225,170,219) instead hex code.
.myTextColor { color: #E1AADB; }
<p style="color:#E1AADB">This sample text font color is #E1AADB.</p>
This text font color is #E1AADB.
.myBgColor { background-color: #E1AADB; }
<div style="background-color:#E1AADB">Inner text</div>
This div background color is #E1AADB.
.myBorderColor { border: 1px solid #E1AADB; }
<div style="border:3px solid #E1AADB">Div</div>
This div border color is #E1AADB.
.myOpacity80 { color: #E1AADB; opacity: 0.8; }
<p style="color:#E1AADB;opacity:0.8;">80%</p>
Text with #E1AADB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E1AADB;}
<p style="text-shadow: 3px 3px 1px #E1AADB">Text here.</p>
This text has shadow with #E1AADB color.
.textShadow {text-shadow: 3px 3px 1px #E1AADB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E1AADB, 5px 5px 20px red">Text here.</p>
This text has shadow with #E1AADB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E1AADB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E1AADB, Direction=45, Strength=4)">Text</p>
This text has shadow with #E1AADB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E1AADB;
-webkit-box-shadow: 1px 1px 3px 2px #E1AADB;
box-shadow: 1px 1px 3px 2px #E1AADB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E1AADB; -webkit-box-shadow: 1px 1px 3px 2px #E1AADB; box-shadow:1px 1px 3px 2px #E1AADB;">
Div content here
</div>
This text has color #E1AADB on black background.
This text has color #E1AADB on white background.
This text has black color on #E1AADB background.
This text has white color on #E1AADB background.
Complementary color for #hex is #1E5524.