Shades of Plum #E2A0DE
Tints of Plum #E2A0DE
RGB
CMYK
RGB Variations
Color information
#E2A0DE (or 0xE2A0DE) is known color: Plum. HEX triplet: E2, A0 and DE. RGB value is (226,160,222). Sum of RGB (Red+Green+Blue) = 226+160+222=608 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.17% from 608); Green value is 160 (62.89% from 255 or 26.32% from 608); Blue value is 222 (87.11% from 255 or 36.51% from 608); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A0DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2A0DE is #1D5F21. Grayscale: #BABABA. Windows color (decimal): -1924898 or 14590178. OLE color: 14590178.
HSL color Cylindrical-coordinate representation of color #E2A0DE: hue angle of 303.64º degrees, saturation: 0.53, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E2A0DE is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 160 | 222 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.11 |
| HSL | 303.64º | 0.53% | 0.76% | - |
| HSV(B) | 303.64º | 0.29% | 0.89% | - |
| XYZ | 57.12 | 46.58 | 75.09 | - |
| YUV | 186.8 | 147.87 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 160 | 222 | 0 | 0.29 | 0.02 | 0.11 | 303.64 | 0.53 | 0.76 |
| Hex | E2 | A0 | DE | 0 | 1D | 2 | B | 130 | 35 | 4C |
| Octal | 342 | 240 | 336 | 0 | 35 | 2 | 13 | 460 | 65 | 114 |
| Binary | 11100010 | 10100000 | 11011110 | 0 | 11101 | 10 | 1011 | 100110000 | 110101 | 1001100 |
Color Harmonies of #E2A0DE
Complementary color
Monochromatic Colors of #E2A0DE
Black with #E2A0DE
Text Example
Text Example
White with #E2A0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A0DE; }
p { color: rgb(226,160,222); }
H1.HeaderClassName
{
color: #E2A0DE;
}
.AnyTagClassName
{
color: #E2A0DE;
}
</style>
background-color css
<style>
a { background-color: #E2A0DE; }
a { background-color: rgb(226,160,222); }
div.DivClassName
{
background-color: #E2A0DE;
}
.BgClassName
{
background-color: #E2A0DE;
}
</style>
border-color css
<style>
span { border-color: #E2A0DE; }
span { border-color: rgb(226,160,222); }
td.TdClassName
{
border-color: #E2A0DE;
}
.TagClassName
{
border-color: #E2A0DE;
}
</style>