Shades of Plum #E8AAF1
Tints of Plum #E8AAF1
RGB
CMYK
RGB Variations
Color information
#E8AAF1 (or 0xE8AAF1) is known color: Plum. HEX triplet: E8, AA and F1. RGB value is (232,170,241). Sum of RGB (Red+Green+Blue) = 232+170+241=643 (85% of max value = 765). Red value is 232 (91.02% from 255 or 36.08% from 643); Green value is 170 (66.80% from 255 or 26.44% from 643); Blue value is 241 (94.53% from 255 or 37.48% from 643); Max value from RGB is 241 - color contains mainly: blue. Hex color #E8AAF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8AAF1 is #17550E. Grayscale: #C4C4C4. Windows color (decimal): -1529103 or 15837928. OLE color: 15837928.
HSL color Cylindrical-coordinate representation of color #E8AAF1: hue angle of 292.39º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E8AAF1 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 170 | 241 | - |
| CMYK | 0.04 | 0.29 | 0 | 0.05 |
| HSL | 292.39º | 0.72% | 0.81% | - |
| HSV(B) | 292.39º | 0.29% | 0.95% | - |
| XYZ | 63.53 | 52.26 | 89.96 | - |
| YUV | 196.63 | 153.04 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 170 | 241 | 0.04 | 0.29 | 0 | 0.05 | 292.39 | 0.72 | 0.81 |
| Hex | E8 | AA | F1 | 4 | 1D | 0 | 5 | 124 | 48 | 51 |
| Octal | 350 | 252 | 361 | 4 | 35 | 0 | 5 | 444 | 110 | 121 |
| Binary | 11101000 | 10101010 | 11110001 | 100 | 11101 | 0 | 101 | 100100100 | 1001000 | 1010001 |
Color Harmonies of #E8AAF1
Complementary color
Monochromatic Colors of #E8AAF1
Black with #E8AAF1
Text Example
Text Example
White with #E8AAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AAF1; }
p { color: rgb(232,170,241); }
H1.HeaderClassName
{
color: #E8AAF1;
}
.AnyTagClassName
{
color: #E8AAF1;
}
</style>
background-color css
<style>
a { background-color: #E8AAF1; }
a { background-color: rgb(232,170,241); }
div.DivClassName
{
background-color: #E8AAF1;
}
.BgClassName
{
background-color: #E8AAF1;
}
</style>
border-color css
<style>
span { border-color: #E8AAF1; }
span { border-color: rgb(232,170,241); }
td.TdClassName
{
border-color: #E8AAF1;
}
.TagClassName
{
border-color: #E8AAF1;
}
</style>