Shades of Plum #E193DD
Tints of Plum #E193DD
RGB
CMYK
RGB Variations
Color information
#E193DD (or 0xE193DD) is known color: Plum. HEX triplet: E1, 93 and DD. RGB value is (225,147,221). Sum of RGB (Red+Green+Blue) = 225+147+221=593 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.94% from 593); Green value is 147 (57.81% from 255 or 24.79% from 593); Blue value is 221 (86.72% from 255 or 37.27% from 593); Max value from RGB is 225 - color contains mainly: red. Hex color #E193DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E193DD is #1E6C22. Grayscale: #B2B2B2. Windows color (decimal): -1993763 or 14521313. OLE color: 14521313.
HSL color Cylindrical-coordinate representation of color #E193DD: hue angle of 303.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 #E193DD is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 147 | 221 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.12 |
| HSL | 303.08º | 0.57% | 0.73% | - |
| HSV(B) | 303.08º | 0.35% | 0.88% | - |
| XYZ | 54.54 | 42.1 | 73.66 | - |
| YUV | 178.76 | 151.84 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 147 | 221 | 0 | 0.35 | 0.02 | 0.12 | 303.08 | 0.57 | 0.73 |
| Hex | E1 | 93 | DD | 0 | 23 | 2 | C | 12F | 39 | 49 |
| Octal | 341 | 223 | 335 | 0 | 43 | 2 | 14 | 457 | 71 | 111 |
| Binary | 11100001 | 10010011 | 11011101 | 0 | 100011 | 10 | 1100 | 100101111 | 111001 | 1001001 |
Color Harmonies of #E193DD
Complementary color
Monochromatic Colors of #E193DD
Black with #E193DD
Text Example
Text Example
White with #E193DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E193DD; }
p { color: rgb(225,147,221); }
H1.HeaderClassName
{
color: #E193DD;
}
.AnyTagClassName
{
color: #E193DD;
}
</style>
background-color css
<style>
a { background-color: #E193DD; }
a { background-color: rgb(225,147,221); }
div.DivClassName
{
background-color: #E193DD;
}
.BgClassName
{
background-color: #E193DD;
}
</style>
border-color css
<style>
span { border-color: #E193DD; }
span { border-color: rgb(225,147,221); }
td.TdClassName
{
border-color: #E193DD;
}
.TagClassName
{
border-color: #E193DD;
}
</style>