Shades of Plum #E193D8
Tints of Plum #E193D8
RGB
CMYK
RGB Variations
Color information
#E193D8 (or 0xE193D8) is known color: Plum. HEX triplet: E1, 93 and D8. RGB value is (225,147,216). Sum of RGB (Red+Green+Blue) = 225+147+216=588 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.27% from 588); Green value is 147 (57.81% from 255 or 25% from 588); Blue value is 216 (84.77% from 255 or 36.73% from 588); Max value from RGB is 225 - color contains mainly: red. Hex color #E193D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E193D8 is #1E6C27. Grayscale: #B1B1B1. Windows color (decimal): -1993768 or 14193633. OLE color: 14193633.
HSL color Cylindrical-coordinate representation of color #E193D8: hue angle of 306.92º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E193D8 is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 147 | 216 | - |
| CMYK | 0 | 0.35 | 0.04 | 0.12 |
| HSL | 306.92º | 0.57% | 0.73% | - |
| HSV(B) | 306.92º | 0.35% | 0.88% | - |
| XYZ | 53.88 | 41.83 | 70.2 | - |
| YUV | 178.19 | 149.34 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 147 | 216 | 0 | 0.35 | 0.04 | 0.12 | 306.92 | 0.57 | 0.73 |
| Hex | E1 | 93 | D8 | 0 | 23 | 4 | C | 133 | 39 | 49 |
| Octal | 341 | 223 | 330 | 0 | 43 | 4 | 14 | 463 | 71 | 111 |
| Binary | 11100001 | 10010011 | 11011000 | 0 | 100011 | 100 | 1100 | 100110011 | 111001 | 1001001 |
Color Harmonies of #E193D8
Complementary color
Monochromatic Colors of #E193D8
Black with #E193D8
Text Example
Text Example
White with #E193D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E193D8; }
p { color: rgb(225,147,216); }
H1.HeaderClassName
{
color: #E193D8;
}
.AnyTagClassName
{
color: #E193D8;
}
</style>
background-color css
<style>
a { background-color: #E193D8; }
a { background-color: rgb(225,147,216); }
div.DivClassName
{
background-color: #E193D8;
}
.BgClassName
{
background-color: #E193D8;
}
</style>
border-color css
<style>
span { border-color: #E193D8; }
span { border-color: rgb(225,147,216); }
td.TdClassName
{
border-color: #E193D8;
}
.TagClassName
{
border-color: #E193D8;
}
</style>