Shades of Plum #E8ABF1
Tints of Plum #E8ABF1
RGB
CMYK
RGB Variations
Color information
#E8ABF1 (or 0xE8ABF1) is known color: Plum. HEX triplet: E8, AB and F1. RGB value is (232,171,241). Sum of RGB (Red+Green+Blue) = 232+171+241=644 (85% of max value = 765). Red value is 232 (91.02% from 255 or 36.02% from 644); Green value is 171 (67.19% from 255 or 26.55% from 644); Blue value is 241 (94.53% from 255 or 37.42% from 644); Max value from RGB is 241 - color contains mainly: blue. Hex color #E8ABF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8ABF1 is #17540E. Grayscale: #C5C5C5. Windows color (decimal): -1528847 or 15838184. OLE color: 15838184.
HSL color Cylindrical-coordinate representation of color #E8ABF1: hue angle of 292.29º degrees, saturation: 0.71, 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 #E8ABF1 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 171 | 241 | - |
| CMYK | 0.04 | 0.29 | 0 | 0.05 |
| HSL | 292.29º | 0.71% | 0.81% | - |
| HSV(B) | 292.29º | 0.29% | 0.95% | - |
| XYZ | 63.72 | 52.63 | 90.02 | - |
| YUV | 197.22 | 152.71 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 171 | 241 | 0.04 | 0.29 | 0 | 0.05 | 292.29 | 0.71 | 0.81 |
| Hex | E8 | AB | F1 | 4 | 1D | 0 | 5 | 124 | 47 | 51 |
| Octal | 350 | 253 | 361 | 4 | 35 | 0 | 5 | 444 | 107 | 121 |
| Binary | 11101000 | 10101011 | 11110001 | 100 | 11101 | 0 | 101 | 100100100 | 1000111 | 1010001 |
Color Harmonies of #E8ABF1
Complementary color
Monochromatic Colors of #E8ABF1
Black with #E8ABF1
Text Example
Text Example
White with #E8ABF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8ABF1; }
p { color: rgb(232,171,241); }
H1.HeaderClassName
{
color: #E8ABF1;
}
.AnyTagClassName
{
color: #E8ABF1;
}
</style>
background-color css
<style>
a { background-color: #E8ABF1; }
a { background-color: rgb(232,171,241); }
div.DivClassName
{
background-color: #E8ABF1;
}
.BgClassName
{
background-color: #E8ABF1;
}
</style>
border-color css
<style>
span { border-color: #E8ABF1; }
span { border-color: rgb(232,171,241); }
td.TdClassName
{
border-color: #E8ABF1;
}
.TagClassName
{
border-color: #E8ABF1;
}
</style>