Shades of Plum #E096E0
Tints of Plum #E096E0
RGB
CMYK
RGB Variations
Color information
#E096E0 (or 0xE096E0) is known color: Plum. HEX triplet: E0, 96 and E0. RGB value is (224,150,224). Sum of RGB (Red+Green+Blue) = 224+150+224=598 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.46% from 598); Green value is 150 (58.98% from 255 or 25.08% from 598); Blue value is 224 (87.89% from 255 or 37.46% from 598); Max value from RGB is 224 - color contains mainly: red, blue. Hex color #E096E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E096E0 is #1F691F. Grayscale: #B4B4B4. Windows color (decimal): -2058528 or 14718688. OLE color: 14718688.
HSL color Cylindrical-coordinate representation of color #E096E0: hue angle of 300º 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 #E096E0 is Cyan = 0, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 150 | 224 | - |
| CMYK | 0 | 0.33 | 0 | 0.12 |
| HSL | 300º | 0.54% | 0.73% | - |
| HSV(B) | 300º | 0.33% | 0.88% | - |
| XYZ | 55.1 | 43.04 | 75.92 | - |
| YUV | 180.56 | 152.52 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 150 | 224 | 0 | 0.33 | 0 | 0.12 | 300 | 0.54 | 0.73 |
| Hex | E0 | 96 | E0 | 0 | 21 | 0 | C | 12C | 36 | 49 |
| Octal | 340 | 226 | 340 | 0 | 41 | 0 | 14 | 454 | 66 | 111 |
| Binary | 11100000 | 10010110 | 11100000 | 0 | 100001 | 0 | 1100 | 100101100 | 110110 | 1001001 |
Color Harmonies of #E096E0
Complementary color
Monochromatic Colors of #E096E0
Black with #E096E0
Text Example
Text Example
White with #E096E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E096E0; }
p { color: rgb(224,150,224); }
H1.HeaderClassName
{
color: #E096E0;
}
.AnyTagClassName
{
color: #E096E0;
}
</style>
background-color css
<style>
a { background-color: #E096E0; }
a { background-color: rgb(224,150,224); }
div.DivClassName
{
background-color: #E096E0;
}
.BgClassName
{
background-color: #E096E0;
}
</style>
border-color css
<style>
span { border-color: #E096E0; }
span { border-color: rgb(224,150,224); }
td.TdClassName
{
border-color: #E096E0;
}
.TagClassName
{
border-color: #E096E0;
}
</style>