Shades of Plum #E19FF0
Tints of Plum #E19FF0
RGB
CMYK
RGB Variations
Color information
#E19FF0 (or 0xE19FF0) is known color: Plum. HEX triplet: E1, 9F and F0. RGB value is (225,159,240). Sum of RGB (Red+Green+Blue) = 225+159+240=624 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.06% from 624); Green value is 159 (62.5% from 255 or 25.48% from 624); Blue value is 240 (94.14% from 255 or 38.46% from 624); Max value from RGB is 240 - color contains mainly: blue. Hex color #E19FF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E19FF0 is #1E600F. Grayscale: #BBBBBB. Windows color (decimal): -1990672 or 15769569. OLE color: 15769569.
HSL color Cylindrical-coordinate representation of color #E19FF0: hue angle of 288.89º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E19FF0 is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 159 | 240 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.06 |
| HSL | 288.89º | 0.73% | 0.78% | - |
| HSV(B) | 288.89º | 0.34% | 0.94% | - |
| XYZ | 59.18 | 47.1 | 88.41 | - |
| YUV | 187.97 | 157.37 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 159 | 240 | 0.06 | 0.34 | 0 | 0.06 | 288.89 | 0.73 | 0.78 |
| Hex | E1 | 9F | F0 | 6 | 22 | 0 | 6 | 121 | 49 | 4E |
| Octal | 341 | 237 | 360 | 6 | 42 | 0 | 6 | 441 | 111 | 116 |
| Binary | 11100001 | 10011111 | 11110000 | 110 | 100010 | 0 | 110 | 100100001 | 1001001 | 1001110 |
Color Harmonies of #E19FF0
Complementary color
Monochromatic Colors of #E19FF0
Black with #E19FF0
Text Example
Text Example
White with #E19FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19FF0; }
p { color: rgb(225,159,240); }
H1.HeaderClassName
{
color: #E19FF0;
}
.AnyTagClassName
{
color: #E19FF0;
}
</style>
background-color css
<style>
a { background-color: #E19FF0; }
a { background-color: rgb(225,159,240); }
div.DivClassName
{
background-color: #E19FF0;
}
.BgClassName
{
background-color: #E19FF0;
}
</style>
border-color css
<style>
span { border-color: #E19FF0; }
span { border-color: rgb(225,159,240); }
td.TdClassName
{
border-color: #E19FF0;
}
.TagClassName
{
border-color: #E19FF0;
}
</style>