Shades of Plum #E19EDE
Tints of Plum #E19EDE
RGB
CMYK
RGB Variations
Color information
#E19EDE (or 0xE19EDE) is known color: Plum. HEX triplet: E1, 9E and DE. RGB value is (225,158,222). Sum of RGB (Red+Green+Blue) = 225+158+222=605 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.19% from 605); Green value is 158 (62.11% from 255 or 26.12% from 605); Blue value is 222 (87.11% from 255 or 36.69% from 605); Max value from RGB is 225 - color contains mainly: red. Hex color #E19EDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19EDE is #1E6121. Grayscale: #B9B9B9. Windows color (decimal): -1990946 or 14589665. OLE color: 14589665.
HSL color Cylindrical-coordinate representation of color #E19EDE: hue angle of 302.69º 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 #E19EDE is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 158 | 222 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.12 |
| HSL | 302.69º | 0.53% | 0.75% | - |
| HSV(B) | 302.69º | 0.3% | 0.88% | - |
| XYZ | 56.46 | 45.74 | 74.96 | - |
| YUV | 185.33 | 148.7 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 158 | 222 | 0 | 0.30 | 0.01 | 0.12 | 302.69 | 0.53 | 0.75 |
| Hex | E1 | 9E | DE | 0 | 1E | 1 | C | 12F | 35 | 4B |
| Octal | 341 | 236 | 336 | 0 | 36 | 1 | 14 | 457 | 65 | 113 |
| Binary | 11100001 | 10011110 | 11011110 | 0 | 11110 | 1 | 1100 | 100101111 | 110101 | 1001011 |
Color Harmonies of #E19EDE
Complementary color
Monochromatic Colors of #E19EDE
Black with #E19EDE
Text Example
Text Example
White with #E19EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19EDE; }
p { color: rgb(225,158,222); }
H1.HeaderClassName
{
color: #E19EDE;
}
.AnyTagClassName
{
color: #E19EDE;
}
</style>
background-color css
<style>
a { background-color: #E19EDE; }
a { background-color: rgb(225,158,222); }
div.DivClassName
{
background-color: #E19EDE;
}
.BgClassName
{
background-color: #E19EDE;
}
</style>
border-color css
<style>
span { border-color: #E19EDE; }
span { border-color: rgb(225,158,222); }
td.TdClassName
{
border-color: #E19EDE;
}
.TagClassName
{
border-color: #E19EDE;
}
</style>