Shades of Plum #E1AAE0
Tints of Plum #E1AAE0
RGB
CMYK
RGB Variations
Color information
#E1AAE0 (or 0xE1AAE0) is known color: Plum. HEX triplet: E1, AA and E0. RGB value is (225,170,224). Sum of RGB (Red+Green+Blue) = 225+170+224=619 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.35% from 619); Green value is 170 (66.80% from 255 or 27.46% from 619); Blue value is 224 (87.89% from 255 or 36.19% from 619); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AAE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1AAE0 is #1E551F. Grayscale: #C0C0C0. Windows color (decimal): -1987872 or 14723809. OLE color: 14723809.
HSL color Cylindrical-coordinate representation of color #E1AAE0: hue angle of 301.09º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1AAE0 is Cyan = 0, Magento = 0.24, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 170 | 224 | - |
| CMYK | 0 | 0.24 | 0.00 | 0.12 |
| HSL | 301.09º | 0.48% | 0.77% | - |
| HSV(B) | 301.09º | 0.24% | 0.88% | - |
| XYZ | 58.88 | 50.14 | 77.1 | - |
| YUV | 192.6 | 145.72 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 170 | 224 | 0 | 0.24 | 0.00 | 0.12 | 301.09 | 0.48 | 0.77 |
| Hex | E1 | AA | E0 | 0 | 18 | 0 | C | 12D | 30 | 4D |
| Octal | 341 | 252 | 340 | 0 | 30 | 0 | 14 | 455 | 60 | 115 |
| Binary | 11100001 | 10101010 | 11100000 | 0 | 11000 | 0 | 1100 | 100101101 | 110000 | 1001101 |
Color Harmonies of #E1AAE0
Complementary color
Monochromatic Colors of #E1AAE0
Black with #E1AAE0
Text Example
Text Example
White with #E1AAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AAE0; }
p { color: rgb(225,170,224); }
H1.HeaderClassName
{
color: #E1AAE0;
}
.AnyTagClassName
{
color: #E1AAE0;
}
</style>
background-color css
<style>
a { background-color: #E1AAE0; }
a { background-color: rgb(225,170,224); }
div.DivClassName
{
background-color: #E1AAE0;
}
.BgClassName
{
background-color: #E1AAE0;
}
</style>
border-color css
<style>
span { border-color: #E1AAE0; }
span { border-color: rgb(225,170,224); }
td.TdClassName
{
border-color: #E1AAE0;
}
.TagClassName
{
border-color: #E1AAE0;
}
</style>