Shades of Plum #E898D9
Tints of Plum #E898D9
RGB
CMYK
RGB Variations
Color information
#E898D9 (or 0xE898D9) is known color: Plum. HEX triplet: E8, 98 and D9. RGB value is (232,152,217). Sum of RGB (Red+Green+Blue) = 232+152+217=601 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.60% from 601); Green value is 152 (59.77% from 255 or 25.29% from 601); Blue value is 217 (85.16% from 255 or 36.11% from 601); Max value from RGB is 232 - color contains mainly: red. Hex color #E898D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E898D9 is #176726. Grayscale: #B7B7B7. Windows color (decimal): -1533735 or 14260456. OLE color: 14260456.
HSL color Cylindrical-coordinate representation of color #E898D9: hue angle of 311.25º 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 #E898D9 is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 152 | 217 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.09 |
| HSL | 311.25º | 0.63% | 0.75% | - |
| HSV(B) | 311.25º | 0.34% | 0.91% | - |
| XYZ | 57.03 | 44.62 | 71.25 | - |
| YUV | 183.33 | 147 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 152 | 217 | 0 | 0.34 | 0.06 | 0.09 | 311.25 | 0.63 | 0.75 |
| Hex | E8 | 98 | D9 | 0 | 22 | 6 | 9 | 137 | 3F | 4B |
| Octal | 350 | 230 | 331 | 0 | 42 | 6 | 11 | 467 | 77 | 113 |
| Binary | 11101000 | 10011000 | 11011001 | 0 | 100010 | 110 | 1001 | 100110111 | 111111 | 1001011 |
Color Harmonies of #E898D9
Complementary color
Monochromatic Colors of #E898D9
Black with #E898D9
Text Example
Text Example
White with #E898D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E898D9; }
p { color: rgb(232,152,217); }
H1.HeaderClassName
{
color: #E898D9;
}
.AnyTagClassName
{
color: #E898D9;
}
</style>
background-color css
<style>
a { background-color: #E898D9; }
a { background-color: rgb(232,152,217); }
div.DivClassName
{
background-color: #E898D9;
}
.BgClassName
{
background-color: #E898D9;
}
</style>
border-color css
<style>
span { border-color: #E898D9; }
span { border-color: rgb(232,152,217); }
td.TdClassName
{
border-color: #E898D9;
}
.TagClassName
{
border-color: #E898D9;
}
</style>