Shades of Plum #E293D9
Tints of Plum #E293D9
RGB
CMYK
RGB Variations
Color information
#E293D9 (or 0xE293D9) is known color: Plum. HEX triplet: E2, 93 and D9. RGB value is (226,147,217). Sum of RGB (Red+Green+Blue) = 226+147+217=590 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.31% from 590); Green value is 147 (57.81% from 255 or 24.92% from 590); Blue value is 217 (85.16% from 255 or 36.78% from 590); Max value from RGB is 226 - color contains mainly: red. Hex color #E293D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E293D9 is #1D6C26. Grayscale: #B2B2B2. Windows color (decimal): -1928231 or 14259170. OLE color: 14259170.
HSL color Cylindrical-coordinate representation of color #E293D9: hue angle of 306.84º 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 #E293D9 is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 147 | 217 | - |
| CMYK | 0 | 0.35 | 0.04 | 0.11 |
| HSL | 306.84º | 0.58% | 0.73% | - |
| HSV(B) | 306.84º | 0.35% | 0.89% | - |
| XYZ | 54.32 | 42.05 | 70.9 | - |
| YUV | 178.6 | 149.67 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 147 | 217 | 0 | 0.35 | 0.04 | 0.11 | 306.84 | 0.58 | 0.73 |
| Hex | E2 | 93 | D9 | 0 | 23 | 4 | B | 133 | 3A | 49 |
| Octal | 342 | 223 | 331 | 0 | 43 | 4 | 13 | 463 | 72 | 111 |
| Binary | 11100010 | 10010011 | 11011001 | 0 | 100011 | 100 | 1011 | 100110011 | 111010 | 1001001 |
Color Harmonies of #E293D9
Complementary color
Monochromatic Colors of #E293D9
Black with #E293D9
Text Example
Text Example
White with #E293D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E293D9; }
p { color: rgb(226,147,217); }
H1.HeaderClassName
{
color: #E293D9;
}
.AnyTagClassName
{
color: #E293D9;
}
</style>
background-color css
<style>
a { background-color: #E293D9; }
a { background-color: rgb(226,147,217); }
div.DivClassName
{
background-color: #E293D9;
}
.BgClassName
{
background-color: #E293D9;
}
</style>
border-color css
<style>
span { border-color: #E293D9; }
span { border-color: rgb(226,147,217); }
td.TdClassName
{
border-color: #E293D9;
}
.TagClassName
{
border-color: #E293D9;
}
</style>