Shades of Plum #E898DB
Tints of Plum #E898DB
RGB
CMYK
RGB Variations
Color information
#E898DB (or 0xE898DB) is known color: Plum. HEX triplet: E8, 98 and DB. RGB value is (232,152,219). Sum of RGB (Red+Green+Blue) = 232+152+219=603 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.47% from 603); Green value is 152 (59.77% from 255 or 25.21% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 232 - color contains mainly: red. Hex color #E898DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E898DB is #176724. Grayscale: #B7B7B7. Windows color (decimal): -1533733 or 14391528. OLE color: 14391528.
HSL color Cylindrical-coordinate representation of color #E898DB: hue angle of 309.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 #E898DB is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 152 | 219 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.09 |
| HSL | 309.75º | 0.63% | 0.75% | - |
| HSV(B) | 309.75º | 0.34% | 0.91% | - |
| XYZ | 57.29 | 44.73 | 72.63 | - |
| YUV | 183.56 | 148 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 152 | 219 | 0 | 0.34 | 0.06 | 0.09 | 309.75 | 0.63 | 0.75 |
| Hex | E8 | 98 | DB | 0 | 22 | 6 | 9 | 136 | 3F | 4B |
| Octal | 350 | 230 | 333 | 0 | 42 | 6 | 11 | 466 | 77 | 113 |
| Binary | 11101000 | 10011000 | 11011011 | 0 | 100010 | 110 | 1001 | 100110110 | 111111 | 1001011 |
Color Harmonies of #E898DB
Complementary color
Monochromatic Colors of #E898DB
Black with #E898DB
Text Example
Text Example
White with #E898DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E898DB; }
p { color: rgb(232,152,219); }
H1.HeaderClassName
{
color: #E898DB;
}
.AnyTagClassName
{
color: #E898DB;
}
</style>
background-color css
<style>
a { background-color: #E898DB; }
a { background-color: rgb(232,152,219); }
div.DivClassName
{
background-color: #E898DB;
}
.BgClassName
{
background-color: #E898DB;
}
</style>
border-color css
<style>
span { border-color: #E898DB; }
span { border-color: rgb(232,152,219); }
td.TdClassName
{
border-color: #E898DB;
}
.TagClassName
{
border-color: #E898DB;
}
</style>