Shades of Plum #E89FF5
Tints of Plum #E89FF5
RGB
CMYK
RGB Variations
Color information
#E89FF5 (or 0xE89FF5) is known color: Plum. HEX triplet: E8, 9F and F5. RGB value is (232,159,245). Sum of RGB (Red+Green+Blue) = 232+159+245=636 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.48% from 636); Green value is 159 (62.5% from 255 or 25% from 636); Blue value is 245 (96.09% from 255 or 38.52% from 636); Max value from RGB is 245 - color contains mainly: blue. Hex color #E89FF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E89FF5 is #17600A. Grayscale: #BEBEBE. Windows color (decimal): -1531915 or 16097256. OLE color: 16097256.
HSL color Cylindrical-coordinate representation of color #E89FF5: hue angle of 290.93º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E89FF5 is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 232 | 159 | 245 | - |
| CMYK | 0.05 | 0.35 | 0 | 0.04 |
| HSL | 290.93º | 0.81% | 0.79% | - |
| HSV(B) | 290.93º | 0.35% | 0.96% | - |
| XYZ | 62.16 | 48.54 | 92.48 | - |
| YUV | 190.63 | 158.68 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 159 | 245 | 0.05 | 0.35 | 0 | 0.04 | 290.93 | 0.81 | 0.79 |
| Hex | E8 | 9F | F5 | 5 | 23 | 0 | 4 | 123 | 51 | 4F |
| Octal | 350 | 237 | 365 | 5 | 43 | 0 | 4 | 443 | 121 | 117 |
| Binary | 11101000 | 10011111 | 11110101 | 101 | 100011 | 0 | 100 | 100100011 | 1010001 | 1001111 |
Color Harmonies of #E89FF5
Complementary color
Monochromatic Colors of #E89FF5
Black with #E89FF5
Text Example
Text Example
White with #E89FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89FF5; }
p { color: rgb(232,159,245); }
H1.HeaderClassName
{
color: #E89FF5;
}
.AnyTagClassName
{
color: #E89FF5;
}
</style>
background-color css
<style>
a { background-color: #E89FF5; }
a { background-color: rgb(232,159,245); }
div.DivClassName
{
background-color: #E89FF5;
}
.BgClassName
{
background-color: #E89FF5;
}
</style>
border-color css
<style>
span { border-color: #E89FF5; }
span { border-color: rgb(232,159,245); }
td.TdClassName
{
border-color: #E89FF5;
}
.TagClassName
{
border-color: #E89FF5;
}
</style>