Shades of Plum #E9ABF1
Tints of Plum #E9ABF1
RGB
CMYK
RGB Variations
Color information
#E9ABF1 (or 0xE9ABF1) is known color: Plum. HEX triplet: E9, AB and F1. RGB value is (233,171,241). Sum of RGB (Red+Green+Blue) = 233+171+241=645 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.12% from 645); Green value is 171 (67.19% from 255 or 26.51% from 645); Blue value is 241 (94.53% from 255 or 37.36% from 645); Max value from RGB is 241 - color contains mainly: blue. Hex color #E9ABF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9ABF1 is #16540E. Grayscale: #C5C5C5. Windows color (decimal): -1463311 or 15838185. OLE color: 15838185.
HSL color Cylindrical-coordinate representation of color #E9ABF1: hue angle of 293.14º 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 #E9ABF1 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 171 | 241 | - |
| CMYK | 0.03 | 0.29 | 0 | 0.05 |
| HSL | 293.14º | 0.71% | 0.81% | - |
| HSV(B) | 293.14º | 0.29% | 0.95% | - |
| XYZ | 64.04 | 52.8 | 90.04 | - |
| YUV | 197.52 | 152.54 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 171 | 241 | 0.03 | 0.29 | 0 | 0.05 | 293.14 | 0.71 | 0.81 |
| Hex | E9 | AB | F1 | 3 | 1D | 0 | 5 | 125 | 47 | 51 |
| Octal | 351 | 253 | 361 | 3 | 35 | 0 | 5 | 445 | 107 | 121 |
| Binary | 11101001 | 10101011 | 11110001 | 11 | 11101 | 0 | 101 | 100100101 | 1000111 | 1010001 |
Color Harmonies of #E9ABF1
Complementary color
Monochromatic Colors of #E9ABF1
Black with #E9ABF1
Text Example
Text Example
White with #E9ABF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9ABF1; }
p { color: rgb(233,171,241); }
H1.HeaderClassName
{
color: #E9ABF1;
}
.AnyTagClassName
{
color: #E9ABF1;
}
</style>
background-color css
<style>
a { background-color: #E9ABF1; }
a { background-color: rgb(233,171,241); }
div.DivClassName
{
background-color: #E9ABF1;
}
.BgClassName
{
background-color: #E9ABF1;
}
</style>
border-color css
<style>
span { border-color: #E9ABF1; }
span { border-color: rgb(233,171,241); }
td.TdClassName
{
border-color: #E9ABF1;
}
.TagClassName
{
border-color: #E9ABF1;
}
</style>