Shades of Plum #E096DB
Tints of Plum #E096DB
RGB
CMYK
RGB Variations
Color information
#E096DB (or 0xE096DB) is known color: Plum. HEX triplet: E0, 96 and DB. RGB value is (224,150,219). Sum of RGB (Red+Green+Blue) = 224+150+219=593 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.77% from 593); Green value is 150 (58.98% from 255 or 25.30% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 224 - color contains mainly: red. Hex color #E096DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E096DB is #1F6924. Grayscale: #B3B3B3. Windows color (decimal): -2058533 or 14391008. OLE color: 14391008.
HSL color Cylindrical-coordinate representation of color #E096DB: hue angle of 304.05º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E096DB is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 150 | 219 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.12 |
| HSL | 304.05º | 0.54% | 0.73% | - |
| HSV(B) | 304.05º | 0.33% | 0.88% | - |
| XYZ | 54.43 | 42.77 | 72.41 | - |
| YUV | 179.99 | 150.02 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 150 | 219 | 0 | 0.33 | 0.02 | 0.12 | 304.05 | 0.54 | 0.73 |
| Hex | E0 | 96 | DB | 0 | 21 | 2 | C | 130 | 36 | 49 |
| Octal | 340 | 226 | 333 | 0 | 41 | 2 | 14 | 460 | 66 | 111 |
| Binary | 11100000 | 10010110 | 11011011 | 0 | 100001 | 10 | 1100 | 100110000 | 110110 | 1001001 |
Color Harmonies of #E096DB
Complementary color
Monochromatic Colors of #E096DB
Black with #E096DB
Text Example
Text Example
White with #E096DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E096DB; }
p { color: rgb(224,150,219); }
H1.HeaderClassName
{
color: #E096DB;
}
.AnyTagClassName
{
color: #E096DB;
}
</style>
background-color css
<style>
a { background-color: #E096DB; }
a { background-color: rgb(224,150,219); }
div.DivClassName
{
background-color: #E096DB;
}
.BgClassName
{
background-color: #E096DB;
}
</style>
border-color css
<style>
span { border-color: #E096DB; }
span { border-color: rgb(224,150,219); }
td.TdClassName
{
border-color: #E096DB;
}
.TagClassName
{
border-color: #E096DB;
}
</style>