Shades of Plum #E9ABE6
Tints of Plum #E9ABE6
RGB
CMYK
RGB Variations
Color information
#E9ABE6 (or 0xE9ABE6) is known color: Plum. HEX triplet: E9, AB and E6. RGB value is (233,171,230). Sum of RGB (Red+Green+Blue) = 233+171+230=634 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.75% from 634); Green value is 171 (67.19% from 255 or 26.97% from 634); Blue value is 230 (90.23% from 255 or 36.28% from 634); Max value from RGB is 233 - color contains mainly: red. Hex color #E9ABE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9ABE6 is #165419. Grayscale: #C4C4C4. Windows color (decimal): -1463322 or 15117289. OLE color: 15117289.
HSL color Cylindrical-coordinate representation of color #E9ABE6: hue angle of 302.9º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E9ABE6 is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 171 | 230 | - |
| CMYK | 0 | 0.27 | 0.01 | 0.09 |
| HSL | 302.9º | 0.58% | 0.79% | - |
| HSV(B) | 302.9º | 0.27% | 0.91% | - |
| XYZ | 62.45 | 52.16 | 81.64 | - |
| YUV | 196.26 | 147.04 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 171 | 230 | 0 | 0.27 | 0.01 | 0.09 | 302.9 | 0.58 | 0.79 |
| Hex | E9 | AB | E6 | 0 | 1B | 1 | 9 | 12F | 3A | 4F |
| Octal | 351 | 253 | 346 | 0 | 33 | 1 | 11 | 457 | 72 | 117 |
| Binary | 11101001 | 10101011 | 11100110 | 0 | 11011 | 1 | 1001 | 100101111 | 111010 | 1001111 |
Color Harmonies of #E9ABE6
Complementary color
Monochromatic Colors of #E9ABE6
Black with #E9ABE6
Text Example
Text Example
White with #E9ABE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9ABE6; }
p { color: rgb(233,171,230); }
H1.HeaderClassName
{
color: #E9ABE6;
}
.AnyTagClassName
{
color: #E9ABE6;
}
</style>
background-color css
<style>
a { background-color: #E9ABE6; }
a { background-color: rgb(233,171,230); }
div.DivClassName
{
background-color: #E9ABE6;
}
.BgClassName
{
background-color: #E9ABE6;
}
</style>
border-color css
<style>
span { border-color: #E9ABE6; }
span { border-color: rgb(233,171,230); }
td.TdClassName
{
border-color: #E9ABE6;
}
.TagClassName
{
border-color: #E9ABE6;
}
</style>