Shades of Plum #E89AF0
Tints of Plum #E89AF0
RGB
CMYK
RGB Variations
Color information
#E89AF0 (or 0xE89AF0) is known color: Plum. HEX triplet: E8, 9A and F0. RGB value is (232,154,240). Sum of RGB (Red+Green+Blue) = 232+154+240=626 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.06% from 626); Green value is 154 (60.55% from 255 or 24.60% from 626); Blue value is 240 (94.14% from 255 or 38.34% from 626); Max value from RGB is 240 - color contains mainly: blue. Hex color #E89AF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E89AF0 is #17650F. Grayscale: #BABABA. Windows color (decimal): -1533200 or 15768296. OLE color: 15768296.
HSL color Cylindrical-coordinate representation of color #E89AF0: hue angle of 294.42º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E89AF0 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 232 | 154 | 240 | - |
| CMYK | 0.03 | 0.36 | 0 | 0.06 |
| HSL | 294.42º | 0.74% | 0.77% | - |
| HSV(B) | 294.42º | 0.36% | 0.94% | - |
| XYZ | 60.56 | 46.56 | 88.23 | - |
| YUV | 187.13 | 157.84 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 154 | 240 | 0.03 | 0.36 | 0 | 0.06 | 294.42 | 0.74 | 0.77 |
| Hex | E8 | 9A | F0 | 3 | 24 | 0 | 6 | 126 | 4A | 4D |
| Octal | 350 | 232 | 360 | 3 | 44 | 0 | 6 | 446 | 112 | 115 |
| Binary | 11101000 | 10011010 | 11110000 | 11 | 100100 | 0 | 110 | 100100110 | 1001010 | 1001101 |
Color Harmonies of #E89AF0
Complementary color
Monochromatic Colors of #E89AF0
Black with #E89AF0
Text Example
Text Example
White with #E89AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89AF0; }
p { color: rgb(232,154,240); }
H1.HeaderClassName
{
color: #E89AF0;
}
.AnyTagClassName
{
color: #E89AF0;
}
</style>
background-color css
<style>
a { background-color: #E89AF0; }
a { background-color: rgb(232,154,240); }
div.DivClassName
{
background-color: #E89AF0;
}
.BgClassName
{
background-color: #E89AF0;
}
</style>
border-color css
<style>
span { border-color: #E89AF0; }
span { border-color: rgb(232,154,240); }
td.TdClassName
{
border-color: #E89AF0;
}
.TagClassName
{
border-color: #E89AF0;
}
</style>