Shades of Plum #E1A6DD
Tints of Plum #E1A6DD
RGB
CMYK
RGB Variations
Color information
#E1A6DD (or 0xE1A6DD) is known color: Plum. HEX triplet: E1, A6 and DD. RGB value is (225,166,221). Sum of RGB (Red+Green+Blue) = 225+166+221=612 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.76% from 612); Green value is 166 (65.23% from 255 or 27.12% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A6DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A6DD is #1E5922. Grayscale: #BDBDBD. Windows color (decimal): -1988899 or 14526177. OLE color: 14526177.
HSL color Cylindrical-coordinate representation of color #E1A6DD: hue angle of 304.07º 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 #E1A6DD is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 166 | 221 | - |
| CMYK | 0 | 0.26 | 0.02 | 0.12 |
| HSL | 304.07º | 0.5% | 0.77% | - |
| HSV(B) | 304.07º | 0.26% | 0.88% | - |
| XYZ | 57.74 | 48.5 | 74.72 | - |
| YUV | 189.91 | 145.55 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 166 | 221 | 0 | 0.26 | 0.02 | 0.12 | 304.07 | 0.5 | 0.77 |
| Hex | E1 | A6 | DD | 0 | 1A | 2 | C | 130 | 32 | 4D |
| Octal | 341 | 246 | 335 | 0 | 32 | 2 | 14 | 460 | 62 | 115 |
| Binary | 11100001 | 10100110 | 11011101 | 0 | 11010 | 10 | 1100 | 100110000 | 110010 | 1001101 |
Color Harmonies of #E1A6DD
Complementary color
Monochromatic Colors of #E1A6DD
Black with #E1A6DD
Text Example
Text Example
White with #E1A6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A6DD; }
p { color: rgb(225,166,221); }
H1.HeaderClassName
{
color: #E1A6DD;
}
.AnyTagClassName
{
color: #E1A6DD;
}
</style>
background-color css
<style>
a { background-color: #E1A6DD; }
a { background-color: rgb(225,166,221); }
div.DivClassName
{
background-color: #E1A6DD;
}
.BgClassName
{
background-color: #E1A6DD;
}
</style>
border-color css
<style>
span { border-color: #E1A6DD; }
span { border-color: rgb(225,166,221); }
td.TdClassName
{
border-color: #E1A6DD;
}
.TagClassName
{
border-color: #E1A6DD;
}
</style>