Shades of Plum #E096E8
Tints of Plum #E096E8
RGB
CMYK
RGB Variations
Color information
#E096E8 (or 0xE096E8) is known color: Plum. HEX triplet: E0, 96 and E8. RGB value is (224,150,232). Sum of RGB (Red+Green+Blue) = 224+150+232=606 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.96% from 606); Green value is 150 (58.98% from 255 or 24.75% from 606); Blue value is 232 (91.02% from 255 or 38.28% from 606); Max value from RGB is 232 - color contains mainly: blue. Hex color #E096E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E096E8 is #1F6917. Grayscale: #B5B5B5. Windows color (decimal): -2058520 or 15242976. OLE color: 15242976.
HSL color Cylindrical-coordinate representation of color #E096E8: hue angle of 294.15º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E096E8 is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 224 | 150 | 232 | - |
| CMYK | 0.03 | 0.35 | 0 | 0.09 |
| HSL | 294.15º | 0.64% | 0.75% | - |
| HSV(B) | 294.15º | 0.35% | 0.91% | - |
| XYZ | 56.21 | 43.49 | 81.77 | - |
| YUV | 181.47 | 156.52 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 150 | 232 | 0.03 | 0.35 | 0 | 0.09 | 294.15 | 0.64 | 0.75 |
| Hex | E0 | 96 | E8 | 3 | 23 | 0 | 9 | 126 | 40 | 4B |
| Octal | 340 | 226 | 350 | 3 | 43 | 0 | 11 | 446 | 100 | 113 |
| Binary | 11100000 | 10010110 | 11101000 | 11 | 100011 | 0 | 1001 | 100100110 | 1000000 | 1001011 |
Color Harmonies of #E096E8
Complementary color
Monochromatic Colors of #E096E8
Black with #E096E8
Text Example
Text Example
White with #E096E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E096E8; }
p { color: rgb(224,150,232); }
H1.HeaderClassName
{
color: #E096E8;
}
.AnyTagClassName
{
color: #E096E8;
}
</style>
background-color css
<style>
a { background-color: #E096E8; }
a { background-color: rgb(224,150,232); }
div.DivClassName
{
background-color: #E096E8;
}
.BgClassName
{
background-color: #E096E8;
}
</style>
border-color css
<style>
span { border-color: #E096E8; }
span { border-color: rgb(224,150,232); }
td.TdClassName
{
border-color: #E096E8;
}
.TagClassName
{
border-color: #E096E8;
}
</style>