Shades of Plum #E0AAE1
Tints of Plum #E0AAE1
RGB
CMYK
RGB Variations
Color information
#E0AAE1 (or 0xE0AAE1) is known color: Plum. HEX triplet: E0, AA and E1. RGB value is (224,170,225). Sum of RGB (Red+Green+Blue) = 224+170+225=619 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.19% from 619); Green value is 170 (66.80% from 255 or 27.46% from 619); Blue value is 225 (88.28% from 255 or 36.35% from 619); Max value from RGB is 225 - color contains mainly: blue. Hex color #E0AAE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0AAE1 is #1F551E. Grayscale: #C0C0C0. Windows color (decimal): -2053407 or 14789344. OLE color: 14789344.
HSL color Cylindrical-coordinate representation of color #E0AAE1: hue angle of 298.91º 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 #E0AAE1 is Cyan = 0.00, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 170 | 225 | - |
| CMYK | 0.00 | 0.24 | 0 | 0.12 |
| HSL | 298.91º | 0.48% | 0.77% | - |
| HSV(B) | 298.91º | 0.24% | 0.88% | - |
| XYZ | 58.71 | 50.03 | 77.8 | - |
| YUV | 192.42 | 146.39 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 170 | 225 | 0.00 | 0.24 | 0 | 0.12 | 298.91 | 0.48 | 0.77 |
| Hex | E0 | AA | E1 | 0 | 18 | 0 | C | 12B | 30 | 4D |
| Octal | 340 | 252 | 341 | 0 | 30 | 0 | 14 | 453 | 60 | 115 |
| Binary | 11100000 | 10101010 | 11100001 | 0 | 11000 | 0 | 1100 | 100101011 | 110000 | 1001101 |
Color Harmonies of #E0AAE1
Complementary color
Monochromatic Colors of #E0AAE1
Black with #E0AAE1
Text Example
Text Example
White with #E0AAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AAE1; }
p { color: rgb(224,170,225); }
H1.HeaderClassName
{
color: #E0AAE1;
}
.AnyTagClassName
{
color: #E0AAE1;
}
</style>
background-color css
<style>
a { background-color: #E0AAE1; }
a { background-color: rgb(224,170,225); }
div.DivClassName
{
background-color: #E0AAE1;
}
.BgClassName
{
background-color: #E0AAE1;
}
</style>
border-color css
<style>
span { border-color: #E0AAE1; }
span { border-color: rgb(224,170,225); }
td.TdClassName
{
border-color: #E0AAE1;
}
.TagClassName
{
border-color: #E0AAE1;
}
</style>