Shades of Plum #E191D9
Tints of Plum #E191D9
RGB
CMYK
RGB Variations
Color information
#E191D9 (or 0xE191D9) is known color: Plum. HEX triplet: E1, 91 and D9. RGB value is (225,145,217). Sum of RGB (Red+Green+Blue) = 225+145+217=587 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.33% from 587); Green value is 145 (57.03% from 255 or 24.70% from 587); Blue value is 217 (85.16% from 255 or 36.97% from 587); Max value from RGB is 225 - color contains mainly: red. Hex color #E191D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E191D9 is #1E6E26. Grayscale: #B0B0B0. Windows color (decimal): -1994279 or 14258657. OLE color: 14258657.
HSL color Cylindrical-coordinate representation of color #E191D9: hue angle of 306º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E191D9 is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 145 | 217 | - |
| CMYK | 0 | 0.36 | 0.04 | 0.12 |
| HSL | 306º | 0.57% | 0.73% | - |
| HSV(B) | 306º | 0.36% | 0.88% | - |
| XYZ | 53.7 | 41.27 | 70.78 | - |
| YUV | 177.13 | 150.5 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 145 | 217 | 0 | 0.36 | 0.04 | 0.12 | 306 | 0.57 | 0.73 |
| Hex | E1 | 91 | D9 | 0 | 24 | 4 | C | 132 | 39 | 49 |
| Octal | 341 | 221 | 331 | 0 | 44 | 4 | 14 | 462 | 71 | 111 |
| Binary | 11100001 | 10010001 | 11011001 | 0 | 100100 | 100 | 1100 | 100110010 | 111001 | 1001001 |
Color Harmonies of #E191D9
Complementary color
Monochromatic Colors of #E191D9
Black with #E191D9
Text Example
Text Example
White with #E191D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E191D9; }
p { color: rgb(225,145,217); }
H1.HeaderClassName
{
color: #E191D9;
}
.AnyTagClassName
{
color: #E191D9;
}
</style>
background-color css
<style>
a { background-color: #E191D9; }
a { background-color: rgb(225,145,217); }
div.DivClassName
{
background-color: #E191D9;
}
.BgClassName
{
background-color: #E191D9;
}
</style>
border-color css
<style>
span { border-color: #E191D9; }
span { border-color: rgb(225,145,217); }
td.TdClassName
{
border-color: #E191D9;
}
.TagClassName
{
border-color: #E191D9;
}
</style>