Shades of Plum #E9ABEF
Tints of Plum #E9ABEF
RGB
CMYK
RGB Variations
Color information
#E9ABEF (or 0xE9ABEF) is known color: Plum. HEX triplet: E9, AB and EF. RGB value is (233,171,239). Sum of RGB (Red+Green+Blue) = 233+171+239=643 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.24% from 643); Green value is 171 (67.19% from 255 or 26.59% from 643); Blue value is 239 (93.75% from 255 or 37.17% from 643); Max value from RGB is 239 - color contains mainly: blue. Hex color #E9ABEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9ABEF is #165410. Grayscale: #C5C5C5. Windows color (decimal): -1463313 or 15707113. OLE color: 15707113.
HSL color Cylindrical-coordinate representation of color #E9ABEF: hue angle of 294.71º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E9ABEF is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 233 | 171 | 239 | - |
| CMYK | 0.03 | 0.28 | 0 | 0.06 |
| HSL | 294.71º | 0.68% | 0.8% | - |
| HSV(B) | 294.71º | 0.28% | 0.94% | - |
| XYZ | 63.75 | 52.68 | 88.47 | - |
| YUV | 197.29 | 151.54 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 171 | 239 | 0.03 | 0.28 | 0 | 0.06 | 294.71 | 0.68 | 0.8 |
| Hex | E9 | AB | EF | 3 | 1C | 0 | 6 | 127 | 44 | 50 |
| Octal | 351 | 253 | 357 | 3 | 34 | 0 | 6 | 447 | 104 | 120 |
| Binary | 11101001 | 10101011 | 11101111 | 11 | 11100 | 0 | 110 | 100100111 | 1000100 | 1010000 |
Color Harmonies of #E9ABEF
Complementary color
Monochromatic Colors of #E9ABEF
Black with #E9ABEF
Text Example
Text Example
White with #E9ABEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9ABEF; }
p { color: rgb(233,171,239); }
H1.HeaderClassName
{
color: #E9ABEF;
}
.AnyTagClassName
{
color: #E9ABEF;
}
</style>
background-color css
<style>
a { background-color: #E9ABEF; }
a { background-color: rgb(233,171,239); }
div.DivClassName
{
background-color: #E9ABEF;
}
.BgClassName
{
background-color: #E9ABEF;
}
</style>
border-color css
<style>
span { border-color: #E9ABEF; }
span { border-color: rgb(233,171,239); }
td.TdClassName
{
border-color: #E9ABEF;
}
.TagClassName
{
border-color: #E9ABEF;
}
</style>