Shades of Plum #E291DF
Tints of Plum #E291DF
RGB
CMYK
RGB Variations
Color information
#E291DF (or 0xE291DF) is known color: Plum. HEX triplet: E2, 91 and DF. RGB value is (226,145,223). Sum of RGB (Red+Green+Blue) = 226+145+223=594 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.05% from 594); Green value is 145 (57.03% from 255 or 24.41% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 226 - color contains mainly: red. Hex color #E291DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E291DF is #1D6E20. Grayscale: #B1B1B1. Windows color (decimal): -1928737 or 14651874. OLE color: 14651874.
HSL color Cylindrical-coordinate representation of color #E291DF: hue angle of 302.22º degrees, saturation: 0.58, 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 #E291DF is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 145 | 223 | - |
| CMYK | 0 | 0.36 | 0.01 | 0.11 |
| HSL | 302.22º | 0.58% | 0.73% | - |
| HSV(B) | 302.22º | 0.36% | 0.89% | - |
| XYZ | 54.81 | 41.75 | 74.98 | - |
| YUV | 178.11 | 153.34 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 145 | 223 | 0 | 0.36 | 0.01 | 0.11 | 302.22 | 0.58 | 0.73 |
| Hex | E2 | 91 | DF | 0 | 24 | 1 | B | 12E | 3A | 49 |
| Octal | 342 | 221 | 337 | 0 | 44 | 1 | 13 | 456 | 72 | 111 |
| Binary | 11100010 | 10010001 | 11011111 | 0 | 100100 | 1 | 1011 | 100101110 | 111010 | 1001001 |
Color Harmonies of #E291DF
Complementary color
Monochromatic Colors of #E291DF
Black with #E291DF
Text Example
Text Example
White with #E291DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E291DF; }
p { color: rgb(226,145,223); }
H1.HeaderClassName
{
color: #E291DF;
}
.AnyTagClassName
{
color: #E291DF;
}
</style>
background-color css
<style>
a { background-color: #E291DF; }
a { background-color: rgb(226,145,223); }
div.DivClassName
{
background-color: #E291DF;
}
.BgClassName
{
background-color: #E291DF;
}
</style>
border-color css
<style>
span { border-color: #E291DF; }
span { border-color: rgb(226,145,223); }
td.TdClassName
{
border-color: #E291DF;
}
.TagClassName
{
border-color: #E291DF;
}
</style>