Shades of Plum #E094EC
Tints of Plum #E094EC
RGB
CMYK
RGB Variations
Color information
#E094EC (or 0xE094EC) is known color: Plum. HEX triplet: E0, 94 and EC. RGB value is (224,148,236). Sum of RGB (Red+Green+Blue) = 224+148+236=608 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.84% from 608); Green value is 148 (58.20% from 255 or 24.34% from 608); Blue value is 236 (92.58% from 255 or 38.82% from 608); Max value from RGB is 236 - color contains mainly: blue. Hex color #E094EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E094EC is #1F6B13. Grayscale: #B4B4B4. Windows color (decimal): -2059028 or 15504608. OLE color: 15504608.
HSL color Cylindrical-coordinate representation of color #E094EC: hue angle of 291.82º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E094EC is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 148 | 236 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.07 |
| HSL | 291.82º | 0.7% | 0.75% | - |
| HSV(B) | 291.82º | 0.37% | 0.93% | - |
| XYZ | 56.47 | 43.08 | 84.7 | - |
| YUV | 180.76 | 159.18 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 148 | 236 | 0.05 | 0.37 | 0 | 0.07 | 291.82 | 0.7 | 0.75 |
| Hex | E0 | 94 | EC | 5 | 25 | 0 | 7 | 124 | 46 | 4B |
| Octal | 340 | 224 | 354 | 5 | 45 | 0 | 7 | 444 | 106 | 113 |
| Binary | 11100000 | 10010100 | 11101100 | 101 | 100101 | 0 | 111 | 100100100 | 1000110 | 1001011 |
Color Harmonies of #E094EC
Complementary color
Monochromatic Colors of #E094EC
Black with #E094EC
Text Example
Text Example
White with #E094EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E094EC; }
p { color: rgb(224,148,236); }
H1.HeaderClassName
{
color: #E094EC;
}
.AnyTagClassName
{
color: #E094EC;
}
</style>
background-color css
<style>
a { background-color: #E094EC; }
a { background-color: rgb(224,148,236); }
div.DivClassName
{
background-color: #E094EC;
}
.BgClassName
{
background-color: #E094EC;
}
</style>
border-color css
<style>
span { border-color: #E094EC; }
span { border-color: rgb(224,148,236); }
td.TdClassName
{
border-color: #E094EC;
}
.TagClassName
{
border-color: #E094EC;
}
</style>