Shades of Plum #E1A0DE
Tints of Plum #E1A0DE
RGB
CMYK
RGB Variations
Color information
#E1A0DE (or 0xE1A0DE) is known color: Plum. HEX triplet: E1, A0 and DE. RGB value is (225,160,222). Sum of RGB (Red+Green+Blue) = 225+160+222=607 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.07% from 607); Green value is 160 (62.89% from 255 or 26.36% from 607); Blue value is 222 (87.11% from 255 or 36.57% from 607); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A0DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A0DE is #1E5F21. Grayscale: #BABABA. Windows color (decimal): -1990434 or 14590177. OLE color: 14590177.
HSL color Cylindrical-coordinate representation of color #E1A0DE: hue angle of 302.77º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E1A0DE is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 160 | 222 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.12 |
| HSL | 302.77º | 0.52% | 0.75% | - |
| HSV(B) | 302.77º | 0.29% | 0.88% | - |
| XYZ | 56.81 | 46.42 | 75.07 | - |
| YUV | 186.5 | 148.03 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 160 | 222 | 0 | 0.29 | 0.01 | 0.12 | 302.77 | 0.52 | 0.75 |
| Hex | E1 | A0 | DE | 0 | 1D | 1 | C | 12F | 34 | 4B |
| Octal | 341 | 240 | 336 | 0 | 35 | 1 | 14 | 457 | 64 | 113 |
| Binary | 11100001 | 10100000 | 11011110 | 0 | 11101 | 1 | 1100 | 100101111 | 110100 | 1001011 |
Color Harmonies of #E1A0DE
Complementary color
Monochromatic Colors of #E1A0DE
Black with #E1A0DE
Text Example
Text Example
White with #E1A0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A0DE; }
p { color: rgb(225,160,222); }
H1.HeaderClassName
{
color: #E1A0DE;
}
.AnyTagClassName
{
color: #E1A0DE;
}
</style>
background-color css
<style>
a { background-color: #E1A0DE; }
a { background-color: rgb(225,160,222); }
div.DivClassName
{
background-color: #E1A0DE;
}
.BgClassName
{
background-color: #E1A0DE;
}
</style>
border-color css
<style>
span { border-color: #E1A0DE; }
span { border-color: rgb(225,160,222); }
td.TdClassName
{
border-color: #E1A0DE;
}
.TagClassName
{
border-color: #E1A0DE;
}
</style>