Shades of Plum #E19CE6
Tints of Plum #E19CE6
RGB
CMYK
RGB Variations
Color information
#E19CE6 (or 0xE19CE6) is known color: Plum. HEX triplet: E1, 9C and E6. RGB value is (225,156,230). Sum of RGB (Red+Green+Blue) = 225+156+230=611 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.82% from 611); Green value is 156 (61.33% from 255 or 25.53% from 611); Blue value is 230 (90.23% from 255 or 37.64% from 611); Max value from RGB is 230 - color contains mainly: blue. Hex color #E19CE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E19CE6 is #1E6319. Grayscale: #B8B8B8. Windows color (decimal): -1991450 or 15113441. OLE color: 15113441.
HSL color Cylindrical-coordinate representation of color #E19CE6: hue angle of 295.95º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E19CE6 is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 156 | 230 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.10 |
| HSL | 295.95º | 0.6% | 0.76% | - |
| HSV(B) | 295.95º | 0.32% | 0.9% | - |
| XYZ | 57.22 | 45.5 | 80.63 | - |
| YUV | 185.07 | 153.36 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 156 | 230 | 0.02 | 0.32 | 0 | 0.10 | 295.95 | 0.6 | 0.76 |
| Hex | E1 | 9C | E6 | 2 | 20 | 0 | A | 128 | 3C | 4C |
| Octal | 341 | 234 | 346 | 2 | 40 | 0 | 12 | 450 | 74 | 114 |
| Binary | 11100001 | 10011100 | 11100110 | 10 | 100000 | 0 | 1010 | 100101000 | 111100 | 1001100 |
Color Harmonies of #E19CE6
Complementary color
Monochromatic Colors of #E19CE6
Black with #E19CE6
Text Example
Text Example
White with #E19CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19CE6; }
p { color: rgb(225,156,230); }
H1.HeaderClassName
{
color: #E19CE6;
}
.AnyTagClassName
{
color: #E19CE6;
}
</style>
background-color css
<style>
a { background-color: #E19CE6; }
a { background-color: rgb(225,156,230); }
div.DivClassName
{
background-color: #E19CE6;
}
.BgClassName
{
background-color: #E19CE6;
}
</style>
border-color css
<style>
span { border-color: #E19CE6; }
span { border-color: rgb(225,156,230); }
td.TdClassName
{
border-color: #E19CE6;
}
.TagClassName
{
border-color: #E19CE6;
}
</style>