Shades of Plum #E096D7
Tints of Plum #E096D7
RGB
CMYK
RGB Variations
Color information
#E096D7 (or 0xE096D7) is known color: Plum. HEX triplet: E0, 96 and D7. RGB value is (224,150,215). Sum of RGB (Red+Green+Blue) = 224+150+215=589 (78% of max value = 765). Red value is 224 (87.89% from 255 or 38.03% from 589); Green value is 150 (58.98% from 255 or 25.47% from 589); Blue value is 215 (84.38% from 255 or 36.50% from 589); Max value from RGB is 224 - color contains mainly: red. Hex color #E096D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E096D7 is #1F6928. Grayscale: #B3B3B3. Windows color (decimal): -2058537 or 14128864. OLE color: 14128864.
HSL color Cylindrical-coordinate representation of color #E096D7: hue angle of 307.3º 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 #E096D7 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 150 | 215 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.12 |
| HSL | 307.3º | 0.54% | 0.73% | - |
| HSV(B) | 307.3º | 0.33% | 0.88% | - |
| XYZ | 53.91 | 42.57 | 69.66 | - |
| YUV | 179.54 | 148.02 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 150 | 215 | 0 | 0.33 | 0.04 | 0.12 | 307.3 | 0.54 | 0.73 |
| Hex | E0 | 96 | D7 | 0 | 21 | 4 | C | 133 | 36 | 49 |
| Octal | 340 | 226 | 327 | 0 | 41 | 4 | 14 | 463 | 66 | 111 |
| Binary | 11100000 | 10010110 | 11010111 | 0 | 100001 | 100 | 1100 | 100110011 | 110110 | 1001001 |
Color Harmonies of #E096D7
Complementary color
Monochromatic Colors of #E096D7
Black with #E096D7
Text Example
Text Example
White with #E096D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E096D7; }
p { color: rgb(224,150,215); }
H1.HeaderClassName
{
color: #E096D7;
}
.AnyTagClassName
{
color: #E096D7;
}
</style>
background-color css
<style>
a { background-color: #E096D7; }
a { background-color: rgb(224,150,215); }
div.DivClassName
{
background-color: #E096D7;
}
.BgClassName
{
background-color: #E096D7;
}
</style>
border-color css
<style>
span { border-color: #E096D7; }
span { border-color: rgb(224,150,215); }
td.TdClassName
{
border-color: #E096D7;
}
.TagClassName
{
border-color: #E096D7;
}
</style>