Shades of Plum #E491D9
Tints of Plum #E491D9
RGB
CMYK
RGB Variations
Color information
#E491D9 (or 0xE491D9) is known color: Plum. HEX triplet: E4, 91 and D9. RGB value is (228,145,217). Sum of RGB (Red+Green+Blue) = 228+145+217=590 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.64% from 590); Green value is 145 (57.03% from 255 or 24.58% from 590); Blue value is 217 (85.16% from 255 or 36.78% from 590); Max value from RGB is 228 - color contains mainly: red. Hex color #E491D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E491D9 is #1B6E26. Grayscale: #B1B1B1. Windows color (decimal): -1797671 or 14258660. OLE color: 14258660.
HSL color Cylindrical-coordinate representation of color #E491D9: hue angle of 307.95º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E491D9 is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 145 | 217 | - |
| CMYK | 0 | 0.36 | 0.05 | 0.11 |
| HSL | 307.95º | 0.61% | 0.73% | - |
| HSV(B) | 307.95º | 0.36% | 0.89% | - |
| XYZ | 54.64 | 41.75 | 70.82 | - |
| YUV | 178.03 | 150 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 145 | 217 | 0 | 0.36 | 0.05 | 0.11 | 307.95 | 0.61 | 0.73 |
| Hex | E4 | 91 | D9 | 0 | 24 | 5 | B | 134 | 3D | 49 |
| Octal | 344 | 221 | 331 | 0 | 44 | 5 | 13 | 464 | 75 | 111 |
| Binary | 11100100 | 10010001 | 11011001 | 0 | 100100 | 101 | 1011 | 100110100 | 111101 | 1001001 |
Color Harmonies of #E491D9
Complementary color
Monochromatic Colors of #E491D9
Black with #E491D9
Text Example
Text Example
White with #E491D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E491D9; }
p { color: rgb(228,145,217); }
H1.HeaderClassName
{
color: #E491D9;
}
.AnyTagClassName
{
color: #E491D9;
}
</style>
background-color css
<style>
a { background-color: #E491D9; }
a { background-color: rgb(228,145,217); }
div.DivClassName
{
background-color: #E491D9;
}
.BgClassName
{
background-color: #E491D9;
}
</style>
border-color css
<style>
span { border-color: #E491D9; }
span { border-color: rgb(228,145,217); }
td.TdClassName
{
border-color: #E491D9;
}
.TagClassName
{
border-color: #E491D9;
}
</style>