Shades of Plum #E89FEE
Tints of Plum #E89FEE
RGB
CMYK
RGB Variations
Color information
#E89FEE (or 0xE89FEE) is known color: Plum. HEX triplet: E8, 9F and EE. RGB value is (232,159,238). Sum of RGB (Red+Green+Blue) = 232+159+238=629 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.88% from 629); Green value is 159 (62.5% from 255 or 25.28% from 629); Blue value is 238 (93.36% from 255 or 37.84% from 629); Max value from RGB is 238 - color contains mainly: blue. Hex color #E89FEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E89FEE is #176011. Grayscale: #BDBDBD. Windows color (decimal): -1531922 or 15638504. OLE color: 15638504.
HSL color Cylindrical-coordinate representation of color #E89FEE: hue angle of 295.44º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E89FEE is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 159 | 238 | - |
| CMYK | 0.03 | 0.33 | 0 | 0.07 |
| HSL | 295.44º | 0.7% | 0.78% | - |
| HSV(B) | 295.44º | 0.33% | 0.93% | - |
| XYZ | 61.11 | 48.13 | 86.96 | - |
| YUV | 189.83 | 155.18 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 159 | 238 | 0.03 | 0.33 | 0 | 0.07 | 295.44 | 0.7 | 0.78 |
| Hex | E8 | 9F | EE | 3 | 21 | 0 | 7 | 127 | 46 | 4E |
| Octal | 350 | 237 | 356 | 3 | 41 | 0 | 7 | 447 | 106 | 116 |
| Binary | 11101000 | 10011111 | 11101110 | 11 | 100001 | 0 | 111 | 100100111 | 1000110 | 1001110 |
Color Harmonies of #E89FEE
Complementary color
Monochromatic Colors of #E89FEE
Black with #E89FEE
Text Example
Text Example
White with #E89FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89FEE; }
p { color: rgb(232,159,238); }
H1.HeaderClassName
{
color: #E89FEE;
}
.AnyTagClassName
{
color: #E89FEE;
}
</style>
background-color css
<style>
a { background-color: #E89FEE; }
a { background-color: rgb(232,159,238); }
div.DivClassName
{
background-color: #E89FEE;
}
.BgClassName
{
background-color: #E89FEE;
}
</style>
border-color css
<style>
span { border-color: #E89FEE; }
span { border-color: rgb(232,159,238); }
td.TdClassName
{
border-color: #E89FEE;
}
.TagClassName
{
border-color: #E89FEE;
}
</style>