Shades of Plum #E193DF
Tints of Plum #E193DF
RGB
CMYK
RGB Variations
Color information
#E193DF (or 0xE193DF) is known color: Plum. HEX triplet: E1, 93 and DF. RGB value is (225,147,223). Sum of RGB (Red+Green+Blue) = 225+147+223=595 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.82% from 595); Green value is 147 (57.81% from 255 or 24.71% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 225 - color contains mainly: red. Hex color #E193DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E193DF is #1E6C20. Grayscale: #B2B2B2. Windows color (decimal): -1993761 or 14652385. OLE color: 14652385.
HSL color Cylindrical-coordinate representation of color #E193DF: hue angle of 301.54º 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 #E193DF is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 147 | 223 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.12 |
| HSL | 301.54º | 0.57% | 0.73% | - |
| HSV(B) | 301.54º | 0.35% | 0.88% | - |
| XYZ | 54.8 | 42.2 | 75.07 | - |
| YUV | 178.99 | 152.84 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 147 | 223 | 0 | 0.35 | 0.01 | 0.12 | 301.54 | 0.57 | 0.73 |
| Hex | E1 | 93 | DF | 0 | 23 | 1 | C | 12E | 39 | 49 |
| Octal | 341 | 223 | 337 | 0 | 43 | 1 | 14 | 456 | 71 | 111 |
| Binary | 11100001 | 10010011 | 11011111 | 0 | 100011 | 1 | 1100 | 100101110 | 111001 | 1001001 |
Color Harmonies of #E193DF
Complementary color
Monochromatic Colors of #E193DF
Black with #E193DF
Text Example
Text Example
White with #E193DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E193DF; }
p { color: rgb(225,147,223); }
H1.HeaderClassName
{
color: #E193DF;
}
.AnyTagClassName
{
color: #E193DF;
}
</style>
background-color css
<style>
a { background-color: #E193DF; }
a { background-color: rgb(225,147,223); }
div.DivClassName
{
background-color: #E193DF;
}
.BgClassName
{
background-color: #E193DF;
}
</style>
border-color css
<style>
span { border-color: #E193DF; }
span { border-color: rgb(225,147,223); }
td.TdClassName
{
border-color: #E193DF;
}
.TagClassName
{
border-color: #E193DF;
}
</style>