Shades of Plum #E092EC
Tints of Plum #E092EC
RGB
CMYK
RGB Variations
Color information
#E092EC (or 0xE092EC) is known color: Plum. HEX triplet: E0, 92 and EC. RGB value is (224,146,236). Sum of RGB (Red+Green+Blue) = 224+146+236=606 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.96% from 606); Green value is 146 (57.42% from 255 or 24.09% from 606); Blue value is 236 (92.58% from 255 or 38.94% from 606); Max value from RGB is 236 - color contains mainly: blue. Hex color #E092EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E092EC is #1F6D13. Grayscale: #B3B3B3. Windows color (decimal): -2059540 or 15504096. OLE color: 15504096.
HSL color Cylindrical-coordinate representation of color #E092EC: hue angle of 292º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E092EC is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 146 | 236 | - |
| CMYK | 0.05 | 0.38 | 0 | 0.07 |
| HSL | 292º | 0.7% | 0.75% | - |
| HSV(B) | 292º | 0.38% | 0.93% | - |
| XYZ | 56.16 | 42.46 | 84.59 | - |
| YUV | 179.58 | 159.84 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 146 | 236 | 0.05 | 0.38 | 0 | 0.07 | 292 | 0.7 | 0.75 |
| Hex | E0 | 92 | EC | 5 | 26 | 0 | 7 | 124 | 46 | 4B |
| Octal | 340 | 222 | 354 | 5 | 46 | 0 | 7 | 444 | 106 | 113 |
| Binary | 11100000 | 10010010 | 11101100 | 101 | 100110 | 0 | 111 | 100100100 | 1000110 | 1001011 |
Color Harmonies of #E092EC
Complementary color
Monochromatic Colors of #E092EC
Black with #E092EC
Text Example
Text Example
White with #E092EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E092EC; }
p { color: rgb(224,146,236); }
H1.HeaderClassName
{
color: #E092EC;
}
.AnyTagClassName
{
color: #E092EC;
}
</style>
background-color css
<style>
a { background-color: #E092EC; }
a { background-color: rgb(224,146,236); }
div.DivClassName
{
background-color: #E092EC;
}
.BgClassName
{
background-color: #E092EC;
}
</style>
border-color css
<style>
span { border-color: #E092EC; }
span { border-color: rgb(224,146,236); }
td.TdClassName
{
border-color: #E092EC;
}
.TagClassName
{
border-color: #E092EC;
}
</style>