Shades of Plum #E19CDE
Tints of Plum #E19CDE
RGB
CMYK
RGB Variations
Color information
#E19CDE (or 0xE19CDE) is known color: Plum. HEX triplet: E1, 9C and DE. RGB value is (225,156,222). Sum of RGB (Red+Green+Blue) = 225+156+222=603 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.31% from 603); Green value is 156 (61.33% from 255 or 25.87% from 603); Blue value is 222 (87.11% from 255 or 36.82% from 603); Max value from RGB is 225 - color contains mainly: red. Hex color #E19CDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19CDE is #1E6321. Grayscale: #B7B7B7. Windows color (decimal): -1991458 or 14589153. OLE color: 14589153.
HSL color Cylindrical-coordinate representation of color #E19CDE: hue angle of 302.61º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E19CDE is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 156 | 222 | - |
| CMYK | 0 | 0.31 | 0.01 | 0.12 |
| HSL | 302.61º | 0.53% | 0.75% | - |
| HSV(B) | 302.61º | 0.31% | 0.88% | - |
| XYZ | 56.12 | 45.06 | 74.85 | - |
| YUV | 184.16 | 149.36 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 156 | 222 | 0 | 0.31 | 0.01 | 0.12 | 302.61 | 0.53 | 0.75 |
| Hex | E1 | 9C | DE | 0 | 1F | 1 | C | 12F | 35 | 4B |
| Octal | 341 | 234 | 336 | 0 | 37 | 1 | 14 | 457 | 65 | 113 |
| Binary | 11100001 | 10011100 | 11011110 | 0 | 11111 | 1 | 1100 | 100101111 | 110101 | 1001011 |
Color Harmonies of #E19CDE
Complementary color
Monochromatic Colors of #E19CDE
Black with #E19CDE
Text Example
Text Example
White with #E19CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19CDE; }
p { color: rgb(225,156,222); }
H1.HeaderClassName
{
color: #E19CDE;
}
.AnyTagClassName
{
color: #E19CDE;
}
</style>
background-color css
<style>
a { background-color: #E19CDE; }
a { background-color: rgb(225,156,222); }
div.DivClassName
{
background-color: #E19CDE;
}
.BgClassName
{
background-color: #E19CDE;
}
</style>
border-color css
<style>
span { border-color: #E19CDE; }
span { border-color: rgb(225,156,222); }
td.TdClassName
{
border-color: #E19CDE;
}
.TagClassName
{
border-color: #E19CDE;
}
</style>