Shades of Plum #E6A2DA
Tints of Plum #E6A2DA
RGB
CMYK
RGB Variations
Color information
#E6A2DA (or 0xE6A2DA) is known color: Plum. HEX triplet: E6, A2 and DA. RGB value is (230,162,218). Sum of RGB (Red+Green+Blue) = 230+162+218=610 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.70% from 610); Green value is 162 (63.67% from 255 or 26.56% from 610); Blue value is 218 (85.55% from 255 or 35.74% from 610); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A2DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6A2DA is #195D25. Grayscale: #BCBCBC. Windows color (decimal): -1662246 or 14328550. OLE color: 14328550.
HSL color Cylindrical-coordinate representation of color #E6A2DA: hue angle of 310.59º 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 #E6A2DA is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 162 | 218 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.10 |
| HSL | 310.59º | 0.58% | 0.77% | - |
| HSV(B) | 310.59º | 0.3% | 0.9% | - |
| XYZ | 58.21 | 47.73 | 72.47 | - |
| YUV | 188.72 | 144.53 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 162 | 218 | 0 | 0.30 | 0.05 | 0.10 | 310.59 | 0.58 | 0.77 |
| Hex | E6 | A2 | DA | 0 | 1E | 5 | A | 137 | 3A | 4D |
| Octal | 346 | 242 | 332 | 0 | 36 | 5 | 12 | 467 | 72 | 115 |
| Binary | 11100110 | 10100010 | 11011010 | 0 | 11110 | 101 | 1010 | 100110111 | 111010 | 1001101 |
Color Harmonies of #E6A2DA
Complementary color
Monochromatic Colors of #E6A2DA
Black with #E6A2DA
Text Example
Text Example
White with #E6A2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A2DA; }
p { color: rgb(230,162,218); }
H1.HeaderClassName
{
color: #E6A2DA;
}
.AnyTagClassName
{
color: #E6A2DA;
}
</style>
background-color css
<style>
a { background-color: #E6A2DA; }
a { background-color: rgb(230,162,218); }
div.DivClassName
{
background-color: #E6A2DA;
}
.BgClassName
{
background-color: #E6A2DA;
}
</style>
border-color css
<style>
span { border-color: #E6A2DA; }
span { border-color: rgb(230,162,218); }
td.TdClassName
{
border-color: #E6A2DA;
}
.TagClassName
{
border-color: #E6A2DA;
}
</style>