Shades of Plum #E19AD7
Tints of Plum #E19AD7
RGB
CMYK
RGB Variations
Color information
#E19AD7 (or 0xE19AD7) is known color: Plum. HEX triplet: E1, 9A and D7. RGB value is (225,154,215). Sum of RGB (Red+Green+Blue) = 225+154+215=594 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.88% from 594); Green value is 154 (60.55% from 255 or 25.93% from 594); Blue value is 215 (84.38% from 255 or 36.20% from 594); Max value from RGB is 225 - color contains mainly: red. Hex color #E19AD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19AD7 is #1E6528. Grayscale: #B6B6B6. Windows color (decimal): -1991977 or 14129889. OLE color: 14129889.
HSL color Cylindrical-coordinate representation of color #E19AD7: hue angle of 308.45º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E19AD7 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 154 | 215 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.12 |
| HSL | 308.45º | 0.54% | 0.74% | - |
| HSV(B) | 308.45º | 0.32% | 0.88% | - |
| XYZ | 54.87 | 44.03 | 69.9 | - |
| YUV | 182.18 | 146.52 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 154 | 215 | 0 | 0.32 | 0.04 | 0.12 | 308.45 | 0.54 | 0.74 |
| Hex | E1 | 9A | D7 | 0 | 20 | 4 | C | 134 | 36 | 4A |
| Octal | 341 | 232 | 327 | 0 | 40 | 4 | 14 | 464 | 66 | 112 |
| Binary | 11100001 | 10011010 | 11010111 | 0 | 100000 | 100 | 1100 | 100110100 | 110110 | 1001010 |
Color Harmonies of #E19AD7
Complementary color
Monochromatic Colors of #E19AD7
Black with #E19AD7
Text Example
Text Example
White with #E19AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19AD7; }
p { color: rgb(225,154,215); }
H1.HeaderClassName
{
color: #E19AD7;
}
.AnyTagClassName
{
color: #E19AD7;
}
</style>
background-color css
<style>
a { background-color: #E19AD7; }
a { background-color: rgb(225,154,215); }
div.DivClassName
{
background-color: #E19AD7;
}
.BgClassName
{
background-color: #E19AD7;
}
</style>
border-color css
<style>
span { border-color: #E19AD7; }
span { border-color: rgb(225,154,215); }
td.TdClassName
{
border-color: #E19AD7;
}
.TagClassName
{
border-color: #E19AD7;
}
</style>