Shades of Mauve #E7B0FA
Tints of Mauve #E7B0FA
RGB
CMYK
RGB Variations
Color information
#E7B0FA (or 0xE7B0FA) is known color: Mauve. HEX triplet: E7, B0 and FA. RGB value is (231,176,250). Sum of RGB (Red+Green+Blue) = 231+176+250=657 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35.16% from 657); Green value is 176 (69.14% from 255 or 26.79% from 657); Blue value is 250 (98.05% from 255 or 38.05% from 657); Max value from RGB is 250 - color contains mainly: blue. Hex color #E7B0FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7B0FA is #184F05. Grayscale: #C8C8C8. Windows color (decimal): -1593094 or 16429287. OLE color: 16429287.
HSL color Cylindrical-coordinate representation of color #E7B0FA: hue angle of 284.59º degrees, saturation: 0.88, 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 #E7B0FA is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 176 | 250 | - |
| CMYK | 0.08 | 0.30 | 0 | 0.02 |
| HSL | 284.59º | 0.88% | 0.84% | - |
| HSV(B) | 284.59º | 0.3% | 0.98% | - |
| XYZ | 65.74 | 54.94 | 97.58 | - |
| YUV | 200.88 | 155.72 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 176 | 250 | 0.08 | 0.30 | 0 | 0.02 | 284.59 | 0.88 | 0.84 |
| Hex | E7 | B0 | FA | 8 | 1E | 0 | 2 | 11D | 58 | 54 |
| Octal | 347 | 260 | 372 | 10 | 36 | 0 | 2 | 435 | 130 | 124 |
| Binary | 11100111 | 10110000 | 11111010 | 1000 | 11110 | 0 | 10 | 100011101 | 1011000 | 1010100 |
Color Harmonies of #E7B0FA
Complementary color
Monochromatic Colors of #E7B0FA
Black with #E7B0FA
Text Example
Text Example
White with #E7B0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B0FA; }
p { color: rgb(231,176,250); }
H1.HeaderClassName
{
color: #E7B0FA;
}
.AnyTagClassName
{
color: #E7B0FA;
}
</style>
background-color css
<style>
a { background-color: #E7B0FA; }
a { background-color: rgb(231,176,250); }
div.DivClassName
{
background-color: #E7B0FA;
}
.BgClassName
{
background-color: #E7B0FA;
}
</style>
border-color css
<style>
span { border-color: #E7B0FA; }
span { border-color: rgb(231,176,250); }
td.TdClassName
{
border-color: #E7B0FA;
}
.TagClassName
{
border-color: #E7B0FA;
}
</style>