Shades of Plum #E19DD0
Tints of Plum #E19DD0
RGB
CMYK
RGB Variations
Color information
#E19DD0 (or 0xE19DD0) is known color: Plum. HEX triplet: E1, 9D and D0. RGB value is (225,157,208). Sum of RGB (Red+Green+Blue) = 225+157+208=590 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.14% from 590); Green value is 157 (61.72% from 255 or 26.61% from 590); Blue value is 208 (81.64% from 255 or 35.25% from 590); Max value from RGB is 225 - color contains mainly: red. Hex color #E19DD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19DD0 is #1E622F. Grayscale: #B7B7B7. Windows color (decimal): -1991216 or 13671905. OLE color: 13671905.
HSL color Cylindrical-coordinate representation of color #E19DD0: hue angle of 315º 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 #E19DD0 is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 157 | 208 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.12 |
| HSL | 315º | 0.53% | 0.75% | - |
| HSV(B) | 315º | 0.3% | 0.88% | - |
| XYZ | 54.49 | 44.68 | 65.43 | - |
| YUV | 183.15 | 142.03 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 157 | 208 | 0 | 0.30 | 0.08 | 0.12 | 315 | 0.53 | 0.75 |
| Hex | E1 | 9D | D0 | 0 | 1E | 8 | C | 13B | 35 | 4B |
| Octal | 341 | 235 | 320 | 0 | 36 | 10 | 14 | 473 | 65 | 113 |
| Binary | 11100001 | 10011101 | 11010000 | 0 | 11110 | 1000 | 1100 | 100111011 | 110101 | 1001011 |
Color Harmonies of #E19DD0
Complementary color
Monochromatic Colors of #E19DD0
Black with #E19DD0
Text Example
Text Example
White with #E19DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19DD0; }
p { color: rgb(225,157,208); }
H1.HeaderClassName
{
color: #E19DD0;
}
.AnyTagClassName
{
color: #E19DD0;
}
</style>
background-color css
<style>
a { background-color: #E19DD0; }
a { background-color: rgb(225,157,208); }
div.DivClassName
{
background-color: #E19DD0;
}
.BgClassName
{
background-color: #E19DD0;
}
</style>
border-color css
<style>
span { border-color: #E19DD0; }
span { border-color: rgb(225,157,208); }
td.TdClassName
{
border-color: #E19DD0;
}
.TagClassName
{
border-color: #E19DD0;
}
</style>