Shades of Plum #E19BDE
Tints of Plum #E19BDE
RGB
CMYK
RGB Variations
Color information
#E19BDE (or 0xE19BDE) is known color: Plum. HEX triplet: E1, 9B and DE. RGB value is (225,155,222). Sum of RGB (Red+Green+Blue) = 225+155+222=602 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.38% from 602); Green value is 155 (60.94% from 255 or 25.75% from 602); Blue value is 222 (87.11% from 255 or 36.88% from 602); Max value from RGB is 225 - color contains mainly: red. Hex color #E19BDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19BDE is #1E6421. Grayscale: #B7B7B7. Windows color (decimal): -1991714 or 14588897. OLE color: 14588897.
HSL color Cylindrical-coordinate representation of color #E19BDE: hue angle of 302.57º 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 #E19BDE is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 155 | 222 | - |
| CMYK | 0 | 0.31 | 0.01 | 0.12 |
| HSL | 302.57º | 0.54% | 0.75% | - |
| HSV(B) | 302.57º | 0.31% | 0.88% | - |
| XYZ | 55.96 | 44.72 | 74.79 | - |
| YUV | 183.57 | 149.69 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 155 | 222 | 0 | 0.31 | 0.01 | 0.12 | 302.57 | 0.54 | 0.75 |
| Hex | E1 | 9B | DE | 0 | 1F | 1 | C | 12F | 36 | 4B |
| Octal | 341 | 233 | 336 | 0 | 37 | 1 | 14 | 457 | 66 | 113 |
| Binary | 11100001 | 10011011 | 11011110 | 0 | 11111 | 1 | 1100 | 100101111 | 110110 | 1001011 |
Color Harmonies of #E19BDE
Complementary color
Monochromatic Colors of #E19BDE
Black with #E19BDE
Text Example
Text Example
White with #E19BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19BDE; }
p { color: rgb(225,155,222); }
H1.HeaderClassName
{
color: #E19BDE;
}
.AnyTagClassName
{
color: #E19BDE;
}
</style>
background-color css
<style>
a { background-color: #E19BDE; }
a { background-color: rgb(225,155,222); }
div.DivClassName
{
background-color: #E19BDE;
}
.BgClassName
{
background-color: #E19BDE;
}
</style>
border-color css
<style>
span { border-color: #E19BDE; }
span { border-color: rgb(225,155,222); }
td.TdClassName
{
border-color: #E19BDE;
}
.TagClassName
{
border-color: #E19BDE;
}
</style>