Shades of Plum #E6A0DC
Tints of Plum #E6A0DC
RGB
CMYK
RGB Variations
Color information
#E6A0DC (or 0xE6A0DC) is known color: Plum. HEX triplet: E6, A0 and DC. RGB value is (230,160,220). Sum of RGB (Red+Green+Blue) = 230+160+220=610 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.70% from 610); Green value is 160 (62.89% from 255 or 26.23% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A0DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6A0DC is #195F23. Grayscale: #BBBBBB. Windows color (decimal): -1662756 or 14459110. OLE color: 14459110.
HSL color Cylindrical-coordinate representation of color #E6A0DC: hue angle of 308.57º 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 #E6A0DC is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 160 | 220 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.10 |
| HSL | 308.57º | 0.58% | 0.76% | - |
| HSV(B) | 308.57º | 0.3% | 0.9% | - |
| XYZ | 58.12 | 47.13 | 73.74 | - |
| YUV | 187.77 | 146.19 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 160 | 220 | 0 | 0.30 | 0.04 | 0.10 | 308.57 | 0.58 | 0.76 |
| Hex | E6 | A0 | DC | 0 | 1E | 4 | A | 135 | 3A | 4C |
| Octal | 346 | 240 | 334 | 0 | 36 | 4 | 12 | 465 | 72 | 114 |
| Binary | 11100110 | 10100000 | 11011100 | 0 | 11110 | 100 | 1010 | 100110101 | 111010 | 1001100 |
Color Harmonies of #E6A0DC
Complementary color
Monochromatic Colors of #E6A0DC
Black with #E6A0DC
Text Example
Text Example
White with #E6A0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A0DC; }
p { color: rgb(230,160,220); }
H1.HeaderClassName
{
color: #E6A0DC;
}
.AnyTagClassName
{
color: #E6A0DC;
}
</style>
background-color css
<style>
a { background-color: #E6A0DC; }
a { background-color: rgb(230,160,220); }
div.DivClassName
{
background-color: #E6A0DC;
}
.BgClassName
{
background-color: #E6A0DC;
}
</style>
border-color css
<style>
span { border-color: #E6A0DC; }
span { border-color: rgb(230,160,220); }
td.TdClassName
{
border-color: #E6A0DC;
}
.TagClassName
{
border-color: #E6A0DC;
}
</style>