Shades of Mauve #E7A8FB
Tints of Mauve #E7A8FB
RGB
CMYK
RGB Variations
Color information
#E7A8FB (or 0xE7A8FB) is known color: Mauve. HEX triplet: E7, A8 and FB. RGB value is (231,168,251). Sum of RGB (Red+Green+Blue) = 231+168+251=650 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.54% from 650); Green value is 168 (66.02% from 255 or 25.85% from 650); Blue value is 251 (98.44% from 255 or 38.62% from 650); Max value from RGB is 251 - color contains mainly: blue. Hex color #E7A8FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7A8FB is #185704. Grayscale: #C4C4C4. Windows color (decimal): -1595141 or 16492775. OLE color: 16492775.
HSL color Cylindrical-coordinate representation of color #E7A8FB: hue angle of 285.54º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E7A8FB is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 168 | 251 | - |
| CMYK | 0.08 | 0.33 | 0 | 0.02 |
| HSL | 285.54º | 0.91% | 0.82% | - |
| HSV(B) | 285.54º | 0.33% | 0.98% | - |
| XYZ | 64.37 | 51.96 | 97.9 | - |
| YUV | 196.3 | 158.87 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 168 | 251 | 0.08 | 0.33 | 0 | 0.02 | 285.54 | 0.91 | 0.82 |
| Hex | E7 | A8 | FB | 8 | 21 | 0 | 2 | 11E | 5B | 52 |
| Octal | 347 | 250 | 373 | 10 | 41 | 0 | 2 | 436 | 133 | 122 |
| Binary | 11100111 | 10101000 | 11111011 | 1000 | 100001 | 0 | 10 | 100011110 | 1011011 | 1010010 |
Color Harmonies of #E7A8FB
Complementary color
Monochromatic Colors of #E7A8FB
Black with #E7A8FB
Text Example
Text Example
White with #E7A8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A8FB; }
p { color: rgb(231,168,251); }
H1.HeaderClassName
{
color: #E7A8FB;
}
.AnyTagClassName
{
color: #E7A8FB;
}
</style>
background-color css
<style>
a { background-color: #E7A8FB; }
a { background-color: rgb(231,168,251); }
div.DivClassName
{
background-color: #E7A8FB;
}
.BgClassName
{
background-color: #E7A8FB;
}
</style>
border-color css
<style>
span { border-color: #E7A8FB; }
span { border-color: rgb(231,168,251); }
td.TdClassName
{
border-color: #E7A8FB;
}
.TagClassName
{
border-color: #E7A8FB;
}
</style>