Shades of Mauve #E8A3FF
Tints of Mauve #E8A3FF
RGB
CMYK
RGB Variations
Color information
#E8A3FF (or 0xE8A3FF) is known color: Mauve. HEX triplet: E8, A3 and FF. RGB value is (232,163,255). Sum of RGB (Red+Green+Blue) = 232+163+255=650 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.69% from 650); Green value is 163 (64.06% from 255 or 25.08% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #E8A3FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8A3FF is #175C00. Grayscale: #C1C1C1. Windows color (decimal): -1530881 or 16753640. OLE color: 16753640.
HSL color Cylindrical-coordinate representation of color #E8A3FF: hue angle of 285º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E8A3FF is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 232 | 163 | 255 | - |
| CMYK | 0.09 | 0.36 | 0 | 0 |
| HSL | 285º | 1% | 0.82% | - |
| HSV(B) | 285º | 0.36% | 1% | - |
| XYZ | 64.43 | 50.57 | 100.97 | - |
| YUV | 194.12 | 162.36 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 163 | 255 | 0.09 | 0.36 | 0 | 0 | 285 | 1 | 0.82 |
| Hex | E8 | A3 | FF | 9 | 24 | 0 | 0 | 11D | 64 | 52 |
| Octal | 350 | 243 | 377 | 11 | 44 | 0 | 0 | 435 | 144 | 122 |
| Binary | 11101000 | 10100011 | 11111111 | 1001 | 100100 | 0 | 0 | 100011101 | 1100100 | 1010010 |
Color Harmonies of #E8A3FF
Complementary color
Monochromatic Colors of #E8A3FF
Black with #E8A3FF
Text Example
Text Example
White with #E8A3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A3FF; }
p { color: rgb(232,163,255); }
H1.HeaderClassName
{
color: #E8A3FF;
}
.AnyTagClassName
{
color: #E8A3FF;
}
</style>
background-color css
<style>
a { background-color: #E8A3FF; }
a { background-color: rgb(232,163,255); }
div.DivClassName
{
background-color: #E8A3FF;
}
.BgClassName
{
background-color: #E8A3FF;
}
</style>
border-color css
<style>
span { border-color: #E8A3FF; }
span { border-color: rgb(232,163,255); }
td.TdClassName
{
border-color: #E8A3FF;
}
.TagClassName
{
border-color: #E8A3FF;
}
</style>