Shades of Plum #E19BD9
Tints of Plum #E19BD9
RGB
CMYK
RGB Variations
Color information
#E19BD9 (or 0xE19BD9) is known color: Plum. HEX triplet: E1, 9B and D9. RGB value is (225,155,217). Sum of RGB (Red+Green+Blue) = 225+155+217=597 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.69% from 597); Green value is 155 (60.94% from 255 or 25.96% from 597); Blue value is 217 (85.16% from 255 or 36.35% from 597); Max value from RGB is 225 - color contains mainly: red. Hex color #E19BD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19BD9 is #1E6426. Grayscale: #B6B6B6. Windows color (decimal): -1991719 or 14261217. OLE color: 14261217.
HSL color Cylindrical-coordinate representation of color #E19BD9: hue angle of 306.86º 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 #E19BD9 is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 155 | 217 | - |
| CMYK | 0 | 0.31 | 0.04 | 0.12 |
| HSL | 306.86º | 0.54% | 0.75% | - |
| HSV(B) | 306.86º | 0.31% | 0.88% | - |
| XYZ | 55.3 | 44.46 | 71.31 | - |
| YUV | 183 | 147.19 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 155 | 217 | 0 | 0.31 | 0.04 | 0.12 | 306.86 | 0.54 | 0.75 |
| Hex | E1 | 9B | D9 | 0 | 1F | 4 | C | 133 | 36 | 4B |
| Octal | 341 | 233 | 331 | 0 | 37 | 4 | 14 | 463 | 66 | 113 |
| Binary | 11100001 | 10011011 | 11011001 | 0 | 11111 | 100 | 1100 | 100110011 | 110110 | 1001011 |
Color Harmonies of #E19BD9
Complementary color
Monochromatic Colors of #E19BD9
Black with #E19BD9
Text Example
Text Example
White with #E19BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19BD9; }
p { color: rgb(225,155,217); }
H1.HeaderClassName
{
color: #E19BD9;
}
.AnyTagClassName
{
color: #E19BD9;
}
</style>
background-color css
<style>
a { background-color: #E19BD9; }
a { background-color: rgb(225,155,217); }
div.DivClassName
{
background-color: #E19BD9;
}
.BgClassName
{
background-color: #E19BD9;
}
</style>
border-color css
<style>
span { border-color: #E19BD9; }
span { border-color: rgb(225,155,217); }
td.TdClassName
{
border-color: #E19BD9;
}
.TagClassName
{
border-color: #E19BD9;
}
</style>