Shades of Plum #E096D2
Tints of Plum #E096D2
RGB
CMYK
RGB Variations
Color information
#E096D2 (or 0xE096D2) is known color: Plum. HEX triplet: E0, 96 and D2. RGB value is (224,150,210). Sum of RGB (Red+Green+Blue) = 224+150+210=584 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.36% from 584); Green value is 150 (58.98% from 255 or 25.68% from 584); Blue value is 210 (82.42% from 255 or 35.96% from 584); Max value from RGB is 224 - color contains mainly: red. Hex color #E096D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E096D2 is #1F692D. Grayscale: #B2B2B2. Windows color (decimal): -2058542 or 13801184. OLE color: 13801184.
HSL color Cylindrical-coordinate representation of color #E096D2: hue angle of 311.35º 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 #E096D2 is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 150 | 210 | - |
| CMYK | 0 | 0.33 | 0.06 | 0.12 |
| HSL | 311.35º | 0.54% | 0.73% | - |
| HSV(B) | 311.35º | 0.33% | 0.88% | - |
| XYZ | 53.28 | 42.31 | 66.33 | - |
| YUV | 178.97 | 145.52 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 150 | 210 | 0 | 0.33 | 0.06 | 0.12 | 311.35 | 0.54 | 0.73 |
| Hex | E0 | 96 | D2 | 0 | 21 | 6 | C | 137 | 36 | 49 |
| Octal | 340 | 226 | 322 | 0 | 41 | 6 | 14 | 467 | 66 | 111 |
| Binary | 11100000 | 10010110 | 11010010 | 0 | 100001 | 110 | 1100 | 100110111 | 110110 | 1001001 |
Color Harmonies of #E096D2
Complementary color
Monochromatic Colors of #E096D2
Black with #E096D2
Text Example
Text Example
White with #E096D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E096D2; }
p { color: rgb(224,150,210); }
H1.HeaderClassName
{
color: #E096D2;
}
.AnyTagClassName
{
color: #E096D2;
}
</style>
background-color css
<style>
a { background-color: #E096D2; }
a { background-color: rgb(224,150,210); }
div.DivClassName
{
background-color: #E096D2;
}
.BgClassName
{
background-color: #E096D2;
}
</style>
border-color css
<style>
span { border-color: #E096D2; }
span { border-color: rgb(224,150,210); }
td.TdClassName
{
border-color: #E096D2;
}
.TagClassName
{
border-color: #E096D2;
}
</style>