Shades of Plum #E096DF
Tints of Plum #E096DF
RGB
CMYK
RGB Variations
Color information
#E096DF (or 0xE096DF) is known color: Plum. HEX triplet: E0, 96 and DF. RGB value is (224,150,223). Sum of RGB (Red+Green+Blue) = 224+150+223=597 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.52% from 597); Green value is 150 (58.98% from 255 or 25.13% from 597); Blue value is 223 (87.5% from 255 or 37.35% from 597); Max value from RGB is 224 - color contains mainly: red. Hex color #E096DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E096DF is #1F6920. Grayscale: #B4B4B4. Windows color (decimal): -2058529 or 14653152. OLE color: 14653152.
HSL color Cylindrical-coordinate representation of color #E096DF: hue angle of 300.81º 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 #E096DF is Cyan = 0, Magento = 0.33, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 150 | 223 | - |
| CMYK | 0 | 0.33 | 0.00 | 0.12 |
| HSL | 300.81º | 0.54% | 0.73% | - |
| HSV(B) | 300.81º | 0.33% | 0.88% | - |
| XYZ | 54.97 | 42.99 | 75.21 | - |
| YUV | 180.45 | 152.02 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 150 | 223 | 0 | 0.33 | 0.00 | 0.12 | 300.81 | 0.54 | 0.73 |
| Hex | E0 | 96 | DF | 0 | 21 | 0 | C | 12D | 36 | 49 |
| Octal | 340 | 226 | 337 | 0 | 41 | 0 | 14 | 455 | 66 | 111 |
| Binary | 11100000 | 10010110 | 11011111 | 0 | 100001 | 0 | 1100 | 100101101 | 110110 | 1001001 |
Color Harmonies of #E096DF
Complementary color
Monochromatic Colors of #E096DF
Black with #E096DF
Text Example
Text Example
White with #E096DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E096DF; }
p { color: rgb(224,150,223); }
H1.HeaderClassName
{
color: #E096DF;
}
.AnyTagClassName
{
color: #E096DF;
}
</style>
background-color css
<style>
a { background-color: #E096DF; }
a { background-color: rgb(224,150,223); }
div.DivClassName
{
background-color: #E096DF;
}
.BgClassName
{
background-color: #E096DF;
}
</style>
border-color css
<style>
span { border-color: #E096DF; }
span { border-color: rgb(224,150,223); }
td.TdClassName
{
border-color: #E096DF;
}
.TagClassName
{
border-color: #E096DF;
}
</style>