Shades of Plum #E2A0DF
Tints of Plum #E2A0DF
RGB
CMYK
RGB Variations
Color information
#E2A0DF (or 0xE2A0DF) is known color: Plum. HEX triplet: E2, A0 and DF. RGB value is (226,160,223). Sum of RGB (Red+Green+Blue) = 226+160+223=609 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.11% from 609); Green value is 160 (62.89% from 255 or 26.27% from 609); Blue value is 223 (87.5% from 255 or 36.62% from 609); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A0DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2A0DF is #1D5F20. Grayscale: #BABABA. Windows color (decimal): -1924897 or 14655714. OLE color: 14655714.
HSL color Cylindrical-coordinate representation of color #E2A0DF: hue angle of 302.73º 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 #E2A0DF is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 160 | 223 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.11 |
| HSL | 302.73º | 0.53% | 0.76% | - |
| HSV(B) | 302.73º | 0.29% | 0.89% | - |
| XYZ | 57.25 | 46.64 | 75.8 | - |
| YUV | 186.92 | 148.37 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 160 | 223 | 0 | 0.29 | 0.01 | 0.11 | 302.73 | 0.53 | 0.76 |
| Hex | E2 | A0 | DF | 0 | 1D | 1 | B | 12F | 35 | 4C |
| Octal | 342 | 240 | 337 | 0 | 35 | 1 | 13 | 457 | 65 | 114 |
| Binary | 11100010 | 10100000 | 11011111 | 0 | 11101 | 1 | 1011 | 100101111 | 110101 | 1001100 |
Color Harmonies of #E2A0DF
Complementary color
Monochromatic Colors of #E2A0DF
Black with #E2A0DF
Text Example
Text Example
White with #E2A0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A0DF; }
p { color: rgb(226,160,223); }
H1.HeaderClassName
{
color: #E2A0DF;
}
.AnyTagClassName
{
color: #E2A0DF;
}
</style>
background-color css
<style>
a { background-color: #E2A0DF; }
a { background-color: rgb(226,160,223); }
div.DivClassName
{
background-color: #E2A0DF;
}
.BgClassName
{
background-color: #E2A0DF;
}
</style>
border-color css
<style>
span { border-color: #E2A0DF; }
span { border-color: rgb(226,160,223); }
td.TdClassName
{
border-color: #E2A0DF;
}
.TagClassName
{
border-color: #E2A0DF;
}
</style>