Shades of Plum #E19CDF
Tints of Plum #E19CDF
RGB
CMYK
RGB Variations
Color information
#E19CDF (or 0xE19CDF) is known color: Plum. HEX triplet: E1, 9C and DF. RGB value is (225,156,223). Sum of RGB (Red+Green+Blue) = 225+156+223=604 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.25% from 604); Green value is 156 (61.33% from 255 or 25.83% from 604); Blue value is 223 (87.5% from 255 or 36.92% from 604); Max value from RGB is 225 - color contains mainly: red. Hex color #E19CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19CDF is #1E6320. Grayscale: #B8B8B8. Windows color (decimal): -1991457 or 14654689. OLE color: 14654689.
HSL color Cylindrical-coordinate representation of color #E19CDF: hue angle of 301.74º 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 #E19CDF is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 156 | 223 | - |
| CMYK | 0 | 0.31 | 0.01 | 0.12 |
| HSL | 301.74º | 0.53% | 0.75% | - |
| HSV(B) | 301.74º | 0.31% | 0.88% | - |
| XYZ | 56.26 | 45.11 | 75.55 | - |
| YUV | 184.27 | 149.86 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 156 | 223 | 0 | 0.31 | 0.01 | 0.12 | 301.74 | 0.53 | 0.75 |
| Hex | E1 | 9C | DF | 0 | 1F | 1 | C | 12E | 35 | 4B |
| Octal | 341 | 234 | 337 | 0 | 37 | 1 | 14 | 456 | 65 | 113 |
| Binary | 11100001 | 10011100 | 11011111 | 0 | 11111 | 1 | 1100 | 100101110 | 110101 | 1001011 |
Color Harmonies of #E19CDF
Complementary color
Monochromatic Colors of #E19CDF
Black with #E19CDF
Text Example
Text Example
White with #E19CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19CDF; }
p { color: rgb(225,156,223); }
H1.HeaderClassName
{
color: #E19CDF;
}
.AnyTagClassName
{
color: #E19CDF;
}
</style>
background-color css
<style>
a { background-color: #E19CDF; }
a { background-color: rgb(225,156,223); }
div.DivClassName
{
background-color: #E19CDF;
}
.BgClassName
{
background-color: #E19CDF;
}
</style>
border-color css
<style>
span { border-color: #E19CDF; }
span { border-color: rgb(225,156,223); }
td.TdClassName
{
border-color: #E19CDF;
}
.TagClassName
{
border-color: #E19CDF;
}
</style>