Shades of Plum #E093D5
Tints of Plum #E093D5
RGB
CMYK
RGB Variations
Color information
#E093D5 (or 0xE093D5) is known color: Plum. HEX triplet: E0, 93 and D5. RGB value is (224,147,213). Sum of RGB (Red+Green+Blue) = 224+147+213=584 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.36% from 584); Green value is 147 (57.81% from 255 or 25.17% from 584); Blue value is 213 (83.59% from 255 or 36.47% from 584); Max value from RGB is 224 - color contains mainly: red. Hex color #E093D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E093D5 is #1F6C2A. Grayscale: #B1B1B1. Windows color (decimal): -2059307 or 13997024. OLE color: 13997024.
HSL color Cylindrical-coordinate representation of color #E093D5: hue angle of 308.57º 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 #E093D5 is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 147 | 213 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.12 |
| HSL | 308.57º | 0.55% | 0.73% | - |
| HSV(B) | 308.57º | 0.34% | 0.88% | - |
| XYZ | 53.18 | 41.52 | 68.16 | - |
| YUV | 177.55 | 148.01 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 147 | 213 | 0 | 0.34 | 0.05 | 0.12 | 308.57 | 0.55 | 0.73 |
| Hex | E0 | 93 | D5 | 0 | 22 | 5 | C | 135 | 37 | 49 |
| Octal | 340 | 223 | 325 | 0 | 42 | 5 | 14 | 465 | 67 | 111 |
| Binary | 11100000 | 10010011 | 11010101 | 0 | 100010 | 101 | 1100 | 100110101 | 110111 | 1001001 |
Color Harmonies of #E093D5
Complementary color
Monochromatic Colors of #E093D5
Black with #E093D5
Text Example
Text Example
White with #E093D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E093D5; }
p { color: rgb(224,147,213); }
H1.HeaderClassName
{
color: #E093D5;
}
.AnyTagClassName
{
color: #E093D5;
}
</style>
background-color css
<style>
a { background-color: #E093D5; }
a { background-color: rgb(224,147,213); }
div.DivClassName
{
background-color: #E093D5;
}
.BgClassName
{
background-color: #E093D5;
}
</style>
border-color css
<style>
span { border-color: #E093D5; }
span { border-color: rgb(224,147,213); }
td.TdClassName
{
border-color: #E093D5;
}
.TagClassName
{
border-color: #E093D5;
}
</style>