Shades of Plum #E6A1DA
Tints of Plum #E6A1DA
RGB
CMYK
RGB Variations
Color information
#E6A1DA (or 0xE6A1DA) is known color: Plum. HEX triplet: E6, A1 and DA. RGB value is (230,161,218). Sum of RGB (Red+Green+Blue) = 230+161+218=609 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.77% from 609); Green value is 161 (63.28% from 255 or 26.44% from 609); Blue value is 218 (85.55% from 255 or 35.80% from 609); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A1DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6A1DA is #195E25. Grayscale: #BBBBBB. Windows color (decimal): -1662502 or 14328294. OLE color: 14328294.
HSL color Cylindrical-coordinate representation of color #E6A1DA: hue angle of 310.43º 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 #E6A1DA is Cyan = 0, Magento = 0.3, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 161 | 218 | - |
| CMYK | 0 | 0.3 | 0.05 | 0.10 |
| HSL | 310.43º | 0.58% | 0.77% | - |
| HSV(B) | 310.43º | 0.3% | 0.9% | - |
| XYZ | 58.03 | 47.37 | 72.42 | - |
| YUV | 188.13 | 144.86 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 161 | 218 | 0 | 0.3 | 0.05 | 0.10 | 310.43 | 0.58 | 0.77 |
| Hex | E6 | A1 | DA | 0 | 1E | 5 | A | 136 | 3A | 4D |
| Octal | 346 | 241 | 332 | 0 | 36 | 5 | 12 | 466 | 72 | 115 |
| Binary | 11100110 | 10100001 | 11011010 | 0 | 11110 | 101 | 1010 | 100110110 | 111010 | 1001101 |
Color Harmonies of #E6A1DA
Complementary color
Monochromatic Colors of #E6A1DA
Black with #E6A1DA
Text Example
Text Example
White with #E6A1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A1DA; }
p { color: rgb(230,161,218); }
H1.HeaderClassName
{
color: #E6A1DA;
}
.AnyTagClassName
{
color: #E6A1DA;
}
</style>
background-color css
<style>
a { background-color: #E6A1DA; }
a { background-color: rgb(230,161,218); }
div.DivClassName
{
background-color: #E6A1DA;
}
.BgClassName
{
background-color: #E6A1DA;
}
</style>
border-color css
<style>
span { border-color: #E6A1DA; }
span { border-color: rgb(230,161,218); }
td.TdClassName
{
border-color: #E6A1DA;
}
.TagClassName
{
border-color: #E6A1DA;
}
</style>