Shades of Plum #E290E1
Tints of Plum #E290E1
RGB
CMYK
RGB Variations
Color information
#E290E1 (or 0xE290E1) is known color: Plum. HEX triplet: E2, 90 and E1. RGB value is (226,144,225). Sum of RGB (Red+Green+Blue) = 226+144+225=595 (78% of max value = 765). Red value is 226 (88.67% from 255 or 37.98% from 595); Green value is 144 (56.64% from 255 or 24.20% from 595); Blue value is 225 (88.28% from 255 or 37.82% from 595); Max value from RGB is 226 - color contains mainly: red. Hex color #E290E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E290E1 is #1D6F1E. Grayscale: #B1B1B1. Windows color (decimal): -1928991 or 14782690. OLE color: 14782690.
HSL color Cylindrical-coordinate representation of color #E290E1: hue angle of 300.73º 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 #E290E1 is Cyan = 0, Magento = 0.36, Yellow = 0.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 144 | 225 | - |
| CMYK | 0 | 0.36 | 0.00 | 0.11 |
| HSL | 300.73º | 0.59% | 0.73% | - |
| HSV(B) | 300.73º | 0.36% | 0.89% | - |
| XYZ | 54.93 | 41.55 | 76.36 | - |
| YUV | 177.75 | 154.67 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 144 | 225 | 0 | 0.36 | 0.00 | 0.11 | 300.73 | 0.59 | 0.73 |
| Hex | E2 | 90 | E1 | 0 | 24 | 0 | B | 12D | 3B | 49 |
| Octal | 342 | 220 | 341 | 0 | 44 | 0 | 13 | 455 | 73 | 111 |
| Binary | 11100010 | 10010000 | 11100001 | 0 | 100100 | 0 | 1011 | 100101101 | 111011 | 1001001 |
Color Harmonies of #E290E1
Complementary color
Monochromatic Colors of #E290E1
Black with #E290E1
Text Example
Text Example
White with #E290E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E290E1; }
p { color: rgb(226,144,225); }
H1.HeaderClassName
{
color: #E290E1;
}
.AnyTagClassName
{
color: #E290E1;
}
</style>
background-color css
<style>
a { background-color: #E290E1; }
a { background-color: rgb(226,144,225); }
div.DivClassName
{
background-color: #E290E1;
}
.BgClassName
{
background-color: #E290E1;
}
</style>
border-color css
<style>
span { border-color: #E290E1; }
span { border-color: rgb(226,144,225); }
td.TdClassName
{
border-color: #E290E1;
}
.TagClassName
{
border-color: #E290E1;
}
</style>