Shades of Plum #E290D4
Tints of Plum #E290D4
RGB
CMYK
RGB Variations
Color information
#E290D4 (or 0xE290D4) is known color: Plum. HEX triplet: E2, 90 and D4. RGB value is (226,144,212). Sum of RGB (Red+Green+Blue) = 226+144+212=582 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.83% from 582); Green value is 144 (56.64% from 255 or 24.74% from 582); Blue value is 212 (83.20% from 255 or 36.43% from 582); Max value from RGB is 226 - color contains mainly: red. Hex color #E290D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E290D4 is #1D6F2B. Grayscale: #B0B0B0. Windows color (decimal): -1929004 or 13930722. OLE color: 13930722.
HSL color Cylindrical-coordinate representation of color #E290D4: hue angle of 310.24º 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 #E290D4 is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 144 | 212 | - |
| CMYK | 0 | 0.36 | 0.06 | 0.11 |
| HSL | 310.24º | 0.59% | 0.73% | - |
| HSV(B) | 310.24º | 0.36% | 0.89% | - |
| XYZ | 53.22 | 40.87 | 67.37 | - |
| YUV | 176.27 | 148.17 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 144 | 212 | 0 | 0.36 | 0.06 | 0.11 | 310.24 | 0.59 | 0.73 |
| Hex | E2 | 90 | D4 | 0 | 24 | 6 | B | 136 | 3B | 49 |
| Octal | 342 | 220 | 324 | 0 | 44 | 6 | 13 | 466 | 73 | 111 |
| Binary | 11100010 | 10010000 | 11010100 | 0 | 100100 | 110 | 1011 | 100110110 | 111011 | 1001001 |
Color Harmonies of #E290D4
Complementary color
Monochromatic Colors of #E290D4
Black with #E290D4
Text Example
Text Example
White with #E290D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E290D4; }
p { color: rgb(226,144,212); }
H1.HeaderClassName
{
color: #E290D4;
}
.AnyTagClassName
{
color: #E290D4;
}
</style>
background-color css
<style>
a { background-color: #E290D4; }
a { background-color: rgb(226,144,212); }
div.DivClassName
{
background-color: #E290D4;
}
.BgClassName
{
background-color: #E290D4;
}
</style>
border-color css
<style>
span { border-color: #E290D4; }
span { border-color: rgb(226,144,212); }
td.TdClassName
{
border-color: #E290D4;
}
.TagClassName
{
border-color: #E290D4;
}
</style>