Shades of Plum #E898EF
Tints of Plum #E898EF
RGB
CMYK
RGB Variations
Color information
#E898EF (or 0xE898EF) is known color: Plum. HEX triplet: E8, 98 and EF. RGB value is (232,152,239). Sum of RGB (Red+Green+Blue) = 232+152+239=623 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.24% from 623); Green value is 152 (59.77% from 255 or 24.40% from 623); Blue value is 239 (93.75% from 255 or 38.36% from 623); Max value from RGB is 239 - color contains mainly: blue. Hex color #E898EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E898EF is #176710. Grayscale: #B9B9B9. Windows color (decimal): -1533713 or 15702248. OLE color: 15702248.
HSL color Cylindrical-coordinate representation of color #E898EF: hue angle of 295.17º degrees, saturation: 0.73, 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 #E898EF is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 232 | 152 | 239 | - |
| CMYK | 0.03 | 0.36 | 0 | 0.06 |
| HSL | 295.17º | 0.73% | 0.77% | - |
| HSV(B) | 295.17º | 0.36% | 0.94% | - |
| XYZ | 60.09 | 45.84 | 87.34 | - |
| YUV | 185.84 | 158 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 152 | 239 | 0.03 | 0.36 | 0 | 0.06 | 295.17 | 0.73 | 0.77 |
| Hex | E8 | 98 | EF | 3 | 24 | 0 | 6 | 127 | 49 | 4D |
| Octal | 350 | 230 | 357 | 3 | 44 | 0 | 6 | 447 | 111 | 115 |
| Binary | 11101000 | 10011000 | 11101111 | 11 | 100100 | 0 | 110 | 100100111 | 1001001 | 1001101 |
Color Harmonies of #E898EF
Complementary color
Monochromatic Colors of #E898EF
Black with #E898EF
Text Example
Text Example
White with #E898EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E898EF; }
p { color: rgb(232,152,239); }
H1.HeaderClassName
{
color: #E898EF;
}
.AnyTagClassName
{
color: #E898EF;
}
</style>
background-color css
<style>
a { background-color: #E898EF; }
a { background-color: rgb(232,152,239); }
div.DivClassName
{
background-color: #E898EF;
}
.BgClassName
{
background-color: #E898EF;
}
</style>
border-color css
<style>
span { border-color: #E898EF; }
span { border-color: rgb(232,152,239); }
td.TdClassName
{
border-color: #E898EF;
}
.TagClassName
{
border-color: #E898EF;
}
</style>