Shades of Plum #E999DB
Tints of Plum #E999DB
RGB
CMYK
RGB Variations
Color information
#E999DB (or 0xE999DB) is known color: Plum. HEX triplet: E9, 99 and DB. RGB value is (233,153,219). Sum of RGB (Red+Green+Blue) = 233+153+219=605 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.51% from 605); Green value is 153 (60.16% from 255 or 25.29% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 233 - color contains mainly: red. Hex color #E999DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E999DB is #166624. Grayscale: #B8B8B8. Windows color (decimal): -1467941 or 14391785. OLE color: 14391785.
HSL color Cylindrical-coordinate representation of color #E999DB: hue angle of 310.5º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E999DB is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 153 | 219 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.09 |
| HSL | 310.5º | 0.65% | 0.76% | - |
| HSV(B) | 310.5º | 0.34% | 0.91% | - |
| XYZ | 57.78 | 45.22 | 72.7 | - |
| YUV | 184.44 | 147.5 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 153 | 219 | 0 | 0.34 | 0.06 | 0.09 | 310.5 | 0.65 | 0.76 |
| Hex | E9 | 99 | DB | 0 | 22 | 6 | 9 | 136 | 41 | 4C |
| Octal | 351 | 231 | 333 | 0 | 42 | 6 | 11 | 466 | 101 | 114 |
| Binary | 11101001 | 10011001 | 11011011 | 0 | 100010 | 110 | 1001 | 100110110 | 1000001 | 1001100 |
Color Harmonies of #E999DB
Complementary color
Monochromatic Colors of #E999DB
Black with #E999DB
Text Example
Text Example
White with #E999DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E999DB; }
p { color: rgb(233,153,219); }
H1.HeaderClassName
{
color: #E999DB;
}
.AnyTagClassName
{
color: #E999DB;
}
</style>
background-color css
<style>
a { background-color: #E999DB; }
a { background-color: rgb(233,153,219); }
div.DivClassName
{
background-color: #E999DB;
}
.BgClassName
{
background-color: #E999DB;
}
</style>
border-color css
<style>
span { border-color: #E999DB; }
span { border-color: rgb(233,153,219); }
td.TdClassName
{
border-color: #E999DB;
}
.TagClassName
{
border-color: #E999DB;
}
</style>