Shades of Mauve #E7B0FF
Tints of Mauve #E7B0FF
RGB
CMYK
RGB Variations
Color information
#E7B0FF (or 0xE7B0FF) is known color: Mauve. HEX triplet: E7, B0 and FF. RGB value is (231,176,255). Sum of RGB (Red+Green+Blue) = 231+176+255=662 (87% of max value = 765). Red value is 231 (90.62% from 255 or 34.89% from 662); Green value is 176 (69.14% from 255 or 26.59% from 662); Blue value is 255 (100% from 255 or 38.52% from 662); Max value from RGB is 255 - color contains mainly: blue. Hex color #E7B0FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7B0FF is #184F00. Grayscale: #C9C9C9. Windows color (decimal): -1593089 or 16756967. OLE color: 16756967.
HSL color Cylindrical-coordinate representation of color #E7B0FF: hue angle of 281.77º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E7B0FF is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 231 | 176 | 255 | - |
| CMYK | 0.09 | 0.31 | 0 | 0 |
| HSL | 281.77º | 1% | 0.85% | - |
| HSV(B) | 281.77º | 0.31% | 1% | - |
| XYZ | 66.53 | 55.26 | 101.77 | - |
| YUV | 201.45 | 158.22 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 176 | 255 | 0.09 | 0.31 | 0 | 0 | 281.77 | 1 | 0.85 |
| Hex | E7 | B0 | FF | 9 | 1F | 0 | 0 | 11A | 64 | 55 |
| Octal | 347 | 260 | 377 | 11 | 37 | 0 | 0 | 432 | 144 | 125 |
| Binary | 11100111 | 10110000 | 11111111 | 1001 | 11111 | 0 | 0 | 100011010 | 1100100 | 1010101 |
Color Harmonies of #E7B0FF
Complementary color
Monochromatic Colors of #E7B0FF
Black with #E7B0FF
Text Example
Text Example
White with #E7B0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B0FF; }
p { color: rgb(231,176,255); }
H1.HeaderClassName
{
color: #E7B0FF;
}
.AnyTagClassName
{
color: #E7B0FF;
}
</style>
background-color css
<style>
a { background-color: #E7B0FF; }
a { background-color: rgb(231,176,255); }
div.DivClassName
{
background-color: #E7B0FF;
}
.BgClassName
{
background-color: #E7B0FF;
}
</style>
border-color css
<style>
span { border-color: #E7B0FF; }
span { border-color: rgb(231,176,255); }
td.TdClassName
{
border-color: #E7B0FF;
}
.TagClassName
{
border-color: #E7B0FF;
}
</style>