Shades of Plum #E898DC
Tints of Plum #E898DC
RGB
CMYK
RGB Variations
Color information
#E898DC (or 0xE898DC) is known color: Plum. HEX triplet: E8, 98 and DC. RGB value is (232,152,220). Sum of RGB (Red+Green+Blue) = 232+152+220=604 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.41% from 604); Green value is 152 (59.77% from 255 or 25.17% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 232 - color contains mainly: red. Hex color #E898DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E898DC is #176723. Grayscale: #B7B7B7. Windows color (decimal): -1533732 or 14457064. OLE color: 14457064.
HSL color Cylindrical-coordinate representation of color #E898DC: hue angle of 309º 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 #E898DC is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 152 | 220 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.09 |
| HSL | 309º | 0.63% | 0.75% | - |
| HSV(B) | 309º | 0.34% | 0.91% | - |
| XYZ | 57.43 | 44.78 | 73.33 | - |
| YUV | 183.67 | 148.5 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 152 | 220 | 0 | 0.34 | 0.05 | 0.09 | 309 | 0.63 | 0.75 |
| Hex | E8 | 98 | DC | 0 | 22 | 5 | 9 | 135 | 3F | 4B |
| Octal | 350 | 230 | 334 | 0 | 42 | 5 | 11 | 465 | 77 | 113 |
| Binary | 11101000 | 10011000 | 11011100 | 0 | 100010 | 101 | 1001 | 100110101 | 111111 | 1001011 |
Color Harmonies of #E898DC
Complementary color
Monochromatic Colors of #E898DC
Black with #E898DC
Text Example
Text Example
White with #E898DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E898DC; }
p { color: rgb(232,152,220); }
H1.HeaderClassName
{
color: #E898DC;
}
.AnyTagClassName
{
color: #E898DC;
}
</style>
background-color css
<style>
a { background-color: #E898DC; }
a { background-color: rgb(232,152,220); }
div.DivClassName
{
background-color: #E898DC;
}
.BgClassName
{
background-color: #E898DC;
}
</style>
border-color css
<style>
span { border-color: #E898DC; }
span { border-color: rgb(232,152,220); }
td.TdClassName
{
border-color: #E898DC;
}
.TagClassName
{
border-color: #E898DC;
}
</style>