Shades of Mauve #E8A5FA
Tints of Mauve #E8A5FA
RGB
CMYK
RGB Variations
Color information
#E8A5FA (or 0xE8A5FA) is known color: Mauve. HEX triplet: E8, A5 and FA. RGB value is (232,165,250). Sum of RGB (Red+Green+Blue) = 232+165+250=647 (85% of max value = 765). Red value is 232 (91.02% from 255 or 35.86% from 647); Green value is 165 (64.84% from 255 or 25.50% from 647); Blue value is 250 (98.05% from 255 or 38.64% from 647); Max value from RGB is 250 - color contains mainly: blue. Hex color #E8A5FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8A5FA is #175A05. Grayscale: #C2C2C2. Windows color (decimal): -1530374 or 16426472. OLE color: 16426472.
HSL color Cylindrical-coordinate representation of color #E8A5FA: hue angle of 287.29º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E8A5FA is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 165 | 250 | - |
| CMYK | 0.07 | 0.34 | 0 | 0.02 |
| HSL | 287.29º | 0.89% | 0.81% | - |
| HSV(B) | 287.29º | 0.34% | 0.98% | - |
| XYZ | 63.99 | 50.97 | 96.91 | - |
| YUV | 194.72 | 159.2 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 165 | 250 | 0.07 | 0.34 | 0 | 0.02 | 287.29 | 0.89 | 0.81 |
| Hex | E8 | A5 | FA | 7 | 22 | 0 | 2 | 11F | 59 | 51 |
| Octal | 350 | 245 | 372 | 7 | 42 | 0 | 2 | 437 | 131 | 121 |
| Binary | 11101000 | 10100101 | 11111010 | 111 | 100010 | 0 | 10 | 100011111 | 1011001 | 1010001 |
Color Harmonies of #E8A5FA
Complementary color
Monochromatic Colors of #E8A5FA
Black with #E8A5FA
Text Example
Text Example
White with #E8A5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A5FA; }
p { color: rgb(232,165,250); }
H1.HeaderClassName
{
color: #E8A5FA;
}
.AnyTagClassName
{
color: #E8A5FA;
}
</style>
background-color css
<style>
a { background-color: #E8A5FA; }
a { background-color: rgb(232,165,250); }
div.DivClassName
{
background-color: #E8A5FA;
}
.BgClassName
{
background-color: #E8A5FA;
}
</style>
border-color css
<style>
span { border-color: #E8A5FA; }
span { border-color: rgb(232,165,250); }
td.TdClassName
{
border-color: #E8A5FA;
}
.TagClassName
{
border-color: #E8A5FA;
}
</style>