Shades of Plum #E19DE0
Tints of Plum #E19DE0
RGB
CMYK
RGB Variations
Color information
#E19DE0 (or 0xE19DE0) is known color: Plum. HEX triplet: E1, 9D and E0. RGB value is (225,157,224). Sum of RGB (Red+Green+Blue) = 225+157+224=606 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.13% from 606); Green value is 157 (61.72% from 255 or 25.91% from 606); Blue value is 224 (87.89% from 255 or 36.96% from 606); Max value from RGB is 225 - color contains mainly: red. Hex color #E19DE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19DE0 is #1E621F. Grayscale: #B8B8B8. Windows color (decimal): -1991200 or 14720481. OLE color: 14720481.
HSL color Cylindrical-coordinate representation of color #E19DE0: hue angle of 300.88º 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 #E19DE0 is Cyan = 0, Magento = 0.30, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 157 | 224 | - |
| CMYK | 0 | 0.30 | 0.00 | 0.12 |
| HSL | 300.88º | 0.53% | 0.75% | - |
| HSV(B) | 300.88º | 0.3% | 0.88% | - |
| XYZ | 56.56 | 45.5 | 76.32 | - |
| YUV | 184.97 | 150.03 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 157 | 224 | 0 | 0.30 | 0.00 | 0.12 | 300.88 | 0.53 | 0.75 |
| Hex | E1 | 9D | E0 | 0 | 1E | 0 | C | 12D | 35 | 4B |
| Octal | 341 | 235 | 340 | 0 | 36 | 0 | 14 | 455 | 65 | 113 |
| Binary | 11100001 | 10011101 | 11100000 | 0 | 11110 | 0 | 1100 | 100101101 | 110101 | 1001011 |
Color Harmonies of #E19DE0
Complementary color
Monochromatic Colors of #E19DE0
Black with #E19DE0
Text Example
Text Example
White with #E19DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19DE0; }
p { color: rgb(225,157,224); }
H1.HeaderClassName
{
color: #E19DE0;
}
.AnyTagClassName
{
color: #E19DE0;
}
</style>
background-color css
<style>
a { background-color: #E19DE0; }
a { background-color: rgb(225,157,224); }
div.DivClassName
{
background-color: #E19DE0;
}
.BgClassName
{
background-color: #E19DE0;
}
</style>
border-color css
<style>
span { border-color: #E19DE0; }
span { border-color: rgb(225,157,224); }
td.TdClassName
{
border-color: #E19DE0;
}
.TagClassName
{
border-color: #E19DE0;
}
</style>