Shades of Plum #E19CE7
Tints of Plum #E19CE7
RGB
CMYK
RGB Variations
Color information
#E19CE7 (or 0xE19CE7) is known color: Plum. HEX triplet: E1, 9C and E7. RGB value is (225,156,231). Sum of RGB (Red+Green+Blue) = 225+156+231=612 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.76% from 612); Green value is 156 (61.33% from 255 or 25.49% from 612); Blue value is 231 (90.62% from 255 or 37.75% from 612); Max value from RGB is 231 - color contains mainly: blue. Hex color #E19CE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E19CE7 is #1E6318. Grayscale: #B8B8B8. Windows color (decimal): -1991449 or 15178977. OLE color: 15178977.
HSL color Cylindrical-coordinate representation of color #E19CE7: hue angle of 295.2º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E19CE7 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 225 | 156 | 231 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.09 |
| HSL | 295.2º | 0.61% | 0.76% | - |
| HSV(B) | 295.2º | 0.32% | 0.91% | - |
| XYZ | 57.36 | 45.55 | 81.37 | - |
| YUV | 185.18 | 153.86 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 156 | 231 | 0.03 | 0.32 | 0 | 0.09 | 295.2 | 0.61 | 0.76 |
| Hex | E1 | 9C | E7 | 3 | 20 | 0 | 9 | 127 | 3D | 4C |
| Octal | 341 | 234 | 347 | 3 | 40 | 0 | 11 | 447 | 75 | 114 |
| Binary | 11100001 | 10011100 | 11100111 | 11 | 100000 | 0 | 1001 | 100100111 | 111101 | 1001100 |
Color Harmonies of #E19CE7
Complementary color
Monochromatic Colors of #E19CE7
Black with #E19CE7
Text Example
Text Example
White with #E19CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19CE7; }
p { color: rgb(225,156,231); }
H1.HeaderClassName
{
color: #E19CE7;
}
.AnyTagClassName
{
color: #E19CE7;
}
</style>
background-color css
<style>
a { background-color: #E19CE7; }
a { background-color: rgb(225,156,231); }
div.DivClassName
{
background-color: #E19CE7;
}
.BgClassName
{
background-color: #E19CE7;
}
</style>
border-color css
<style>
span { border-color: #E19CE7; }
span { border-color: rgb(225,156,231); }
td.TdClassName
{
border-color: #E19CE7;
}
.TagClassName
{
border-color: #E19CE7;
}
</style>