Shades of Plum #E393D7
Tints of Plum #E393D7
RGB
CMYK
RGB Variations
Color information
#E393D7 (or 0xE393D7) is known color: Plum. HEX triplet: E3, 93 and D7. RGB value is (227,147,215). Sum of RGB (Red+Green+Blue) = 227+147+215=589 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.54% from 589); Green value is 147 (57.81% from 255 or 24.96% from 589); Blue value is 215 (84.38% from 255 or 36.50% from 589); Max value from RGB is 227 - color contains mainly: red. Hex color #E393D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E393D7 is #1C6C28. Grayscale: #B2B2B2. Windows color (decimal): -1862697 or 14128099. OLE color: 14128099.
HSL color Cylindrical-coordinate representation of color #E393D7: hue angle of 309º degrees, saturation: 0.59, 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 #E393D7 is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 147 | 215 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.11 |
| HSL | 309º | 0.59% | 0.73% | - |
| HSV(B) | 309º | 0.35% | 0.89% | - |
| XYZ | 54.38 | 42.1 | 69.55 | - |
| YUV | 178.67 | 148.5 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 147 | 215 | 0 | 0.35 | 0.05 | 0.11 | 309 | 0.59 | 0.73 |
| Hex | E3 | 93 | D7 | 0 | 23 | 5 | B | 135 | 3B | 49 |
| Octal | 343 | 223 | 327 | 0 | 43 | 5 | 13 | 465 | 73 | 111 |
| Binary | 11100011 | 10010011 | 11010111 | 0 | 100011 | 101 | 1011 | 100110101 | 111011 | 1001001 |
Color Harmonies of #E393D7
Complementary color
Monochromatic Colors of #E393D7
Black with #E393D7
Text Example
Text Example
White with #E393D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E393D7; }
p { color: rgb(227,147,215); }
H1.HeaderClassName
{
color: #E393D7;
}
.AnyTagClassName
{
color: #E393D7;
}
</style>
background-color css
<style>
a { background-color: #E393D7; }
a { background-color: rgb(227,147,215); }
div.DivClassName
{
background-color: #E393D7;
}
.BgClassName
{
background-color: #E393D7;
}
</style>
border-color css
<style>
span { border-color: #E393D7; }
span { border-color: rgb(227,147,215); }
td.TdClassName
{
border-color: #E393D7;
}
.TagClassName
{
border-color: #E393D7;
}
</style>