Shades of Plum #E19ADB
Tints of Plum #E19ADB
RGB
CMYK
RGB Variations
Color information
#E19ADB (or 0xE19ADB) is known color: Plum. HEX triplet: E1, 9A and DB. RGB value is (225,154,219). Sum of RGB (Red+Green+Blue) = 225+154+219=598 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.63% from 598); Green value is 154 (60.55% from 255 or 25.75% from 598); Blue value is 219 (85.94% from 255 or 36.62% from 598); Max value from RGB is 225 - color contains mainly: red. Hex color #E19ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19ADB is #1E6524. Grayscale: #B6B6B6. Windows color (decimal): -1991973 or 14392033. OLE color: 14392033.
HSL color Cylindrical-coordinate representation of color #E19ADB: hue angle of 305.07º 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 #E19ADB is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 154 | 219 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.12 |
| HSL | 305.07º | 0.54% | 0.74% | - |
| HSV(B) | 305.07º | 0.32% | 0.88% | - |
| XYZ | 55.39 | 44.23 | 72.64 | - |
| YUV | 182.64 | 148.52 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 154 | 219 | 0 | 0.32 | 0.03 | 0.12 | 305.07 | 0.54 | 0.74 |
| Hex | E1 | 9A | DB | 0 | 20 | 3 | C | 131 | 36 | 4A |
| Octal | 341 | 232 | 333 | 0 | 40 | 3 | 14 | 461 | 66 | 112 |
| Binary | 11100001 | 10011010 | 11011011 | 0 | 100000 | 11 | 1100 | 100110001 | 110110 | 1001010 |
Color Harmonies of #E19ADB
Complementary color
Monochromatic Colors of #E19ADB
Black with #E19ADB
Text Example
Text Example
White with #E19ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19ADB; }
p { color: rgb(225,154,219); }
H1.HeaderClassName
{
color: #E19ADB;
}
.AnyTagClassName
{
color: #E19ADB;
}
</style>
background-color css
<style>
a { background-color: #E19ADB; }
a { background-color: rgb(225,154,219); }
div.DivClassName
{
background-color: #E19ADB;
}
.BgClassName
{
background-color: #E19ADB;
}
</style>
border-color css
<style>
span { border-color: #E19ADB; }
span { border-color: rgb(225,154,219); }
td.TdClassName
{
border-color: #E19ADB;
}
.TagClassName
{
border-color: #E19ADB;
}
</style>