Shades of Plum #E6A1DC
Tints of Plum #E6A1DC
RGB
CMYK
RGB Variations
Color information
#E6A1DC (or 0xE6A1DC) is known color: Plum. HEX triplet: E6, A1 and DC. RGB value is (230,161,220). Sum of RGB (Red+Green+Blue) = 230+161+220=611 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.64% from 611); Green value is 161 (63.28% from 255 or 26.35% from 611); Blue value is 220 (86.33% from 255 or 36.01% from 611); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A1DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6A1DC is #195E23. Grayscale: #BCBCBC. Windows color (decimal): -1662500 or 14459366. OLE color: 14459366.
HSL color Cylindrical-coordinate representation of color #E6A1DC: hue angle of 308.7º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E6A1DC is Cyan = 0, Magento = 0.3, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 161 | 220 | - |
| CMYK | 0 | 0.3 | 0.04 | 0.10 |
| HSL | 308.7º | 0.58% | 0.77% | - |
| HSV(B) | 308.7º | 0.3% | 0.9% | - |
| XYZ | 58.3 | 47.48 | 73.8 | - |
| YUV | 188.36 | 145.86 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 161 | 220 | 0 | 0.3 | 0.04 | 0.10 | 308.7 | 0.58 | 0.77 |
| Hex | E6 | A1 | DC | 0 | 1E | 4 | A | 135 | 3A | 4D |
| Octal | 346 | 241 | 334 | 0 | 36 | 4 | 12 | 465 | 72 | 115 |
| Binary | 11100110 | 10100001 | 11011100 | 0 | 11110 | 100 | 1010 | 100110101 | 111010 | 1001101 |
Color Harmonies of #E6A1DC
Complementary color
Monochromatic Colors of #E6A1DC
Black with #E6A1DC
Text Example
Text Example
White with #E6A1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A1DC; }
p { color: rgb(230,161,220); }
H1.HeaderClassName
{
color: #E6A1DC;
}
.AnyTagClassName
{
color: #E6A1DC;
}
</style>
background-color css
<style>
a { background-color: #E6A1DC; }
a { background-color: rgb(230,161,220); }
div.DivClassName
{
background-color: #E6A1DC;
}
.BgClassName
{
background-color: #E6A1DC;
}
</style>
border-color css
<style>
span { border-color: #E6A1DC; }
span { border-color: rgb(230,161,220); }
td.TdClassName
{
border-color: #E6A1DC;
}
.TagClassName
{
border-color: #E6A1DC;
}
</style>