Shades of Plum #E491DE
Tints of Plum #E491DE
RGB
CMYK
RGB Variations
Color information
#E491DE (or 0xE491DE) is known color: Plum. HEX triplet: E4, 91 and DE. RGB value is (228,145,222). Sum of RGB (Red+Green+Blue) = 228+145+222=595 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.32% from 595); Green value is 145 (57.03% from 255 or 24.37% from 595); Blue value is 222 (87.11% from 255 or 37.31% from 595); Max value from RGB is 228 - color contains mainly: red. Hex color #E491DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E491DE is #1B6E21. Grayscale: #B2B2B2. Windows color (decimal): -1797666 or 14586340. OLE color: 14586340.
HSL color Cylindrical-coordinate representation of color #E491DE: hue angle of 304.34º 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 #E491DE is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 145 | 222 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.11 |
| HSL | 304.34º | 0.61% | 0.73% | - |
| HSV(B) | 304.34º | 0.36% | 0.89% | - |
| XYZ | 55.31 | 42.02 | 74.3 | - |
| YUV | 178.6 | 152.5 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 145 | 222 | 0 | 0.36 | 0.03 | 0.11 | 304.34 | 0.61 | 0.73 |
| Hex | E4 | 91 | DE | 0 | 24 | 3 | B | 130 | 3D | 49 |
| Octal | 344 | 221 | 336 | 0 | 44 | 3 | 13 | 460 | 75 | 111 |
| Binary | 11100100 | 10010001 | 11011110 | 0 | 100100 | 11 | 1011 | 100110000 | 111101 | 1001001 |
Color Harmonies of #E491DE
Complementary color
Monochromatic Colors of #E491DE
Black with #E491DE
Text Example
Text Example
White with #E491DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E491DE; }
p { color: rgb(228,145,222); }
H1.HeaderClassName
{
color: #E491DE;
}
.AnyTagClassName
{
color: #E491DE;
}
</style>
background-color css
<style>
a { background-color: #E491DE; }
a { background-color: rgb(228,145,222); }
div.DivClassName
{
background-color: #E491DE;
}
.BgClassName
{
background-color: #E491DE;
}
</style>
border-color css
<style>
span { border-color: #E491DE; }
span { border-color: rgb(228,145,222); }
td.TdClassName
{
border-color: #E491DE;
}
.TagClassName
{
border-color: #E491DE;
}
</style>