Shades of Plum #E290DF
Tints of Plum #E290DF
RGB
CMYK
RGB Variations
Color information
#E290DF (or 0xE290DF) is known color: Plum. HEX triplet: E2, 90 and DF. RGB value is (226,144,223). Sum of RGB (Red+Green+Blue) = 226+144+223=593 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.11% from 593); Green value is 144 (56.64% from 255 or 24.28% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 226 - color contains mainly: red. Hex color #E290DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E290DF is #1D6F20. Grayscale: #B1B1B1. Windows color (decimal): -1928993 or 14651618. OLE color: 14651618.
HSL color Cylindrical-coordinate representation of color #E290DF: hue angle of 302.2º degrees, saturation: 0.59, 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 #E290DF is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 144 | 223 | - |
| CMYK | 0 | 0.36 | 0.01 | 0.11 |
| HSL | 302.2º | 0.59% | 0.73% | - |
| HSV(B) | 302.2º | 0.36% | 0.89% | - |
| XYZ | 54.66 | 41.44 | 74.93 | - |
| YUV | 177.52 | 153.67 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 144 | 223 | 0 | 0.36 | 0.01 | 0.11 | 302.2 | 0.59 | 0.73 |
| Hex | E2 | 90 | DF | 0 | 24 | 1 | B | 12E | 3B | 49 |
| Octal | 342 | 220 | 337 | 0 | 44 | 1 | 13 | 456 | 73 | 111 |
| Binary | 11100010 | 10010000 | 11011111 | 0 | 100100 | 1 | 1011 | 100101110 | 111011 | 1001001 |
Color Harmonies of #E290DF
Complementary color
Monochromatic Colors of #E290DF
Black with #E290DF
Text Example
Text Example
White with #E290DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E290DF; }
p { color: rgb(226,144,223); }
H1.HeaderClassName
{
color: #E290DF;
}
.AnyTagClassName
{
color: #E290DF;
}
</style>
background-color css
<style>
a { background-color: #E290DF; }
a { background-color: rgb(226,144,223); }
div.DivClassName
{
background-color: #E290DF;
}
.BgClassName
{
background-color: #E290DF;
}
</style>
border-color css
<style>
span { border-color: #E290DF; }
span { border-color: rgb(226,144,223); }
td.TdClassName
{
border-color: #E290DF;
}
.TagClassName
{
border-color: #E290DF;
}
</style>