Shades of Mauve #E7B3FF
Tints of Mauve #E7B3FF
RGB
CMYK
RGB Variations
Color information
#E7B3FF (or 0xE7B3FF) is known color: Mauve. HEX triplet: E7, B3 and FF. RGB value is (231,179,255). Sum of RGB (Red+Green+Blue) = 231+179+255=665 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.74% from 665); Green value is 179 (70.31% from 255 or 26.92% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: blue. Hex color #E7B3FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7B3FF is #184C00. Grayscale: #CACACA. Windows color (decimal): -1592321 or 16757735. OLE color: 16757735.
HSL color Cylindrical-coordinate representation of color #E7B3FF: hue angle of 281.05º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E7B3FF is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 231 | 179 | 255 | - |
| CMYK | 0.09 | 0.30 | 0 | 0 |
| HSL | 281.05º | 1% | 0.85% | - |
| HSV(B) | 281.05º | 0.3% | 1% | - |
| XYZ | 67.13 | 56.45 | 101.97 | - |
| YUV | 203.21 | 157.23 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 179 | 255 | 0.09 | 0.30 | 0 | 0 | 281.05 | 1 | 0.85 |
| Hex | E7 | B3 | FF | 9 | 1E | 0 | 0 | 119 | 64 | 55 |
| Octal | 347 | 263 | 377 | 11 | 36 | 0 | 0 | 431 | 144 | 125 |
| Binary | 11100111 | 10110011 | 11111111 | 1001 | 11110 | 0 | 0 | 100011001 | 1100100 | 1010101 |
Color Harmonies of #E7B3FF
Complementary color
Monochromatic Colors of #E7B3FF
Black with #E7B3FF
Text Example
Text Example
White with #E7B3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B3FF; }
p { color: rgb(231,179,255); }
H1.HeaderClassName
{
color: #E7B3FF;
}
.AnyTagClassName
{
color: #E7B3FF;
}
</style>
background-color css
<style>
a { background-color: #E7B3FF; }
a { background-color: rgb(231,179,255); }
div.DivClassName
{
background-color: #E7B3FF;
}
.BgClassName
{
background-color: #E7B3FF;
}
</style>
border-color css
<style>
span { border-color: #E7B3FF; }
span { border-color: rgb(231,179,255); }
td.TdClassName
{
border-color: #E7B3FF;
}
.TagClassName
{
border-color: #E7B3FF;
}
</style>