Shades of Plum #E2A0D0
Tints of Plum #E2A0D0
RGB
CMYK
RGB Variations
Color information
#E2A0D0 (or 0xE2A0D0) is known color: Plum. HEX triplet: E2, A0 and D0. RGB value is (226,160,208). Sum of RGB (Red+Green+Blue) = 226+160+208=594 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.05% from 594); Green value is 160 (62.89% from 255 or 26.94% from 594); Blue value is 208 (81.64% from 255 or 35.02% from 594); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A0D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2A0D0 is #1D5F2F. Grayscale: #B9B9B9. Windows color (decimal): -1924912 or 13672674. OLE color: 13672674.
HSL color Cylindrical-coordinate representation of color #E2A0D0: hue angle of 316.36º 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 #E2A0D0 is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 160 | 208 | - |
| CMYK | 0 | 0.29 | 0.08 | 0.11 |
| HSL | 316.36º | 0.53% | 0.76% | - |
| HSV(B) | 316.36º | 0.29% | 0.89% | - |
| XYZ | 55.32 | 45.86 | 65.61 | - |
| YUV | 185.21 | 140.87 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 160 | 208 | 0 | 0.29 | 0.08 | 0.11 | 316.36 | 0.53 | 0.76 |
| Hex | E2 | A0 | D0 | 0 | 1D | 8 | B | 13C | 35 | 4C |
| Octal | 342 | 240 | 320 | 0 | 35 | 10 | 13 | 474 | 65 | 114 |
| Binary | 11100010 | 10100000 | 11010000 | 0 | 11101 | 1000 | 1011 | 100111100 | 110101 | 1001100 |
Color Harmonies of #E2A0D0
Complementary color
Monochromatic Colors of #E2A0D0
Black with #E2A0D0
Text Example
Text Example
White with #E2A0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A0D0; }
p { color: rgb(226,160,208); }
H1.HeaderClassName
{
color: #E2A0D0;
}
.AnyTagClassName
{
color: #E2A0D0;
}
</style>
background-color css
<style>
a { background-color: #E2A0D0; }
a { background-color: rgb(226,160,208); }
div.DivClassName
{
background-color: #E2A0D0;
}
.BgClassName
{
background-color: #E2A0D0;
}
</style>
border-color css
<style>
span { border-color: #E2A0D0; }
span { border-color: rgb(226,160,208); }
td.TdClassName
{
border-color: #E2A0D0;
}
.TagClassName
{
border-color: #E2A0D0;
}
</style>