Shades of Plum #E6A0DA
Tints of Plum #E6A0DA
RGB
CMYK
RGB Variations
Color information
#E6A0DA (or 0xE6A0DA) is known color: Plum. HEX triplet: E6, A0 and DA. RGB value is (230,160,218). Sum of RGB (Red+Green+Blue) = 230+160+218=608 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.83% from 608); Green value is 160 (62.89% from 255 or 26.32% from 608); Blue value is 218 (85.55% from 255 or 35.86% from 608); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A0DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6A0DA is #195F25. Grayscale: #BBBBBB. Windows color (decimal): -1662758 or 14328038. OLE color: 14328038.
HSL color Cylindrical-coordinate representation of color #E6A0DA: hue angle of 310.29º 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 #E6A0DA is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 160 | 218 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.10 |
| HSL | 310.29º | 0.58% | 0.76% | - |
| HSV(B) | 310.29º | 0.3% | 0.9% | - |
| XYZ | 57.86 | 47.03 | 72.36 | - |
| YUV | 187.54 | 145.19 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 160 | 218 | 0 | 0.30 | 0.05 | 0.10 | 310.29 | 0.58 | 0.76 |
| Hex | E6 | A0 | DA | 0 | 1E | 5 | A | 136 | 3A | 4C |
| Octal | 346 | 240 | 332 | 0 | 36 | 5 | 12 | 466 | 72 | 114 |
| Binary | 11100110 | 10100000 | 11011010 | 0 | 11110 | 101 | 1010 | 100110110 | 111010 | 1001100 |
Color Harmonies of #E6A0DA
Complementary color
Monochromatic Colors of #E6A0DA
Black with #E6A0DA
Text Example
Text Example
White with #E6A0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A0DA; }
p { color: rgb(230,160,218); }
H1.HeaderClassName
{
color: #E6A0DA;
}
.AnyTagClassName
{
color: #E6A0DA;
}
</style>
background-color css
<style>
a { background-color: #E6A0DA; }
a { background-color: rgb(230,160,218); }
div.DivClassName
{
background-color: #E6A0DA;
}
.BgClassName
{
background-color: #E6A0DA;
}
</style>
border-color css
<style>
span { border-color: #E6A0DA; }
span { border-color: rgb(230,160,218); }
td.TdClassName
{
border-color: #E6A0DA;
}
.TagClassName
{
border-color: #E6A0DA;
}
</style>