Shades of Plum #E19FD0
Tints of Plum #E19FD0
RGB
CMYK
RGB Variations
Color information
#E19FD0 (or 0xE19FD0) is known color: Plum. HEX triplet: E1, 9F and D0. RGB value is (225,159,208). Sum of RGB (Red+Green+Blue) = 225+159+208=592 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.01% from 592); Green value is 159 (62.5% from 255 or 26.86% from 592); Blue value is 208 (81.64% from 255 or 35.14% from 592); Max value from RGB is 225 - color contains mainly: red. Hex color #E19FD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19FD0 is #1E602F. Grayscale: #B8B8B8. Windows color (decimal): -1990704 or 13672417. OLE color: 13672417.
HSL color Cylindrical-coordinate representation of color #E19FD0: hue angle of 315.45º 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 #E19FD0 is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 159 | 208 | - |
| CMYK | 0 | 0.29 | 0.08 | 0.12 |
| HSL | 315.45º | 0.52% | 0.75% | - |
| HSV(B) | 315.45º | 0.29% | 0.88% | - |
| XYZ | 54.83 | 45.36 | 65.54 | - |
| YUV | 184.32 | 141.37 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 159 | 208 | 0 | 0.29 | 0.08 | 0.12 | 315.45 | 0.52 | 0.75 |
| Hex | E1 | 9F | D0 | 0 | 1D | 8 | C | 13B | 34 | 4B |
| Octal | 341 | 237 | 320 | 0 | 35 | 10 | 14 | 473 | 64 | 113 |
| Binary | 11100001 | 10011111 | 11010000 | 0 | 11101 | 1000 | 1100 | 100111011 | 110100 | 1001011 |
Color Harmonies of #E19FD0
Complementary color
Monochromatic Colors of #E19FD0
Black with #E19FD0
Text Example
Text Example
White with #E19FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19FD0; }
p { color: rgb(225,159,208); }
H1.HeaderClassName
{
color: #E19FD0;
}
.AnyTagClassName
{
color: #E19FD0;
}
</style>
background-color css
<style>
a { background-color: #E19FD0; }
a { background-color: rgb(225,159,208); }
div.DivClassName
{
background-color: #E19FD0;
}
.BgClassName
{
background-color: #E19FD0;
}
</style>
border-color css
<style>
span { border-color: #E19FD0; }
span { border-color: rgb(225,159,208); }
td.TdClassName
{
border-color: #E19FD0;
}
.TagClassName
{
border-color: #E19FD0;
}
</style>