Shades of Plum #E19FF1
Tints of Plum #E19FF1
RGB
CMYK
RGB Variations
Color information
#E19FF1 (or 0xE19FF1) is known color: Plum. HEX triplet: E1, 9F and F1. RGB value is (225,159,241). Sum of RGB (Red+Green+Blue) = 225+159+241=625 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36% from 625); Green value is 159 (62.5% from 255 or 25.44% from 625); Blue value is 241 (94.53% from 255 or 38.56% from 625); Max value from RGB is 241 - color contains mainly: blue. Hex color #E19FF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E19FF1 is #1E600E. Grayscale: #BBBBBB. Windows color (decimal): -1990671 or 15835105. OLE color: 15835105.
HSL color Cylindrical-coordinate representation of color #E19FF1: hue angle of 288.29º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E19FF1 is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 159 | 241 | - |
| CMYK | 0.07 | 0.34 | 0 | 0.05 |
| HSL | 288.29º | 0.75% | 0.78% | - |
| HSV(B) | 288.29º | 0.34% | 0.95% | - |
| XYZ | 59.33 | 47.15 | 89.19 | - |
| YUV | 188.08 | 157.87 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 159 | 241 | 0.07 | 0.34 | 0 | 0.05 | 288.29 | 0.75 | 0.78 |
| Hex | E1 | 9F | F1 | 7 | 22 | 0 | 5 | 120 | 4B | 4E |
| Octal | 341 | 237 | 361 | 7 | 42 | 0 | 5 | 440 | 113 | 116 |
| Binary | 11100001 | 10011111 | 11110001 | 111 | 100010 | 0 | 101 | 100100000 | 1001011 | 1001110 |
Color Harmonies of #E19FF1
Complementary color
Monochromatic Colors of #E19FF1
Black with #E19FF1
Text Example
Text Example
White with #E19FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19FF1; }
p { color: rgb(225,159,241); }
H1.HeaderClassName
{
color: #E19FF1;
}
.AnyTagClassName
{
color: #E19FF1;
}
</style>
background-color css
<style>
a { background-color: #E19FF1; }
a { background-color: rgb(225,159,241); }
div.DivClassName
{
background-color: #E19FF1;
}
.BgClassName
{
background-color: #E19FF1;
}
</style>
border-color css
<style>
span { border-color: #E19FF1; }
span { border-color: rgb(225,159,241); }
td.TdClassName
{
border-color: #E19FF1;
}
.TagClassName
{
border-color: #E19FF1;
}
</style>