Shades of Plum #E093D3
Tints of Plum #E093D3
RGB
CMYK
RGB Variations
Color information
#E093D3 (or 0xE093D3) is known color: Plum. HEX triplet: E0, 93 and D3. RGB value is (224,147,211). Sum of RGB (Red+Green+Blue) = 224+147+211=582 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.49% from 582); Green value is 147 (57.81% from 255 or 25.26% from 582); Blue value is 211 (82.81% from 255 or 36.25% from 582); Max value from RGB is 224 - color contains mainly: red. Hex color #E093D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E093D3 is #1F6C2C. Grayscale: #B1B1B1. Windows color (decimal): -2059309 or 13865952. OLE color: 13865952.
HSL color Cylindrical-coordinate representation of color #E093D3: hue angle of 310.13º 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 #E093D3 is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 147 | 211 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.12 |
| HSL | 310.13º | 0.55% | 0.73% | - |
| HSV(B) | 310.13º | 0.34% | 0.88% | - |
| XYZ | 52.93 | 41.42 | 66.83 | - |
| YUV | 177.32 | 147.01 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 147 | 211 | 0 | 0.34 | 0.06 | 0.12 | 310.13 | 0.55 | 0.73 |
| Hex | E0 | 93 | D3 | 0 | 22 | 6 | C | 136 | 37 | 49 |
| Octal | 340 | 223 | 323 | 0 | 42 | 6 | 14 | 466 | 67 | 111 |
| Binary | 11100000 | 10010011 | 11010011 | 0 | 100010 | 110 | 1100 | 100110110 | 110111 | 1001001 |
Color Harmonies of #E093D3
Complementary color
Monochromatic Colors of #E093D3
Black with #E093D3
Text Example
Text Example
White with #E093D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E093D3; }
p { color: rgb(224,147,211); }
H1.HeaderClassName
{
color: #E093D3;
}
.AnyTagClassName
{
color: #E093D3;
}
</style>
background-color css
<style>
a { background-color: #E093D3; }
a { background-color: rgb(224,147,211); }
div.DivClassName
{
background-color: #E093D3;
}
.BgClassName
{
background-color: #E093D3;
}
</style>
border-color css
<style>
span { border-color: #E093D3; }
span { border-color: rgb(224,147,211); }
td.TdClassName
{
border-color: #E093D3;
}
.TagClassName
{
border-color: #E093D3;
}
</style>