Shades of Plum #E19CF1
Tints of Plum #E19CF1
RGB
CMYK
RGB Variations
Color information
#E19CF1 (or 0xE19CF1) is known color: Plum. HEX triplet: E1, 9C and F1. RGB value is (225,156,241). Sum of RGB (Red+Green+Blue) = 225+156+241=622 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.17% from 622); Green value is 156 (61.33% from 255 or 25.08% from 622); Blue value is 241 (94.53% from 255 or 38.75% from 622); Max value from RGB is 241 - color contains mainly: blue. Hex color #E19CF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E19CF1 is #1E630E. Grayscale: #BABABA. Windows color (decimal): -1991439 or 15834337. OLE color: 15834337.
HSL color Cylindrical-coordinate representation of color #E19CF1: hue angle of 288.71º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E19CF1 is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 156 | 241 | - |
| CMYK | 0.07 | 0.35 | 0 | 0.05 |
| HSL | 288.71º | 0.75% | 0.78% | - |
| HSV(B) | 288.71º | 0.35% | 0.95% | - |
| XYZ | 58.82 | 46.14 | 89.02 | - |
| YUV | 186.32 | 158.86 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 156 | 241 | 0.07 | 0.35 | 0 | 0.05 | 288.71 | 0.75 | 0.78 |
| Hex | E1 | 9C | F1 | 7 | 23 | 0 | 5 | 121 | 4B | 4E |
| Octal | 341 | 234 | 361 | 7 | 43 | 0 | 5 | 441 | 113 | 116 |
| Binary | 11100001 | 10011100 | 11110001 | 111 | 100011 | 0 | 101 | 100100001 | 1001011 | 1001110 |
Color Harmonies of #E19CF1
Complementary color
Monochromatic Colors of #E19CF1
Black with #E19CF1
Text Example
Text Example
White with #E19CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19CF1; }
p { color: rgb(225,156,241); }
H1.HeaderClassName
{
color: #E19CF1;
}
.AnyTagClassName
{
color: #E19CF1;
}
</style>
background-color css
<style>
a { background-color: #E19CF1; }
a { background-color: rgb(225,156,241); }
div.DivClassName
{
background-color: #E19CF1;
}
.BgClassName
{
background-color: #E19CF1;
}
</style>
border-color css
<style>
span { border-color: #E19CF1; }
span { border-color: rgb(225,156,241); }
td.TdClassName
{
border-color: #E19CF1;
}
.TagClassName
{
border-color: #E19CF1;
}
</style>