Shades of Plum #E1A6D7
Tints of Plum #E1A6D7
RGB
CMYK
RGB Variations
Color information
#E1A6D7 (or 0xE1A6D7) is known color: Plum. HEX triplet: E1, A6 and D7. RGB value is (225,166,215). Sum of RGB (Red+Green+Blue) = 225+166+215=606 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.13% from 606); Green value is 166 (65.23% from 255 or 27.39% from 606); Blue value is 215 (84.38% from 255 or 35.48% from 606); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A6D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A6D7 is #1E5928. Grayscale: #BDBDBD. Windows color (decimal): -1988905 or 14132961. OLE color: 14132961.
HSL color Cylindrical-coordinate representation of color #E1A6D7: hue angle of 310.17º degrees, saturation: 0.5, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E1A6D7 is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 166 | 215 | - |
| CMYK | 0 | 0.26 | 0.04 | 0.12 |
| HSL | 310.17º | 0.5% | 0.77% | - |
| HSV(B) | 310.17º | 0.26% | 0.88% | - |
| XYZ | 56.95 | 48.19 | 70.59 | - |
| YUV | 189.23 | 142.55 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 166 | 215 | 0 | 0.26 | 0.04 | 0.12 | 310.17 | 0.5 | 0.77 |
| Hex | E1 | A6 | D7 | 0 | 1A | 4 | C | 136 | 32 | 4D |
| Octal | 341 | 246 | 327 | 0 | 32 | 4 | 14 | 466 | 62 | 115 |
| Binary | 11100001 | 10100110 | 11010111 | 0 | 11010 | 100 | 1100 | 100110110 | 110010 | 1001101 |
Color Harmonies of #E1A6D7
Complementary color
Monochromatic Colors of #E1A6D7
Black with #E1A6D7
Text Example
Text Example
White with #E1A6D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A6D7; }
p { color: rgb(225,166,215); }
H1.HeaderClassName
{
color: #E1A6D7;
}
.AnyTagClassName
{
color: #E1A6D7;
}
</style>
background-color css
<style>
a { background-color: #E1A6D7; }
a { background-color: rgb(225,166,215); }
div.DivClassName
{
background-color: #E1A6D7;
}
.BgClassName
{
background-color: #E1A6D7;
}
</style>
border-color css
<style>
span { border-color: #E1A6D7; }
span { border-color: rgb(225,166,215); }
td.TdClassName
{
border-color: #E1A6D7;
}
.TagClassName
{
border-color: #E1A6D7;
}
</style>