Shades of Plum #E193D0
Tints of Plum #E193D0
RGB
CMYK
RGB Variations
Color information
#E193D0 (or 0xE193D0) is known color: Plum. HEX triplet: E1, 93 and D0. RGB value is (225,147,208). Sum of RGB (Red+Green+Blue) = 225+147+208=580 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.79% from 580); Green value is 147 (57.81% from 255 or 25.34% from 580); Blue value is 208 (81.64% from 255 or 35.86% from 580); Max value from RGB is 225 - color contains mainly: red. Hex color #E193D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E193D0 is #1E6C2F. Grayscale: #B1B1B1. Windows color (decimal): -1993776 or 13669345. OLE color: 13669345.
HSL color Cylindrical-coordinate representation of color #E193D0: hue angle of 313.08º 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 #E193D0 is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 147 | 208 | - |
| CMYK | 0 | 0.35 | 0.08 | 0.12 |
| HSL | 313.08º | 0.57% | 0.73% | - |
| HSV(B) | 313.08º | 0.35% | 0.88% | - |
| XYZ | 52.87 | 41.43 | 64.88 | - |
| YUV | 177.28 | 145.34 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 147 | 208 | 0 | 0.35 | 0.08 | 0.12 | 313.08 | 0.57 | 0.73 |
| Hex | E1 | 93 | D0 | 0 | 23 | 8 | C | 139 | 39 | 49 |
| Octal | 341 | 223 | 320 | 0 | 43 | 10 | 14 | 471 | 71 | 111 |
| Binary | 11100001 | 10010011 | 11010000 | 0 | 100011 | 1000 | 1100 | 100111001 | 111001 | 1001001 |
Color Harmonies of #E193D0
Complementary color
Monochromatic Colors of #E193D0
Black with #E193D0
Text Example
Text Example
White with #E193D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E193D0; }
p { color: rgb(225,147,208); }
H1.HeaderClassName
{
color: #E193D0;
}
.AnyTagClassName
{
color: #E193D0;
}
</style>
background-color css
<style>
a { background-color: #E193D0; }
a { background-color: rgb(225,147,208); }
div.DivClassName
{
background-color: #E193D0;
}
.BgClassName
{
background-color: #E193D0;
}
</style>
border-color css
<style>
span { border-color: #E193D0; }
span { border-color: rgb(225,147,208); }
td.TdClassName
{
border-color: #E193D0;
}
.TagClassName
{
border-color: #E193D0;
}
</style>