Shades of Plum #E5AAED
Tints of Plum #E5AAED
RGB
CMYK
RGB Variations
Color information
#E5AAED (or 0xE5AAED) is known color: Plum. HEX triplet: E5, AA and ED. RGB value is (229,170,237). Sum of RGB (Red+Green+Blue) = 229+170+237=636 (84% of max value = 765). Red value is 229 (89.84% from 255 or 36.01% from 636); Green value is 170 (66.80% from 255 or 26.73% from 636); Blue value is 237 (92.97% from 255 or 37.26% from 636); Max value from RGB is 237 - color contains mainly: blue. Hex color #E5AAED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5AAED is #1A5512. Grayscale: #C3C3C3. Windows color (decimal): -1725715 or 15575781. OLE color: 15575781.
HSL color Cylindrical-coordinate representation of color #E5AAED: hue angle of 292.84º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E5AAED is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 170 | 237 | - |
| CMYK | 0.03 | 0.28 | 0 | 0.07 |
| HSL | 292.84º | 0.65% | 0.8% | - |
| HSV(B) | 292.84º | 0.28% | 0.93% | - |
| XYZ | 61.97 | 51.52 | 86.8 | - |
| YUV | 195.28 | 151.55 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 170 | 237 | 0.03 | 0.28 | 0 | 0.07 | 292.84 | 0.65 | 0.8 |
| Hex | E5 | AA | ED | 3 | 1C | 0 | 7 | 125 | 41 | 50 |
| Octal | 345 | 252 | 355 | 3 | 34 | 0 | 7 | 445 | 101 | 120 |
| Binary | 11100101 | 10101010 | 11101101 | 11 | 11100 | 0 | 111 | 100100101 | 1000001 | 1010000 |
Color Harmonies of #E5AAED
Complementary color
Monochromatic Colors of #E5AAED
Black with #E5AAED
Text Example
Text Example
White with #E5AAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AAED; }
p { color: rgb(229,170,237); }
H1.HeaderClassName
{
color: #E5AAED;
}
.AnyTagClassName
{
color: #E5AAED;
}
</style>
background-color css
<style>
a { background-color: #E5AAED; }
a { background-color: rgb(229,170,237); }
div.DivClassName
{
background-color: #E5AAED;
}
.BgClassName
{
background-color: #E5AAED;
}
</style>
border-color css
<style>
span { border-color: #E5AAED; }
span { border-color: rgb(229,170,237); }
td.TdClassName
{
border-color: #E5AAED;
}
.TagClassName
{
border-color: #E5AAED;
}
</style>