Shades of Plum #E19FDC
Tints of Plum #E19FDC
RGB
CMYK
RGB Variations
Color information
#E19FDC (or 0xE19FDC) is known color: Plum. HEX triplet: E1, 9F and DC. RGB value is (225,159,220). Sum of RGB (Red+Green+Blue) = 225+159+220=604 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.25% from 604); Green value is 159 (62.5% from 255 or 26.32% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 225 - color contains mainly: red. Hex color #E19FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19FDC is #1E6023. Grayscale: #B9B9B9. Windows color (decimal): -1990692 or 14458849. OLE color: 14458849.
HSL color Cylindrical-coordinate representation of color #E19FDC: hue angle of 304.55º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E19FDC is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 159 | 220 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.12 |
| HSL | 304.55º | 0.52% | 0.75% | - |
| HSV(B) | 304.55º | 0.29% | 0.88% | - |
| XYZ | 56.37 | 45.97 | 73.61 | - |
| YUV | 185.69 | 147.37 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 159 | 220 | 0 | 0.29 | 0.02 | 0.12 | 304.55 | 0.52 | 0.75 |
| Hex | E1 | 9F | DC | 0 | 1D | 2 | C | 131 | 34 | 4B |
| Octal | 341 | 237 | 334 | 0 | 35 | 2 | 14 | 461 | 64 | 113 |
| Binary | 11100001 | 10011111 | 11011100 | 0 | 11101 | 10 | 1100 | 100110001 | 110100 | 1001011 |
Color Harmonies of #E19FDC
Complementary color
Monochromatic Colors of #E19FDC
Black with #E19FDC
Text Example
Text Example
White with #E19FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19FDC; }
p { color: rgb(225,159,220); }
H1.HeaderClassName
{
color: #E19FDC;
}
.AnyTagClassName
{
color: #E19FDC;
}
</style>
background-color css
<style>
a { background-color: #E19FDC; }
a { background-color: rgb(225,159,220); }
div.DivClassName
{
background-color: #E19FDC;
}
.BgClassName
{
background-color: #E19FDC;
}
</style>
border-color css
<style>
span { border-color: #E19FDC; }
span { border-color: rgb(225,159,220); }
td.TdClassName
{
border-color: #E19FDC;
}
.TagClassName
{
border-color: #E19FDC;
}
</style>