Shades of Plum #E6A3E7
Tints of Plum #E6A3E7
RGB
CMYK
RGB Variations
Color information
#E6A3E7 (or 0xE6A3E7) is known color: Plum. HEX triplet: E6, A3 and E7. RGB value is (230,163,231). Sum of RGB (Red+Green+Blue) = 230+163+231=624 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.86% from 624); Green value is 163 (64.06% from 255 or 26.12% from 624); Blue value is 231 (90.62% from 255 or 37.02% from 624); Max value from RGB is 231 - color contains mainly: blue. Hex color #E6A3E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6A3E7 is #195C18. Grayscale: #BEBEBE. Windows color (decimal): -1661977 or 15180774. OLE color: 15180774.
HSL color Cylindrical-coordinate representation of color #E6A3E7: hue angle of 299.12º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E6A3E7 is Cyan = 0.00, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 230 | 163 | 231 | - |
| CMYK | 0.00 | 0.29 | 0 | 0.09 |
| HSL | 299.12º | 0.59% | 0.77% | - |
| HSV(B) | 299.12º | 0.29% | 0.91% | - |
| XYZ | 60.15 | 48.79 | 81.85 | - |
| YUV | 190.79 | 150.7 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 163 | 231 | 0.00 | 0.29 | 0 | 0.09 | 299.12 | 0.59 | 0.77 |
| Hex | E6 | A3 | E7 | 0 | 1D | 0 | 9 | 12B | 3B | 4D |
| Octal | 346 | 243 | 347 | 0 | 35 | 0 | 11 | 453 | 73 | 115 |
| Binary | 11100110 | 10100011 | 11100111 | 0 | 11101 | 0 | 1001 | 100101011 | 111011 | 1001101 |
Color Harmonies of #E6A3E7
Complementary color
Monochromatic Colors of #E6A3E7
Black with #E6A3E7
Text Example
Text Example
White with #E6A3E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A3E7; }
p { color: rgb(230,163,231); }
H1.HeaderClassName
{
color: #E6A3E7;
}
.AnyTagClassName
{
color: #E6A3E7;
}
</style>
background-color css
<style>
a { background-color: #E6A3E7; }
a { background-color: rgb(230,163,231); }
div.DivClassName
{
background-color: #E6A3E7;
}
.BgClassName
{
background-color: #E6A3E7;
}
</style>
border-color css
<style>
span { border-color: #E6A3E7; }
span { border-color: rgb(230,163,231); }
td.TdClassName
{
border-color: #E6A3E7;
}
.TagClassName
{
border-color: #E6A3E7;
}
</style>