Shades of Plum #E19ADA
Tints of Plum #E19ADA
RGB
CMYK
RGB Variations
Color information
#E19ADA (or 0xE19ADA) is known color: Plum. HEX triplet: E1, 9A and DA. RGB value is (225,154,218). Sum of RGB (Red+Green+Blue) = 225+154+218=597 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.69% from 597); Green value is 154 (60.55% from 255 or 25.80% from 597); Blue value is 218 (85.55% from 255 or 36.52% from 597); Max value from RGB is 225 - color contains mainly: red. Hex color #E19ADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19ADA is #1E6525. Grayscale: #B6B6B6. Windows color (decimal): -1991974 or 14326497. OLE color: 14326497.
HSL color Cylindrical-coordinate representation of color #E19ADA: hue angle of 305.92º 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 #E19ADA is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 154 | 218 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.12 |
| HSL | 305.92º | 0.54% | 0.74% | - |
| HSV(B) | 305.92º | 0.32% | 0.88% | - |
| XYZ | 55.26 | 44.18 | 71.94 | - |
| YUV | 182.53 | 148.02 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 154 | 218 | 0 | 0.32 | 0.03 | 0.12 | 305.92 | 0.54 | 0.74 |
| Hex | E1 | 9A | DA | 0 | 20 | 3 | C | 132 | 36 | 4A |
| Octal | 341 | 232 | 332 | 0 | 40 | 3 | 14 | 462 | 66 | 112 |
| Binary | 11100001 | 10011010 | 11011010 | 0 | 100000 | 11 | 1100 | 100110010 | 110110 | 1001010 |
Color Harmonies of #E19ADA
Complementary color
Monochromatic Colors of #E19ADA
Black with #E19ADA
Text Example
Text Example
White with #E19ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19ADA; }
p { color: rgb(225,154,218); }
H1.HeaderClassName
{
color: #E19ADA;
}
.AnyTagClassName
{
color: #E19ADA;
}
</style>
background-color css
<style>
a { background-color: #E19ADA; }
a { background-color: rgb(225,154,218); }
div.DivClassName
{
background-color: #E19ADA;
}
.BgClassName
{
background-color: #E19ADA;
}
</style>
border-color css
<style>
span { border-color: #E19ADA; }
span { border-color: rgb(225,154,218); }
td.TdClassName
{
border-color: #E19ADA;
}
.TagClassName
{
border-color: #E19ADA;
}
</style>