Shades of Plum #E6A3E9
Tints of Plum #E6A3E9
RGB
CMYK
RGB Variations
Color information
#E6A3E9 (or 0xE6A3E9) is known color: Plum. HEX triplet: E6, A3 and E9. RGB value is (230,163,233). Sum of RGB (Red+Green+Blue) = 230+163+233=626 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.74% from 626); Green value is 163 (64.06% from 255 or 26.04% from 626); Blue value is 233 (91.41% from 255 or 37.22% from 626); Max value from RGB is 233 - color contains mainly: blue. Hex color #E6A3E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6A3E9 is #195C16. Grayscale: #BEBEBE. Windows color (decimal): -1661975 or 15311846. OLE color: 15311846.
HSL color Cylindrical-coordinate representation of color #E6A3E9: hue angle of 297.43º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E6A3E9 is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 230 | 163 | 233 | - |
| CMYK | 0.01 | 0.30 | 0 | 0.09 |
| HSL | 297.43º | 0.61% | 0.78% | - |
| HSV(B) | 297.43º | 0.3% | 0.91% | - |
| XYZ | 60.44 | 48.9 | 83.34 | - |
| YUV | 191.01 | 151.7 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 163 | 233 | 0.01 | 0.30 | 0 | 0.09 | 297.43 | 0.61 | 0.78 |
| Hex | E6 | A3 | E9 | 1 | 1E | 0 | 9 | 129 | 3D | 4E |
| Octal | 346 | 243 | 351 | 1 | 36 | 0 | 11 | 451 | 75 | 116 |
| Binary | 11100110 | 10100011 | 11101001 | 1 | 11110 | 0 | 1001 | 100101001 | 111101 | 1001110 |
Color Harmonies of #E6A3E9
Complementary color
Monochromatic Colors of #E6A3E9
Black with #E6A3E9
Text Example
Text Example
White with #E6A3E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A3E9; }
p { color: rgb(230,163,233); }
H1.HeaderClassName
{
color: #E6A3E9;
}
.AnyTagClassName
{
color: #E6A3E9;
}
</style>
background-color css
<style>
a { background-color: #E6A3E9; }
a { background-color: rgb(230,163,233); }
div.DivClassName
{
background-color: #E6A3E9;
}
.BgClassName
{
background-color: #E6A3E9;
}
</style>
border-color css
<style>
span { border-color: #E6A3E9; }
span { border-color: rgb(230,163,233); }
td.TdClassName
{
border-color: #E6A3E9;
}
.TagClassName
{
border-color: #E6A3E9;
}
</style>