Shades of Plum #E898DF
Tints of Plum #E898DF
RGB
CMYK
RGB Variations
Color information
#E898DF (or 0xE898DF) is known color: Plum. HEX triplet: E8, 98 and DF. RGB value is (232,152,223). Sum of RGB (Red+Green+Blue) = 232+152+223=607 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.22% from 607); Green value is 152 (59.77% from 255 or 25.04% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 232 - color contains mainly: red. Hex color #E898DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E898DF is #176720. Grayscale: #B7B7B7. Windows color (decimal): -1533729 or 14653672. OLE color: 14653672.
HSL color Cylindrical-coordinate representation of color #E898DF: hue angle of 306.75º 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 #E898DF is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 152 | 223 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.09 |
| HSL | 306.75º | 0.63% | 0.75% | - |
| HSV(B) | 306.75º | 0.34% | 0.91% | - |
| XYZ | 57.83 | 44.94 | 75.44 | - |
| YUV | 184.01 | 150 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 152 | 223 | 0 | 0.34 | 0.04 | 0.09 | 306.75 | 0.63 | 0.75 |
| Hex | E8 | 98 | DF | 0 | 22 | 4 | 9 | 133 | 3F | 4B |
| Octal | 350 | 230 | 337 | 0 | 42 | 4 | 11 | 463 | 77 | 113 |
| Binary | 11101000 | 10011000 | 11011111 | 0 | 100010 | 100 | 1001 | 100110011 | 111111 | 1001011 |
Color Harmonies of #E898DF
Complementary color
Monochromatic Colors of #E898DF
Black with #E898DF
Text Example
Text Example
White with #E898DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E898DF; }
p { color: rgb(232,152,223); }
H1.HeaderClassName
{
color: #E898DF;
}
.AnyTagClassName
{
color: #E898DF;
}
</style>
background-color css
<style>
a { background-color: #E898DF; }
a { background-color: rgb(232,152,223); }
div.DivClassName
{
background-color: #E898DF;
}
.BgClassName
{
background-color: #E898DF;
}
</style>
border-color css
<style>
span { border-color: #E898DF; }
span { border-color: rgb(232,152,223); }
td.TdClassName
{
border-color: #E898DF;
}
.TagClassName
{
border-color: #E898DF;
}
</style>