Shades of Mauve #E7B8FE
Tints of Mauve #E7B8FE
RGB
CMYK
RGB Variations
Color information
#E7B8FE (or 0xE7B8FE) is known color: Mauve. HEX triplet: E7, B8 and FE. RGB value is (231,184,254). Sum of RGB (Red+Green+Blue) = 231+184+254=669 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.53% from 669); Green value is 184 (72.27% from 255 or 27.50% from 669); Blue value is 254 (99.61% from 255 or 37.97% from 669); Max value from RGB is 254 - color contains mainly: blue. Hex color #E7B8FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7B8FE is #184701. Grayscale: #CDCDCD. Windows color (decimal): -1591042 or 16693479. OLE color: 16693479.
HSL color Cylindrical-coordinate representation of color #E7B8FE: hue angle of 280.29º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E7B8FE is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 231 | 184 | 254 | - |
| CMYK | 0.09 | 0.28 | 0 | 0.00 |
| HSL | 280.29º | 0.97% | 0.86% | - |
| HSV(B) | 280.29º | 0.28% | 1% | - |
| XYZ | 67.98 | 58.43 | 101.46 | - |
| YUV | 206.03 | 155.07 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 184 | 254 | 0.09 | 0.28 | 0 | 0.00 | 280.29 | 0.97 | 0.86 |
| Hex | E7 | B8 | FE | 9 | 1C | 0 | 0 | 118 | 61 | 56 |
| Octal | 347 | 270 | 376 | 11 | 34 | 0 | 0 | 430 | 141 | 126 |
| Binary | 11100111 | 10111000 | 11111110 | 1001 | 11100 | 0 | 0 | 100011000 | 1100001 | 1010110 |
Color Harmonies of #E7B8FE
Complementary color
Monochromatic Colors of #E7B8FE
Black with #E7B8FE
Text Example
Text Example
White with #E7B8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B8FE; }
p { color: rgb(231,184,254); }
H1.HeaderClassName
{
color: #E7B8FE;
}
.AnyTagClassName
{
color: #E7B8FE;
}
</style>
background-color css
<style>
a { background-color: #E7B8FE; }
a { background-color: rgb(231,184,254); }
div.DivClassName
{
background-color: #E7B8FE;
}
.BgClassName
{
background-color: #E7B8FE;
}
</style>
border-color css
<style>
span { border-color: #E7B8FE; }
span { border-color: rgb(231,184,254); }
td.TdClassName
{
border-color: #E7B8FE;
}
.TagClassName
{
border-color: #E7B8FE;
}
</style>