Shades of Plum #E89FF0
Tints of Plum #E89FF0
RGB
CMYK
RGB Variations
Color information
#E89FF0 (or 0xE89FF0) is known color: Plum. HEX triplet: E8, 9F and F0. RGB value is (232,159,240). Sum of RGB (Red+Green+Blue) = 232+159+240=631 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.77% from 631); Green value is 159 (62.5% from 255 or 25.20% from 631); Blue value is 240 (94.14% from 255 or 38.03% from 631); Max value from RGB is 240 - color contains mainly: blue. Hex color #E89FF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E89FF0 is #17600F. Grayscale: #BDBDBD. Windows color (decimal): -1531920 or 15769576. OLE color: 15769576.
HSL color Cylindrical-coordinate representation of color #E89FF0: hue angle of 294.07º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E89FF0 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 232 | 159 | 240 | - |
| CMYK | 0.03 | 0.34 | 0 | 0.06 |
| HSL | 294.07º | 0.73% | 0.78% | - |
| HSV(B) | 294.07º | 0.34% | 0.94% | - |
| XYZ | 61.41 | 48.24 | 88.51 | - |
| YUV | 190.06 | 156.18 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 159 | 240 | 0.03 | 0.34 | 0 | 0.06 | 294.07 | 0.73 | 0.78 |
| Hex | E8 | 9F | F0 | 3 | 22 | 0 | 6 | 126 | 49 | 4E |
| Octal | 350 | 237 | 360 | 3 | 42 | 0 | 6 | 446 | 111 | 116 |
| Binary | 11101000 | 10011111 | 11110000 | 11 | 100010 | 0 | 110 | 100100110 | 1001001 | 1001110 |
Color Harmonies of #E89FF0
Complementary color
Monochromatic Colors of #E89FF0
Black with #E89FF0
Text Example
Text Example
White with #E89FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89FF0; }
p { color: rgb(232,159,240); }
H1.HeaderClassName
{
color: #E89FF0;
}
.AnyTagClassName
{
color: #E89FF0;
}
</style>
background-color css
<style>
a { background-color: #E89FF0; }
a { background-color: rgb(232,159,240); }
div.DivClassName
{
background-color: #E89FF0;
}
.BgClassName
{
background-color: #E89FF0;
}
</style>
border-color css
<style>
span { border-color: #E89FF0; }
span { border-color: rgb(232,159,240); }
td.TdClassName
{
border-color: #E89FF0;
}
.TagClassName
{
border-color: #E89FF0;
}
</style>