Shades of Plum #E093DD
Tints of Plum #E093DD
RGB
CMYK
RGB Variations
Color information
#E093DD (or 0xE093DD) is known color: Plum. HEX triplet: E0, 93 and DD. RGB value is (224,147,221). Sum of RGB (Red+Green+Blue) = 224+147+221=592 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.84% from 592); Green value is 147 (57.81% from 255 or 24.83% from 592); Blue value is 221 (86.72% from 255 or 37.33% from 592); Max value from RGB is 224 - color contains mainly: red. Hex color #E093DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E093DD is #1F6C22. Grayscale: #B2B2B2. Windows color (decimal): -2059299 or 14521312. OLE color: 14521312.
HSL color Cylindrical-coordinate representation of color #E093DD: hue angle of 302.34º 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 #E093DD is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 147 | 221 | - |
| CMYK | 0 | 0.34 | 0.01 | 0.12 |
| HSL | 302.34º | 0.55% | 0.73% | - |
| HSV(B) | 302.34º | 0.34% | 0.88% | - |
| XYZ | 54.23 | 41.94 | 73.64 | - |
| YUV | 178.46 | 152.01 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 147 | 221 | 0 | 0.34 | 0.01 | 0.12 | 302.34 | 0.55 | 0.73 |
| Hex | E0 | 93 | DD | 0 | 22 | 1 | C | 12E | 37 | 49 |
| Octal | 340 | 223 | 335 | 0 | 42 | 1 | 14 | 456 | 67 | 111 |
| Binary | 11100000 | 10010011 | 11011101 | 0 | 100010 | 1 | 1100 | 100101110 | 110111 | 1001001 |
Color Harmonies of #E093DD
Complementary color
Monochromatic Colors of #E093DD
Black with #E093DD
Text Example
Text Example
White with #E093DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E093DD; }
p { color: rgb(224,147,221); }
H1.HeaderClassName
{
color: #E093DD;
}
.AnyTagClassName
{
color: #E093DD;
}
</style>
background-color css
<style>
a { background-color: #E093DD; }
a { background-color: rgb(224,147,221); }
div.DivClassName
{
background-color: #E093DD;
}
.BgClassName
{
background-color: #E093DD;
}
</style>
border-color css
<style>
span { border-color: #E093DD; }
span { border-color: rgb(224,147,221); }
td.TdClassName
{
border-color: #E093DD;
}
.TagClassName
{
border-color: #E093DD;
}
</style>