Shades of Plum #E096D0
Tints of Plum #E096D0
RGB
CMYK
RGB Variations
Color information
#E096D0 (or 0xE096D0) is known color: Plum. HEX triplet: E0, 96 and D0. RGB value is (224,150,208). Sum of RGB (Red+Green+Blue) = 224+150+208=582 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.49% from 582); Green value is 150 (58.98% from 255 or 25.77% from 582); Blue value is 208 (81.64% from 255 or 35.74% from 582); Max value from RGB is 224 - color contains mainly: red. Hex color #E096D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E096D0 is #1F692F. Grayscale: #B2B2B2. Windows color (decimal): -2058544 or 13670112. OLE color: 13670112.
HSL color Cylindrical-coordinate representation of color #E096D0: hue angle of 312.97º 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 #E096D0 is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 150 | 208 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.12 |
| HSL | 312.97º | 0.54% | 0.73% | - |
| HSV(B) | 312.97º | 0.33% | 0.88% | - |
| XYZ | 53.03 | 42.21 | 65.03 | - |
| YUV | 178.74 | 144.52 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 150 | 208 | 0 | 0.33 | 0.07 | 0.12 | 312.97 | 0.54 | 0.73 |
| Hex | E0 | 96 | D0 | 0 | 21 | 7 | C | 139 | 36 | 49 |
| Octal | 340 | 226 | 320 | 0 | 41 | 7 | 14 | 471 | 66 | 111 |
| Binary | 11100000 | 10010110 | 11010000 | 0 | 100001 | 111 | 1100 | 100111001 | 110110 | 1001001 |
Color Harmonies of #E096D0
Complementary color
Monochromatic Colors of #E096D0
Black with #E096D0
Text Example
Text Example
White with #E096D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E096D0; }
p { color: rgb(224,150,208); }
H1.HeaderClassName
{
color: #E096D0;
}
.AnyTagClassName
{
color: #E096D0;
}
</style>
background-color css
<style>
a { background-color: #E096D0; }
a { background-color: rgb(224,150,208); }
div.DivClassName
{
background-color: #E096D0;
}
.BgClassName
{
background-color: #E096D0;
}
</style>
border-color css
<style>
span { border-color: #E096D0; }
span { border-color: rgb(224,150,208); }
td.TdClassName
{
border-color: #E096D0;
}
.TagClassName
{
border-color: #E096D0;
}
</style>