Shades of Plum #E096D9
Tints of Plum #E096D9
RGB
CMYK
RGB Variations
Color information
#E096D9 (or 0xE096D9) is known color: Plum. HEX triplet: E0, 96 and D9. RGB value is (224,150,217). Sum of RGB (Red+Green+Blue) = 224+150+217=591 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.90% from 591); Green value is 150 (58.98% from 255 or 25.38% from 591); Blue value is 217 (85.16% from 255 or 36.72% from 591); Max value from RGB is 224 - color contains mainly: red. Hex color #E096D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E096D9 is #1F6926. Grayscale: #B3B3B3. Windows color (decimal): -2058535 or 14259936. OLE color: 14259936.
HSL color Cylindrical-coordinate representation of color #E096D9: hue angle of 305.68º 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 #E096D9 is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 150 | 217 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.12 |
| HSL | 305.68º | 0.54% | 0.73% | - |
| HSV(B) | 305.68º | 0.33% | 0.88% | - |
| XYZ | 54.17 | 42.67 | 71.03 | - |
| YUV | 179.76 | 149.02 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 150 | 217 | 0 | 0.33 | 0.03 | 0.12 | 305.68 | 0.54 | 0.73 |
| Hex | E0 | 96 | D9 | 0 | 21 | 3 | C | 132 | 36 | 49 |
| Octal | 340 | 226 | 331 | 0 | 41 | 3 | 14 | 462 | 66 | 111 |
| Binary | 11100000 | 10010110 | 11011001 | 0 | 100001 | 11 | 1100 | 100110010 | 110110 | 1001001 |
Color Harmonies of #E096D9
Complementary color
Monochromatic Colors of #E096D9
Black with #E096D9
Text Example
Text Example
White with #E096D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E096D9; }
p { color: rgb(224,150,217); }
H1.HeaderClassName
{
color: #E096D9;
}
.AnyTagClassName
{
color: #E096D9;
}
</style>
background-color css
<style>
a { background-color: #E096D9; }
a { background-color: rgb(224,150,217); }
div.DivClassName
{
background-color: #E096D9;
}
.BgClassName
{
background-color: #E096D9;
}
</style>
border-color css
<style>
span { border-color: #E096D9; }
span { border-color: rgb(224,150,217); }
td.TdClassName
{
border-color: #E096D9;
}
.TagClassName
{
border-color: #E096D9;
}
</style>