Shades of Plum #E998DB
Tints of Plum #E998DB
RGB
CMYK
RGB Variations
Color information
#E998DB (or 0xE998DB) is known color: Plum. HEX triplet: E9, 98 and DB. RGB value is (233,152,219). Sum of RGB (Red+Green+Blue) = 233+152+219=604 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.58% from 604); Green value is 152 (59.77% from 255 or 25.17% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 233 - color contains mainly: red. Hex color #E998DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E998DB is #166724. Grayscale: #B7B7B7. Windows color (decimal): -1468197 or 14391529. OLE color: 14391529.
HSL color Cylindrical-coordinate representation of color #E998DB: hue angle of 310.37º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E998DB is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 152 | 219 | - |
| CMYK | 0 | 0.35 | 0.06 | 0.09 |
| HSL | 310.37º | 0.65% | 0.75% | - |
| HSV(B) | 310.37º | 0.35% | 0.91% | - |
| XYZ | 57.62 | 44.89 | 72.65 | - |
| YUV | 183.86 | 147.84 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 152 | 219 | 0 | 0.35 | 0.06 | 0.09 | 310.37 | 0.65 | 0.75 |
| Hex | E9 | 98 | DB | 0 | 23 | 6 | 9 | 136 | 41 | 4B |
| Octal | 351 | 230 | 333 | 0 | 43 | 6 | 11 | 466 | 101 | 113 |
| Binary | 11101001 | 10011000 | 11011011 | 0 | 100011 | 110 | 1001 | 100110110 | 1000001 | 1001011 |
Color Harmonies of #E998DB
Complementary color
Monochromatic Colors of #E998DB
Black with #E998DB
Text Example
Text Example
White with #E998DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E998DB; }
p { color: rgb(233,152,219); }
H1.HeaderClassName
{
color: #E998DB;
}
.AnyTagClassName
{
color: #E998DB;
}
</style>
background-color css
<style>
a { background-color: #E998DB; }
a { background-color: rgb(233,152,219); }
div.DivClassName
{
background-color: #E998DB;
}
.BgClassName
{
background-color: #E998DB;
}
</style>
border-color css
<style>
span { border-color: #E998DB; }
span { border-color: rgb(233,152,219); }
td.TdClassName
{
border-color: #E998DB;
}
.TagClassName
{
border-color: #E998DB;
}
</style>