Shades of Plum #E19EE0
Tints of Plum #E19EE0
RGB
CMYK
RGB Variations
Color information
#E19EE0 (or 0xE19EE0) is known color: Plum. HEX triplet: E1, 9E and E0. RGB value is (225,158,224). Sum of RGB (Red+Green+Blue) = 225+158+224=607 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.07% from 607); Green value is 158 (62.11% from 255 or 26.03% from 607); Blue value is 224 (87.89% from 255 or 36.90% from 607); Max value from RGB is 225 - color contains mainly: red. Hex color #E19EE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19EE0 is #1E611F. Grayscale: #B9B9B9. Windows color (decimal): -1990944 or 14720737. OLE color: 14720737.
HSL color Cylindrical-coordinate representation of color #E19EE0: hue angle of 300.9º 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 #E19EE0 is Cyan = 0, Magento = 0.30, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 158 | 224 | - |
| CMYK | 0 | 0.30 | 0.00 | 0.12 |
| HSL | 300.9º | 0.53% | 0.75% | - |
| HSV(B) | 300.9º | 0.3% | 0.88% | - |
| XYZ | 56.73 | 45.84 | 76.38 | - |
| YUV | 185.56 | 149.7 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 158 | 224 | 0 | 0.30 | 0.00 | 0.12 | 300.9 | 0.53 | 0.75 |
| Hex | E1 | 9E | E0 | 0 | 1E | 0 | C | 12D | 35 | 4B |
| Octal | 341 | 236 | 340 | 0 | 36 | 0 | 14 | 455 | 65 | 113 |
| Binary | 11100001 | 10011110 | 11100000 | 0 | 11110 | 0 | 1100 | 100101101 | 110101 | 1001011 |
Color Harmonies of #E19EE0
Complementary color
Monochromatic Colors of #E19EE0
Black with #E19EE0
Text Example
Text Example
White with #E19EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19EE0; }
p { color: rgb(225,158,224); }
H1.HeaderClassName
{
color: #E19EE0;
}
.AnyTagClassName
{
color: #E19EE0;
}
</style>
background-color css
<style>
a { background-color: #E19EE0; }
a { background-color: rgb(225,158,224); }
div.DivClassName
{
background-color: #E19EE0;
}
.BgClassName
{
background-color: #E19EE0;
}
</style>
border-color css
<style>
span { border-color: #E19EE0; }
span { border-color: rgb(225,158,224); }
td.TdClassName
{
border-color: #E19EE0;
}
.TagClassName
{
border-color: #E19EE0;
}
</style>