Shades of Plum #E19BDB
Tints of Plum #E19BDB
RGB
CMYK
RGB Variations
Color information
#E19BDB (or 0xE19BDB) is known color: Plum. HEX triplet: E1, 9B and DB. RGB value is (225,155,219). Sum of RGB (Red+Green+Blue) = 225+155+219=599 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.56% from 599); Green value is 155 (60.94% from 255 or 25.88% from 599); Blue value is 219 (85.94% from 255 or 36.56% from 599); Max value from RGB is 225 - color contains mainly: red. Hex color #E19BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19BDB is #1E6424. Grayscale: #B7B7B7. Windows color (decimal): -1991717 or 14392289. OLE color: 14392289.
HSL color Cylindrical-coordinate representation of color #E19BDB: hue angle of 305.14º degrees, saturation: 0.54, 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 #E19BDB is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 155 | 219 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.12 |
| HSL | 305.14º | 0.54% | 0.75% | - |
| HSV(B) | 305.14º | 0.31% | 0.88% | - |
| XYZ | 55.56 | 44.56 | 72.69 | - |
| YUV | 183.23 | 148.19 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 155 | 219 | 0 | 0.31 | 0.03 | 0.12 | 305.14 | 0.54 | 0.75 |
| Hex | E1 | 9B | DB | 0 | 1F | 3 | C | 131 | 36 | 4B |
| Octal | 341 | 233 | 333 | 0 | 37 | 3 | 14 | 461 | 66 | 113 |
| Binary | 11100001 | 10011011 | 11011011 | 0 | 11111 | 11 | 1100 | 100110001 | 110110 | 1001011 |
Color Harmonies of #E19BDB
Complementary color
Monochromatic Colors of #E19BDB
Black with #E19BDB
Text Example
Text Example
White with #E19BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19BDB; }
p { color: rgb(225,155,219); }
H1.HeaderClassName
{
color: #E19BDB;
}
.AnyTagClassName
{
color: #E19BDB;
}
</style>
background-color css
<style>
a { background-color: #E19BDB; }
a { background-color: rgb(225,155,219); }
div.DivClassName
{
background-color: #E19BDB;
}
.BgClassName
{
background-color: #E19BDB;
}
</style>
border-color css
<style>
span { border-color: #E19BDB; }
span { border-color: rgb(225,155,219); }
td.TdClassName
{
border-color: #E19BDB;
}
.TagClassName
{
border-color: #E19BDB;
}
</style>