Shades of Plum #E290DC
Tints of Plum #E290DC
RGB
CMYK
RGB Variations
Color information
#E290DC (or 0xE290DC) is known color: Plum. HEX triplet: E2, 90 and DC. RGB value is (226,144,220). Sum of RGB (Red+Green+Blue) = 226+144+220=590 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.31% from 590); Green value is 144 (56.64% from 255 or 24.41% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 226 - color contains mainly: red. Hex color #E290DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E290DC is #1D6F23. Grayscale: #B0B0B0. Windows color (decimal): -1928996 or 14455010. OLE color: 14455010.
HSL color Cylindrical-coordinate representation of color #E290DC: hue angle of 304.39º 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 #E290DC is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 144 | 220 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.11 |
| HSL | 304.39º | 0.59% | 0.73% | - |
| HSV(B) | 304.39º | 0.36% | 0.89% | - |
| XYZ | 54.26 | 41.28 | 72.82 | - |
| YUV | 177.18 | 152.17 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 144 | 220 | 0 | 0.36 | 0.03 | 0.11 | 304.39 | 0.59 | 0.73 |
| Hex | E2 | 90 | DC | 0 | 24 | 3 | B | 130 | 3B | 49 |
| Octal | 342 | 220 | 334 | 0 | 44 | 3 | 13 | 460 | 73 | 111 |
| Binary | 11100010 | 10010000 | 11011100 | 0 | 100100 | 11 | 1011 | 100110000 | 111011 | 1001001 |
Color Harmonies of #E290DC
Complementary color
Monochromatic Colors of #E290DC
Black with #E290DC
Text Example
Text Example
White with #E290DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E290DC; }
p { color: rgb(226,144,220); }
H1.HeaderClassName
{
color: #E290DC;
}
.AnyTagClassName
{
color: #E290DC;
}
</style>
background-color css
<style>
a { background-color: #E290DC; }
a { background-color: rgb(226,144,220); }
div.DivClassName
{
background-color: #E290DC;
}
.BgClassName
{
background-color: #E290DC;
}
</style>
border-color css
<style>
span { border-color: #E290DC; }
span { border-color: rgb(226,144,220); }
td.TdClassName
{
border-color: #E290DC;
}
.TagClassName
{
border-color: #E290DC;
}
</style>