Shades of Mauve #E7BBFA
Tints of Mauve #E7BBFA
RGB
CMYK
RGB Variations
Color information
#E7BBFA (or 0xE7BBFA) is known color: Mauve. HEX triplet: E7, BB and FA. RGB value is (231,187,250). Sum of RGB (Red+Green+Blue) = 231+187+250=668 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.58% from 668); Green value is 187 (73.44% from 255 or 27.99% from 668); Blue value is 250 (98.05% from 255 or 37.43% from 668); Max value from RGB is 250 - color contains mainly: blue. Hex color #E7BBFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7BBFA is #184405. Grayscale: #CFCFCF. Windows color (decimal): -1590278 or 16432103. OLE color: 16432103.
HSL color Cylindrical-coordinate representation of color #E7BBFA: hue angle of 281.9º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E7BBFA is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 187 | 250 | - |
| CMYK | 0.08 | 0.25 | 0 | 0.02 |
| HSL | 281.9º | 0.86% | 0.86% | - |
| HSV(B) | 281.9º | 0.25% | 0.98% | - |
| XYZ | 67.98 | 59.43 | 98.33 | - |
| YUV | 207.34 | 152.08 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 187 | 250 | 0.08 | 0.25 | 0 | 0.02 | 281.9 | 0.86 | 0.86 |
| Hex | E7 | BB | FA | 8 | 19 | 0 | 2 | 11A | 56 | 56 |
| Octal | 347 | 273 | 372 | 10 | 31 | 0 | 2 | 432 | 126 | 126 |
| Binary | 11100111 | 10111011 | 11111010 | 1000 | 11001 | 0 | 10 | 100011010 | 1010110 | 1010110 |
Color Harmonies of #E7BBFA
Complementary color
Monochromatic Colors of #E7BBFA
Black with #E7BBFA
Text Example
Text Example
White with #E7BBFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BBFA; }
p { color: rgb(231,187,250); }
H1.HeaderClassName
{
color: #E7BBFA;
}
.AnyTagClassName
{
color: #E7BBFA;
}
</style>
background-color css
<style>
a { background-color: #E7BBFA; }
a { background-color: rgb(231,187,250); }
div.DivClassName
{
background-color: #E7BBFA;
}
.BgClassName
{
background-color: #E7BBFA;
}
</style>
border-color css
<style>
span { border-color: #E7BBFA; }
span { border-color: rgb(231,187,250); }
td.TdClassName
{
border-color: #E7BBFA;
}
.TagClassName
{
border-color: #E7BBFA;
}
</style>