Shades of Plum #E6A0DD
Tints of Plum #E6A0DD
RGB
CMYK
RGB Variations
Color information
#E6A0DD (or 0xE6A0DD) is known color: Plum. HEX triplet: E6, A0 and DD. RGB value is (230,160,221). Sum of RGB (Red+Green+Blue) = 230+160+221=611 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.64% from 611); Green value is 160 (62.89% from 255 or 26.19% from 611); Blue value is 221 (86.72% from 255 or 36.17% from 611); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A0DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6A0DD is #195F22. Grayscale: #BBBBBB. Windows color (decimal): -1662755 or 14524646. OLE color: 14524646.
HSL color Cylindrical-coordinate representation of color #E6A0DD: hue angle of 307.71º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E6A0DD is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 160 | 221 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.10 |
| HSL | 307.71º | 0.58% | 0.76% | - |
| HSV(B) | 307.71º | 0.3% | 0.9% | - |
| XYZ | 58.26 | 47.19 | 74.44 | - |
| YUV | 187.88 | 146.69 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 160 | 221 | 0 | 0.30 | 0.04 | 0.10 | 307.71 | 0.58 | 0.76 |
| Hex | E6 | A0 | DD | 0 | 1E | 4 | A | 134 | 3A | 4C |
| Octal | 346 | 240 | 335 | 0 | 36 | 4 | 12 | 464 | 72 | 114 |
| Binary | 11100110 | 10100000 | 11011101 | 0 | 11110 | 100 | 1010 | 100110100 | 111010 | 1001100 |
Color Harmonies of #E6A0DD
Complementary color
Monochromatic Colors of #E6A0DD
Black with #E6A0DD
Text Example
Text Example
White with #E6A0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A0DD; }
p { color: rgb(230,160,221); }
H1.HeaderClassName
{
color: #E6A0DD;
}
.AnyTagClassName
{
color: #E6A0DD;
}
</style>
background-color css
<style>
a { background-color: #E6A0DD; }
a { background-color: rgb(230,160,221); }
div.DivClassName
{
background-color: #E6A0DD;
}
.BgClassName
{
background-color: #E6A0DD;
}
</style>
border-color css
<style>
span { border-color: #E6A0DD; }
span { border-color: rgb(230,160,221); }
td.TdClassName
{
border-color: #E6A0DD;
}
.TagClassName
{
border-color: #E6A0DD;
}
</style>