Shades of Plum #E19BD7
Tints of Plum #E19BD7
RGB
CMYK
RGB Variations
Color information
#E19BD7 (or 0xE19BD7) is known color: Plum. HEX triplet: E1, 9B and D7. RGB value is (225,155,215). Sum of RGB (Red+Green+Blue) = 225+155+215=595 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.82% from 595); Green value is 155 (60.94% from 255 or 26.05% from 595); Blue value is 215 (84.38% from 255 or 36.13% from 595); Max value from RGB is 225 - color contains mainly: red. Hex color #E19BD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19BD7 is #1E6428. Grayscale: #B6B6B6. Windows color (decimal): -1991721 or 14130145. OLE color: 14130145.
HSL color Cylindrical-coordinate representation of color #E19BD7: hue angle of 308.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 #E19BD7 is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 155 | 215 | - |
| CMYK | 0 | 0.31 | 0.04 | 0.12 |
| HSL | 308.57º | 0.54% | 0.75% | - |
| HSV(B) | 308.57º | 0.31% | 0.88% | - |
| XYZ | 55.04 | 44.36 | 69.95 | - |
| YUV | 182.77 | 146.19 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 155 | 215 | 0 | 0.31 | 0.04 | 0.12 | 308.57 | 0.54 | 0.75 |
| Hex | E1 | 9B | D7 | 0 | 1F | 4 | C | 135 | 36 | 4B |
| Octal | 341 | 233 | 327 | 0 | 37 | 4 | 14 | 465 | 66 | 113 |
| Binary | 11100001 | 10011011 | 11010111 | 0 | 11111 | 100 | 1100 | 100110101 | 110110 | 1001011 |
Color Harmonies of #E19BD7
Complementary color
Monochromatic Colors of #E19BD7
Black with #E19BD7
Text Example
Text Example
White with #E19BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19BD7; }
p { color: rgb(225,155,215); }
H1.HeaderClassName
{
color: #E19BD7;
}
.AnyTagClassName
{
color: #E19BD7;
}
</style>
background-color css
<style>
a { background-color: #E19BD7; }
a { background-color: rgb(225,155,215); }
div.DivClassName
{
background-color: #E19BD7;
}
.BgClassName
{
background-color: #E19BD7;
}
</style>
border-color css
<style>
span { border-color: #E19BD7; }
span { border-color: rgb(225,155,215); }
td.TdClassName
{
border-color: #E19BD7;
}
.TagClassName
{
border-color: #E19BD7;
}
</style>