Shades of Plum #E6A3DA
Tints of Plum #E6A3DA
RGB
CMYK
RGB Variations
Color information
#E6A3DA (or 0xE6A3DA) is known color: Plum. HEX triplet: E6, A3 and DA. RGB value is (230,163,218). Sum of RGB (Red+Green+Blue) = 230+163+218=611 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.64% from 611); Green value is 163 (64.06% from 255 or 26.68% from 611); Blue value is 218 (85.55% from 255 or 35.68% from 611); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A3DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6A3DA is #195C25. Grayscale: #BDBDBD. Windows color (decimal): -1661990 or 14328806. OLE color: 14328806.
HSL color Cylindrical-coordinate representation of color #E6A3DA: hue angle of 310.75º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E6A3DA is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 163 | 218 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.10 |
| HSL | 310.75º | 0.57% | 0.77% | - |
| HSV(B) | 310.75º | 0.29% | 0.9% | - |
| XYZ | 58.39 | 48.08 | 72.53 | - |
| YUV | 189.3 | 144.2 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 163 | 218 | 0 | 0.29 | 0.05 | 0.10 | 310.75 | 0.57 | 0.77 |
| Hex | E6 | A3 | DA | 0 | 1D | 5 | A | 137 | 39 | 4D |
| Octal | 346 | 243 | 332 | 0 | 35 | 5 | 12 | 467 | 71 | 115 |
| Binary | 11100110 | 10100011 | 11011010 | 0 | 11101 | 101 | 1010 | 100110111 | 111001 | 1001101 |
Color Harmonies of #E6A3DA
Complementary color
Monochromatic Colors of #E6A3DA
Black with #E6A3DA
Text Example
Text Example
White with #E6A3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A3DA; }
p { color: rgb(230,163,218); }
H1.HeaderClassName
{
color: #E6A3DA;
}
.AnyTagClassName
{
color: #E6A3DA;
}
</style>
background-color css
<style>
a { background-color: #E6A3DA; }
a { background-color: rgb(230,163,218); }
div.DivClassName
{
background-color: #E6A3DA;
}
.BgClassName
{
background-color: #E6A3DA;
}
</style>
border-color css
<style>
span { border-color: #E6A3DA; }
span { border-color: rgb(230,163,218); }
td.TdClassName
{
border-color: #E6A3DA;
}
.TagClassName
{
border-color: #E6A3DA;
}
</style>