Shades of Plum #E898DE
Tints of Plum #E898DE
RGB
CMYK
RGB Variations
Color information
#E898DE (or 0xE898DE) is known color: Plum. HEX triplet: E8, 98 and DE. RGB value is (232,152,222). Sum of RGB (Red+Green+Blue) = 232+152+222=606 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.28% from 606); Green value is 152 (59.77% from 255 or 25.08% from 606); Blue value is 222 (87.11% from 255 or 36.63% from 606); Max value from RGB is 232 - color contains mainly: red. Hex color #E898DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E898DE is #176721. Grayscale: #B7B7B7. Windows color (decimal): -1533730 or 14588136. OLE color: 14588136.
HSL color Cylindrical-coordinate representation of color #E898DE: hue angle of 307.5º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E898DE is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 152 | 222 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.09 |
| HSL | 307.5º | 0.63% | 0.75% | - |
| HSV(B) | 307.5º | 0.34% | 0.91% | - |
| XYZ | 57.69 | 44.89 | 74.73 | - |
| YUV | 183.9 | 149.5 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 152 | 222 | 0 | 0.34 | 0.04 | 0.09 | 307.5 | 0.63 | 0.75 |
| Hex | E8 | 98 | DE | 0 | 22 | 4 | 9 | 134 | 3F | 4B |
| Octal | 350 | 230 | 336 | 0 | 42 | 4 | 11 | 464 | 77 | 113 |
| Binary | 11101000 | 10011000 | 11011110 | 0 | 100010 | 100 | 1001 | 100110100 | 111111 | 1001011 |
Color Harmonies of #E898DE
Complementary color
Monochromatic Colors of #E898DE
Black with #E898DE
Text Example
Text Example
White with #E898DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E898DE; }
p { color: rgb(232,152,222); }
H1.HeaderClassName
{
color: #E898DE;
}
.AnyTagClassName
{
color: #E898DE;
}
</style>
background-color css
<style>
a { background-color: #E898DE; }
a { background-color: rgb(232,152,222); }
div.DivClassName
{
background-color: #E898DE;
}
.BgClassName
{
background-color: #E898DE;
}
</style>
border-color css
<style>
span { border-color: #E898DE; }
span { border-color: rgb(232,152,222); }
td.TdClassName
{
border-color: #E898DE;
}
.TagClassName
{
border-color: #E898DE;
}
</style>