Shades of Plum #E290D0
Tints of Plum #E290D0
RGB
CMYK
RGB Variations
Color information
#E290D0 (or 0xE290D0) is known color: Plum. HEX triplet: E2, 90 and D0. RGB value is (226,144,208). Sum of RGB (Red+Green+Blue) = 226+144+208=578 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.10% from 578); Green value is 144 (56.64% from 255 or 24.91% from 578); Blue value is 208 (81.64% from 255 or 35.99% from 578); Max value from RGB is 226 - color contains mainly: red. Hex color #E290D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E290D0 is #1D6F2F. Grayscale: #AFAFAF. Windows color (decimal): -1929008 or 13668578. OLE color: 13668578.
HSL color Cylindrical-coordinate representation of color #E290D0: hue angle of 313.17º 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 #E290D0 is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 144 | 208 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.11 |
| HSL | 313.17º | 0.59% | 0.73% | - |
| HSV(B) | 313.17º | 0.36% | 0.89% | - |
| XYZ | 52.72 | 40.67 | 64.75 | - |
| YUV | 175.81 | 146.17 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 144 | 208 | 0 | 0.36 | 0.08 | 0.11 | 313.17 | 0.59 | 0.73 |
| Hex | E2 | 90 | D0 | 0 | 24 | 8 | B | 139 | 3B | 49 |
| Octal | 342 | 220 | 320 | 0 | 44 | 10 | 13 | 471 | 73 | 111 |
| Binary | 11100010 | 10010000 | 11010000 | 0 | 100100 | 1000 | 1011 | 100111001 | 111011 | 1001001 |
Color Harmonies of #E290D0
Complementary color
Monochromatic Colors of #E290D0
Black with #E290D0
Text Example
Text Example
White with #E290D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E290D0; }
p { color: rgb(226,144,208); }
H1.HeaderClassName
{
color: #E290D0;
}
.AnyTagClassName
{
color: #E290D0;
}
</style>
background-color css
<style>
a { background-color: #E290D0; }
a { background-color: rgb(226,144,208); }
div.DivClassName
{
background-color: #E290D0;
}
.BgClassName
{
background-color: #E290D0;
}
</style>
border-color css
<style>
span { border-color: #E290D0; }
span { border-color: rgb(226,144,208); }
td.TdClassName
{
border-color: #E290D0;
}
.TagClassName
{
border-color: #E290D0;
}
</style>