Shades of Plum #E193DC
Tints of Plum #E193DC
RGB
CMYK
RGB Variations
Color information
#E193DC (or 0xE193DC) is known color: Plum. HEX triplet: E1, 93 and DC. RGB value is (225,147,220). Sum of RGB (Red+Green+Blue) = 225+147+220=592 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.01% from 592); Green value is 147 (57.81% from 255 or 24.83% from 592); Blue value is 220 (86.33% from 255 or 37.16% from 592); Max value from RGB is 225 - color contains mainly: red. Hex color #E193DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E193DC is #1E6C23. Grayscale: #B2B2B2. Windows color (decimal): -1993764 or 14455777. OLE color: 14455777.
HSL color Cylindrical-coordinate representation of color #E193DC: hue angle of 303.85º 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 #E193DC is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 147 | 220 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.12 |
| HSL | 303.85º | 0.57% | 0.73% | - |
| HSV(B) | 303.85º | 0.35% | 0.88% | - |
| XYZ | 54.4 | 42.04 | 72.96 | - |
| YUV | 178.64 | 151.34 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 147 | 220 | 0 | 0.35 | 0.02 | 0.12 | 303.85 | 0.57 | 0.73 |
| Hex | E1 | 93 | DC | 0 | 23 | 2 | C | 130 | 39 | 49 |
| Octal | 341 | 223 | 334 | 0 | 43 | 2 | 14 | 460 | 71 | 111 |
| Binary | 11100001 | 10010011 | 11011100 | 0 | 100011 | 10 | 1100 | 100110000 | 111001 | 1001001 |
Color Harmonies of #E193DC
Complementary color
Monochromatic Colors of #E193DC
Black with #E193DC
Text Example
Text Example
White with #E193DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E193DC; }
p { color: rgb(225,147,220); }
H1.HeaderClassName
{
color: #E193DC;
}
.AnyTagClassName
{
color: #E193DC;
}
</style>
background-color css
<style>
a { background-color: #E193DC; }
a { background-color: rgb(225,147,220); }
div.DivClassName
{
background-color: #E193DC;
}
.BgClassName
{
background-color: #E193DC;
}
</style>
border-color css
<style>
span { border-color: #E193DC; }
span { border-color: rgb(225,147,220); }
td.TdClassName
{
border-color: #E193DC;
}
.TagClassName
{
border-color: #E193DC;
}
</style>