Shades of Plum #E293E1
Tints of Plum #E293E1
RGB
CMYK
RGB Variations
Color information
#E293E1 (or 0xE293E1) is known color: Plum. HEX triplet: E2, 93 and E1. RGB value is (226,147,225). Sum of RGB (Red+Green+Blue) = 226+147+225=598 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.79% from 598); Green value is 147 (57.81% from 255 or 24.58% from 598); Blue value is 225 (88.28% from 255 or 37.63% from 598); Max value from RGB is 226 - color contains mainly: red. Hex color #E293E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E293E1 is #1D6C1E. Grayscale: #B3B3B3. Windows color (decimal): -1928223 or 14783458. OLE color: 14783458.
HSL color Cylindrical-coordinate representation of color #E293E1: hue angle of 300.76º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E293E1 is Cyan = 0, Magento = 0.35, Yellow = 0.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 147 | 225 | - |
| CMYK | 0 | 0.35 | 0.00 | 0.11 |
| HSL | 300.76º | 0.58% | 0.73% | - |
| HSV(B) | 300.76º | 0.35% | 0.89% | - |
| XYZ | 55.39 | 42.47 | 76.51 | - |
| YUV | 179.51 | 153.67 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 147 | 225 | 0 | 0.35 | 0.00 | 0.11 | 300.76 | 0.58 | 0.73 |
| Hex | E2 | 93 | E1 | 0 | 23 | 0 | B | 12D | 3A | 49 |
| Octal | 342 | 223 | 341 | 0 | 43 | 0 | 13 | 455 | 72 | 111 |
| Binary | 11100010 | 10010011 | 11100001 | 0 | 100011 | 0 | 1011 | 100101101 | 111010 | 1001001 |
Color Harmonies of #E293E1
Complementary color
Monochromatic Colors of #E293E1
Black with #E293E1
Text Example
Text Example
White with #E293E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E293E1; }
p { color: rgb(226,147,225); }
H1.HeaderClassName
{
color: #E293E1;
}
.AnyTagClassName
{
color: #E293E1;
}
</style>
background-color css
<style>
a { background-color: #E293E1; }
a { background-color: rgb(226,147,225); }
div.DivClassName
{
background-color: #E293E1;
}
.BgClassName
{
background-color: #E293E1;
}
</style>
border-color css
<style>
span { border-color: #E293E1; }
span { border-color: rgb(226,147,225); }
td.TdClassName
{
border-color: #E293E1;
}
.TagClassName
{
border-color: #E293E1;
}
</style>