Shades of Mauve #E7B0FB
Tints of Mauve #E7B0FB
RGB
CMYK
RGB Variations
Color information
#E7B0FB (or 0xE7B0FB) is known color: Mauve. HEX triplet: E7, B0 and FB. RGB value is (231,176,251). Sum of RGB (Red+Green+Blue) = 231+176+251=658 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35.11% from 658); Green value is 176 (69.14% from 255 or 26.75% from 658); Blue value is 251 (98.44% from 255 or 38.15% from 658); Max value from RGB is 251 - color contains mainly: blue. Hex color #E7B0FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7B0FB is #184F04. Grayscale: #C8C8C8. Windows color (decimal): -1593093 or 16494823. OLE color: 16494823.
HSL color Cylindrical-coordinate representation of color #E7B0FB: hue angle of 284º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E7B0FB is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 176 | 251 | - |
| CMYK | 0.08 | 0.30 | 0 | 0.02 |
| HSL | 284º | 0.9% | 0.84% | - |
| HSV(B) | 284º | 0.3% | 0.98% | - |
| XYZ | 65.89 | 55 | 98.41 | - |
| YUV | 201 | 156.22 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 176 | 251 | 0.08 | 0.30 | 0 | 0.02 | 284 | 0.9 | 0.84 |
| Hex | E7 | B0 | FB | 8 | 1E | 0 | 2 | 11C | 5A | 54 |
| Octal | 347 | 260 | 373 | 10 | 36 | 0 | 2 | 434 | 132 | 124 |
| Binary | 11100111 | 10110000 | 11111011 | 1000 | 11110 | 0 | 10 | 100011100 | 1011010 | 1010100 |
Color Harmonies of #E7B0FB
Complementary color
Monochromatic Colors of #E7B0FB
Black with #E7B0FB
Text Example
Text Example
White with #E7B0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B0FB; }
p { color: rgb(231,176,251); }
H1.HeaderClassName
{
color: #E7B0FB;
}
.AnyTagClassName
{
color: #E7B0FB;
}
</style>
background-color css
<style>
a { background-color: #E7B0FB; }
a { background-color: rgb(231,176,251); }
div.DivClassName
{
background-color: #E7B0FB;
}
.BgClassName
{
background-color: #E7B0FB;
}
</style>
border-color css
<style>
span { border-color: #E7B0FB; }
span { border-color: rgb(231,176,251); }
td.TdClassName
{
border-color: #E7B0FB;
}
.TagClassName
{
border-color: #E7B0FB;
}
</style>