Shades of Plum #E19CEC
Tints of Plum #E19CEC
RGB
CMYK
RGB Variations
Color information
#E19CEC (or 0xE19CEC) is known color: Plum. HEX triplet: E1, 9C and EC. RGB value is (225,156,236). Sum of RGB (Red+Green+Blue) = 225+156+236=617 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.47% from 617); Green value is 156 (61.33% from 255 or 25.28% from 617); Blue value is 236 (92.58% from 255 or 38.25% from 617); Max value from RGB is 236 - color contains mainly: blue. Hex color #E19CEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E19CEC is #1E6313. Grayscale: #B9B9B9. Windows color (decimal): -1991444 or 15506657. OLE color: 15506657.
HSL color Cylindrical-coordinate representation of color #E19CEC: hue angle of 291.75º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E19CEC is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 156 | 236 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.07 |
| HSL | 291.75º | 0.68% | 0.77% | - |
| HSV(B) | 291.75º | 0.34% | 0.93% | - |
| XYZ | 58.08 | 45.84 | 85.14 | - |
| YUV | 185.75 | 156.36 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 156 | 236 | 0.05 | 0.34 | 0 | 0.07 | 291.75 | 0.68 | 0.77 |
| Hex | E1 | 9C | EC | 5 | 22 | 0 | 7 | 124 | 44 | 4D |
| Octal | 341 | 234 | 354 | 5 | 42 | 0 | 7 | 444 | 104 | 115 |
| Binary | 11100001 | 10011100 | 11101100 | 101 | 100010 | 0 | 111 | 100100100 | 1000100 | 1001101 |
Color Harmonies of #E19CEC
Complementary color
Monochromatic Colors of #E19CEC
Black with #E19CEC
Text Example
Text Example
White with #E19CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19CEC; }
p { color: rgb(225,156,236); }
H1.HeaderClassName
{
color: #E19CEC;
}
.AnyTagClassName
{
color: #E19CEC;
}
</style>
background-color css
<style>
a { background-color: #E19CEC; }
a { background-color: rgb(225,156,236); }
div.DivClassName
{
background-color: #E19CEC;
}
.BgClassName
{
background-color: #E19CEC;
}
</style>
border-color css
<style>
span { border-color: #E19CEC; }
span { border-color: rgb(225,156,236); }
td.TdClassName
{
border-color: #E19CEC;
}
.TagClassName
{
border-color: #E19CEC;
}
</style>