Shades of Plum #E898D6
Tints of Plum #E898D6
RGB
CMYK
RGB Variations
Color information
#E898D6 (or 0xE898D6) is known color: Plum. HEX triplet: E8, 98 and D6. RGB value is (232,152,214). Sum of RGB (Red+Green+Blue) = 232+152+214=598 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.80% from 598); Green value is 152 (59.77% from 255 or 25.42% from 598); Blue value is 214 (83.98% from 255 or 35.79% from 598); Max value from RGB is 232 - color contains mainly: red. Hex color #E898D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E898D6 is #176729. Grayscale: #B6B6B6. Windows color (decimal): -1533738 or 14063848. OLE color: 14063848.
HSL color Cylindrical-coordinate representation of color #E898D6: hue angle of 313.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 #E898D6 is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 152 | 214 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.09 |
| HSL | 313.5º | 0.63% | 0.75% | - |
| HSV(B) | 313.5º | 0.34% | 0.91% | - |
| XYZ | 56.64 | 44.47 | 69.22 | - |
| YUV | 182.99 | 145.5 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 152 | 214 | 0 | 0.34 | 0.08 | 0.09 | 313.5 | 0.63 | 0.75 |
| Hex | E8 | 98 | D6 | 0 | 22 | 8 | 9 | 13A | 3F | 4B |
| Octal | 350 | 230 | 326 | 0 | 42 | 10 | 11 | 472 | 77 | 113 |
| Binary | 11101000 | 10011000 | 11010110 | 0 | 100010 | 1000 | 1001 | 100111010 | 111111 | 1001011 |
Color Harmonies of #E898D6
Complementary color
Monochromatic Colors of #E898D6
Black with #E898D6
Text Example
Text Example
White with #E898D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E898D6; }
p { color: rgb(232,152,214); }
H1.HeaderClassName
{
color: #E898D6;
}
.AnyTagClassName
{
color: #E898D6;
}
</style>
background-color css
<style>
a { background-color: #E898D6; }
a { background-color: rgb(232,152,214); }
div.DivClassName
{
background-color: #E898D6;
}
.BgClassName
{
background-color: #E898D6;
}
</style>
border-color css
<style>
span { border-color: #E898D6; }
span { border-color: rgb(232,152,214); }
td.TdClassName
{
border-color: #E898D6;
}
.TagClassName
{
border-color: #E898D6;
}
</style>