Shades of Plum #E293D8
Tints of Plum #E293D8
RGB
CMYK
RGB Variations
Color information
#E293D8 (or 0xE293D8) is known color: Plum. HEX triplet: E2, 93 and D8. RGB value is (226,147,216). Sum of RGB (Red+Green+Blue) = 226+147+216=589 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.37% from 589); Green value is 147 (57.81% from 255 or 24.96% from 589); Blue value is 216 (84.77% from 255 or 36.67% from 589); Max value from RGB is 226 - color contains mainly: red. Hex color #E293D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E293D8 is #1D6C27. Grayscale: #B2B2B2. Windows color (decimal): -1928232 or 14193634. OLE color: 14193634.
HSL color Cylindrical-coordinate representation of color #E293D8: hue angle of 307.59º 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 #E293D8 is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 147 | 216 | - |
| CMYK | 0 | 0.35 | 0.04 | 0.11 |
| HSL | 307.59º | 0.58% | 0.73% | - |
| HSV(B) | 307.59º | 0.35% | 0.89% | - |
| XYZ | 54.19 | 41.99 | 70.22 | - |
| YUV | 178.49 | 149.17 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 147 | 216 | 0 | 0.35 | 0.04 | 0.11 | 307.59 | 0.58 | 0.73 |
| Hex | E2 | 93 | D8 | 0 | 23 | 4 | B | 134 | 3A | 49 |
| Octal | 342 | 223 | 330 | 0 | 43 | 4 | 13 | 464 | 72 | 111 |
| Binary | 11100010 | 10010011 | 11011000 | 0 | 100011 | 100 | 1011 | 100110100 | 111010 | 1001001 |
Color Harmonies of #E293D8
Complementary color
Monochromatic Colors of #E293D8
Black with #E293D8
Text Example
Text Example
White with #E293D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E293D8; }
p { color: rgb(226,147,216); }
H1.HeaderClassName
{
color: #E293D8;
}
.AnyTagClassName
{
color: #E293D8;
}
</style>
background-color css
<style>
a { background-color: #E293D8; }
a { background-color: rgb(226,147,216); }
div.DivClassName
{
background-color: #E293D8;
}
.BgClassName
{
background-color: #E293D8;
}
</style>
border-color css
<style>
span { border-color: #E293D8; }
span { border-color: rgb(226,147,216); }
td.TdClassName
{
border-color: #E293D8;
}
.TagClassName
{
border-color: #E293D8;
}
</style>