Shades of Plum #E193D9
Tints of Plum #E193D9
RGB
CMYK
RGB Variations
Color information
#E193D9 (or 0xE193D9) is known color: Plum. HEX triplet: E1, 93 and D9. RGB value is (225,147,217). Sum of RGB (Red+Green+Blue) = 225+147+217=589 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.20% from 589); Green value is 147 (57.81% from 255 or 24.96% from 589); Blue value is 217 (85.16% from 255 or 36.84% from 589); Max value from RGB is 225 - color contains mainly: red. Hex color #E193D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E193D9 is #1E6C26. Grayscale: #B2B2B2. Windows color (decimal): -1993767 or 14259169. OLE color: 14259169.
HSL color Cylindrical-coordinate representation of color #E193D9: hue angle of 306.15º 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 #E193D9 is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 147 | 217 | - |
| CMYK | 0 | 0.35 | 0.04 | 0.12 |
| HSL | 306.15º | 0.57% | 0.73% | - |
| HSV(B) | 306.15º | 0.35% | 0.88% | - |
| XYZ | 54.01 | 41.88 | 70.88 | - |
| YUV | 178.3 | 149.84 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 147 | 217 | 0 | 0.35 | 0.04 | 0.12 | 306.15 | 0.57 | 0.73 |
| Hex | E1 | 93 | D9 | 0 | 23 | 4 | C | 132 | 39 | 49 |
| Octal | 341 | 223 | 331 | 0 | 43 | 4 | 14 | 462 | 71 | 111 |
| Binary | 11100001 | 10010011 | 11011001 | 0 | 100011 | 100 | 1100 | 100110010 | 111001 | 1001001 |
Color Harmonies of #E193D9
Complementary color
Monochromatic Colors of #E193D9
Black with #E193D9
Text Example
Text Example
White with #E193D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E193D9; }
p { color: rgb(225,147,217); }
H1.HeaderClassName
{
color: #E193D9;
}
.AnyTagClassName
{
color: #E193D9;
}
</style>
background-color css
<style>
a { background-color: #E193D9; }
a { background-color: rgb(225,147,217); }
div.DivClassName
{
background-color: #E193D9;
}
.BgClassName
{
background-color: #E193D9;
}
</style>
border-color css
<style>
span { border-color: #E193D9; }
span { border-color: rgb(225,147,217); }
td.TdClassName
{
border-color: #E193D9;
}
.TagClassName
{
border-color: #E193D9;
}
</style>