Shades of Mauve #E7A5FA
Tints of Mauve #E7A5FA
RGB
CMYK
RGB Variations
Color information
#E7A5FA (or 0xE7A5FA) is known color: Mauve. HEX triplet: E7, A5 and FA. RGB value is (231,165,250). Sum of RGB (Red+Green+Blue) = 231+165+250=646 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.76% from 646); Green value is 165 (64.84% from 255 or 25.54% from 646); Blue value is 250 (98.05% from 255 or 38.70% from 646); Max value from RGB is 250 - color contains mainly: blue. Hex color #E7A5FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7A5FA is #185A05. Grayscale: #C2C2C2. Windows color (decimal): -1595910 or 16426471. OLE color: 16426471.
HSL color Cylindrical-coordinate representation of color #E7A5FA: hue angle of 286.59º 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 #E7A5FA is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 165 | 250 | - |
| CMYK | 0.08 | 0.34 | 0 | 0.02 |
| HSL | 286.59º | 0.89% | 0.81% | - |
| HSV(B) | 286.59º | 0.34% | 0.98% | - |
| XYZ | 63.67 | 50.8 | 96.89 | - |
| YUV | 194.42 | 159.37 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 165 | 250 | 0.08 | 0.34 | 0 | 0.02 | 286.59 | 0.89 | 0.81 |
| Hex | E7 | A5 | FA | 8 | 22 | 0 | 2 | 11F | 59 | 51 |
| Octal | 347 | 245 | 372 | 10 | 42 | 0 | 2 | 437 | 131 | 121 |
| Binary | 11100111 | 10100101 | 11111010 | 1000 | 100010 | 0 | 10 | 100011111 | 1011001 | 1010001 |
Color Harmonies of #E7A5FA
Complementary color
Monochromatic Colors of #E7A5FA
Black with #E7A5FA
Text Example
Text Example
White with #E7A5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A5FA; }
p { color: rgb(231,165,250); }
H1.HeaderClassName
{
color: #E7A5FA;
}
.AnyTagClassName
{
color: #E7A5FA;
}
</style>
background-color css
<style>
a { background-color: #E7A5FA; }
a { background-color: rgb(231,165,250); }
div.DivClassName
{
background-color: #E7A5FA;
}
.BgClassName
{
background-color: #E7A5FA;
}
</style>
border-color css
<style>
span { border-color: #E7A5FA; }
span { border-color: rgb(231,165,250); }
td.TdClassName
{
border-color: #E7A5FA;
}
.TagClassName
{
border-color: #E7A5FA;
}
</style>