Shades of Plum #E293EC
Tints of Plum #E293EC
RGB
CMYK
RGB Variations
Color information
#E293EC (or 0xE293EC) is known color: Plum. HEX triplet: E2, 93 and EC. RGB value is (226,147,236). Sum of RGB (Red+Green+Blue) = 226+147+236=609 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.11% from 609); Green value is 147 (57.81% from 255 or 24.14% from 609); Blue value is 236 (92.58% from 255 or 38.75% from 609); Max value from RGB is 236 - color contains mainly: blue. Hex color #E293EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E293EC is #1D6C13. Grayscale: #B4B4B4. Windows color (decimal): -1928212 or 15504354. OLE color: 15504354.
HSL color Cylindrical-coordinate representation of color #E293EC: hue angle of 293.26º 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 #E293EC is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 147 | 236 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.07 |
| HSL | 293.26º | 0.7% | 0.75% | - |
| HSV(B) | 293.26º | 0.38% | 0.93% | - |
| XYZ | 56.94 | 43.09 | 84.67 | - |
| YUV | 180.77 | 159.17 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 147 | 236 | 0.04 | 0.38 | 0 | 0.07 | 293.26 | 0.7 | 0.75 |
| Hex | E2 | 93 | EC | 4 | 26 | 0 | 7 | 125 | 46 | 4B |
| Octal | 342 | 223 | 354 | 4 | 46 | 0 | 7 | 445 | 106 | 113 |
| Binary | 11100010 | 10010011 | 11101100 | 100 | 100110 | 0 | 111 | 100100101 | 1000110 | 1001011 |
Color Harmonies of #E293EC
Complementary color
Monochromatic Colors of #E293EC
Black with #E293EC
Text Example
Text Example
White with #E293EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E293EC; }
p { color: rgb(226,147,236); }
H1.HeaderClassName
{
color: #E293EC;
}
.AnyTagClassName
{
color: #E293EC;
}
</style>
background-color css
<style>
a { background-color: #E293EC; }
a { background-color: rgb(226,147,236); }
div.DivClassName
{
background-color: #E293EC;
}
.BgClassName
{
background-color: #E293EC;
}
</style>
border-color css
<style>
span { border-color: #E293EC; }
span { border-color: rgb(226,147,236); }
td.TdClassName
{
border-color: #E293EC;
}
.TagClassName
{
border-color: #E293EC;
}
</style>