Shades of Plum #E093D9
Tints of Plum #E093D9
RGB
CMYK
RGB Variations
Color information
#E093D9 (or 0xE093D9) is known color: Plum. HEX triplet: E0, 93 and D9. RGB value is (224,147,217). Sum of RGB (Red+Green+Blue) = 224+147+217=588 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.10% from 588); Green value is 147 (57.81% from 255 or 25% from 588); Blue value is 217 (85.16% from 255 or 36.90% from 588); Max value from RGB is 224 - color contains mainly: red. Hex color #E093D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E093D9 is #1F6C26. Grayscale: #B1B1B1. Windows color (decimal): -2059303 or 14259168. OLE color: 14259168.
HSL color Cylindrical-coordinate representation of color #E093D9: hue angle of 305.45º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E093D9 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 147 | 217 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.12 |
| HSL | 305.45º | 0.55% | 0.73% | - |
| HSV(B) | 305.45º | 0.34% | 0.88% | - |
| XYZ | 53.7 | 41.72 | 70.87 | - |
| YUV | 178 | 150.01 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 147 | 217 | 0 | 0.34 | 0.03 | 0.12 | 305.45 | 0.55 | 0.73 |
| Hex | E0 | 93 | D9 | 0 | 22 | 3 | C | 131 | 37 | 49 |
| Octal | 340 | 223 | 331 | 0 | 42 | 3 | 14 | 461 | 67 | 111 |
| Binary | 11100000 | 10010011 | 11011001 | 0 | 100010 | 11 | 1100 | 100110001 | 110111 | 1001001 |
Color Harmonies of #E093D9
Complementary color
Monochromatic Colors of #E093D9
Black with #E093D9
Text Example
Text Example
White with #E093D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E093D9; }
p { color: rgb(224,147,217); }
H1.HeaderClassName
{
color: #E093D9;
}
.AnyTagClassName
{
color: #E093D9;
}
</style>
background-color css
<style>
a { background-color: #E093D9; }
a { background-color: rgb(224,147,217); }
div.DivClassName
{
background-color: #E093D9;
}
.BgClassName
{
background-color: #E093D9;
}
</style>
border-color css
<style>
span { border-color: #E093D9; }
span { border-color: rgb(224,147,217); }
td.TdClassName
{
border-color: #E093D9;
}
.TagClassName
{
border-color: #E093D9;
}
</style>