Shades of Plum #E89FE6
Tints of Plum #E89FE6
RGB
CMYK
RGB Variations
Color information
#E89FE6 (or 0xE89FE6) is known color: Plum. HEX triplet: E8, 9F and E6. RGB value is (232,159,230). Sum of RGB (Red+Green+Blue) = 232+159+230=621 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.36% from 621); Green value is 159 (62.5% from 255 or 25.60% from 621); Blue value is 230 (90.23% from 255 or 37.04% from 621); Max value from RGB is 232 - color contains mainly: red. Hex color #E89FE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E89FE6 is #176019. Grayscale: #BCBCBC. Windows color (decimal): -1531930 or 15114216. OLE color: 15114216.
HSL color Cylindrical-coordinate representation of color #E89FE6: hue angle of 301.64º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E89FE6 is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 159 | 230 | - |
| CMYK | 0 | 0.31 | 0.01 | 0.09 |
| HSL | 301.64º | 0.61% | 0.77% | - |
| HSV(B) | 301.64º | 0.31% | 0.91% | - |
| XYZ | 59.96 | 47.67 | 80.9 | - |
| YUV | 188.92 | 151.18 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 159 | 230 | 0 | 0.31 | 0.01 | 0.09 | 301.64 | 0.61 | 0.77 |
| Hex | E8 | 9F | E6 | 0 | 1F | 1 | 9 | 12E | 3D | 4D |
| Octal | 350 | 237 | 346 | 0 | 37 | 1 | 11 | 456 | 75 | 115 |
| Binary | 11101000 | 10011111 | 11100110 | 0 | 11111 | 1 | 1001 | 100101110 | 111101 | 1001101 |
Color Harmonies of #E89FE6
Complementary color
Monochromatic Colors of #E89FE6
Black with #E89FE6
Text Example
Text Example
White with #E89FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89FE6; }
p { color: rgb(232,159,230); }
H1.HeaderClassName
{
color: #E89FE6;
}
.AnyTagClassName
{
color: #E89FE6;
}
</style>
background-color css
<style>
a { background-color: #E89FE6; }
a { background-color: rgb(232,159,230); }
div.DivClassName
{
background-color: #E89FE6;
}
.BgClassName
{
background-color: #E89FE6;
}
</style>
border-color css
<style>
span { border-color: #E89FE6; }
span { border-color: rgb(232,159,230); }
td.TdClassName
{
border-color: #E89FE6;
}
.TagClassName
{
border-color: #E89FE6;
}
</style>