Shades of Plum #E19EE1
Tints of Plum #E19EE1
RGB
CMYK
RGB Variations
Color information
#E19EE1 (or 0xE19EE1) is known color: Plum. HEX triplet: E1, 9E and E1. RGB value is (225,158,225). Sum of RGB (Red+Green+Blue) = 225+158+225=608 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.01% from 608); Green value is 158 (62.11% from 255 or 25.99% from 608); Blue value is 225 (88.28% from 255 or 37.01% from 608); Max value from RGB is 225 - color contains mainly: red, blue. Hex color #E19EE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19EE1 is #1E611E. Grayscale: #B9B9B9. Windows color (decimal): -1990943 or 14786273. OLE color: 14786273.
HSL color Cylindrical-coordinate representation of color #E19EE1: hue angle of 300º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E19EE1 is Cyan = 0, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 158 | 225 | - |
| CMYK | 0 | 0.30 | 0 | 0.12 |
| HSL | 300º | 0.53% | 0.75% | - |
| HSV(B) | 300º | 0.3% | 0.88% | - |
| XYZ | 56.87 | 45.9 | 77.1 | - |
| YUV | 185.67 | 150.2 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 158 | 225 | 0 | 0.30 | 0 | 0.12 | 300 | 0.53 | 0.75 |
| Hex | E1 | 9E | E1 | 0 | 1E | 0 | C | 12C | 35 | 4B |
| Octal | 341 | 236 | 341 | 0 | 36 | 0 | 14 | 454 | 65 | 113 |
| Binary | 11100001 | 10011110 | 11100001 | 0 | 11110 | 0 | 1100 | 100101100 | 110101 | 1001011 |
Color Harmonies of #E19EE1
Complementary color
Monochromatic Colors of #E19EE1
Black with #E19EE1
Text Example
Text Example
White with #E19EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19EE1; }
p { color: rgb(225,158,225); }
H1.HeaderClassName
{
color: #E19EE1;
}
.AnyTagClassName
{
color: #E19EE1;
}
</style>
background-color css
<style>
a { background-color: #E19EE1; }
a { background-color: rgb(225,158,225); }
div.DivClassName
{
background-color: #E19EE1;
}
.BgClassName
{
background-color: #E19EE1;
}
</style>
border-color css
<style>
span { border-color: #E19EE1; }
span { border-color: rgb(225,158,225); }
td.TdClassName
{
border-color: #E19EE1;
}
.TagClassName
{
border-color: #E19EE1;
}
</style>