Shades of Plum #E8AAED
Tints of Plum #E8AAED
RGB
CMYK
RGB Variations
Color information
#E8AAED (or 0xE8AAED) is known color: Plum. HEX triplet: E8, AA and ED. RGB value is (232,170,237). Sum of RGB (Red+Green+Blue) = 232+170+237=639 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.31% from 639); Green value is 170 (66.80% from 255 or 26.60% from 639); Blue value is 237 (92.97% from 255 or 37.09% from 639); Max value from RGB is 237 - color contains mainly: blue. Hex color #E8AAED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8AAED is #175512. Grayscale: #C3C3C3. Windows color (decimal): -1529107 or 15575784. OLE color: 15575784.
HSL color Cylindrical-coordinate representation of color #E8AAED: hue angle of 295.52º 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 #E8AAED is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 170 | 237 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.07 |
| HSL | 295.52º | 0.65% | 0.8% | - |
| HSV(B) | 295.52º | 0.28% | 0.93% | - |
| XYZ | 62.94 | 52.02 | 86.84 | - |
| YUV | 196.18 | 151.04 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 170 | 237 | 0.02 | 0.28 | 0 | 0.07 | 295.52 | 0.65 | 0.8 |
| Hex | E8 | AA | ED | 2 | 1C | 0 | 7 | 128 | 41 | 50 |
| Octal | 350 | 252 | 355 | 2 | 34 | 0 | 7 | 450 | 101 | 120 |
| Binary | 11101000 | 10101010 | 11101101 | 10 | 11100 | 0 | 111 | 100101000 | 1000001 | 1010000 |
Color Harmonies of #E8AAED
Complementary color
Monochromatic Colors of #E8AAED
Black with #E8AAED
Text Example
Text Example
White with #E8AAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AAED; }
p { color: rgb(232,170,237); }
H1.HeaderClassName
{
color: #E8AAED;
}
.AnyTagClassName
{
color: #E8AAED;
}
</style>
background-color css
<style>
a { background-color: #E8AAED; }
a { background-color: rgb(232,170,237); }
div.DivClassName
{
background-color: #E8AAED;
}
.BgClassName
{
background-color: #E8AAED;
}
</style>
border-color css
<style>
span { border-color: #E8AAED; }
span { border-color: rgb(232,170,237); }
td.TdClassName
{
border-color: #E8AAED;
}
.TagClassName
{
border-color: #E8AAED;
}
</style>