Shades of Mauve #E7B9FE
Tints of Mauve #E7B9FE
RGB
CMYK
RGB Variations
Color information
#E7B9FE (or 0xE7B9FE) is known color: Mauve. HEX triplet: E7, B9 and FE. RGB value is (231,185,254). Sum of RGB (Red+Green+Blue) = 231+185+254=670 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.48% from 670); Green value is 185 (72.66% from 255 or 27.61% from 670); Blue value is 254 (99.61% from 255 or 37.91% from 670); Max value from RGB is 254 - color contains mainly: blue. Hex color #E7B9FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7B9FE is #184601. Grayscale: #CECECE. Windows color (decimal): -1590786 or 16693735. OLE color: 16693735.
HSL color Cylindrical-coordinate representation of color #E7B9FE: hue angle of 280º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E7B9FE is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 231 | 185 | 254 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.00 |
| HSL | 280º | 0.97% | 0.86% | - |
| HSV(B) | 280º | 0.27% | 1% | - |
| XYZ | 68.19 | 58.84 | 101.53 | - |
| YUV | 206.62 | 154.74 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 185 | 254 | 0.09 | 0.27 | 0 | 0.00 | 280 | 0.97 | 0.86 |
| Hex | E7 | B9 | FE | 9 | 1B | 0 | 0 | 118 | 61 | 56 |
| Octal | 347 | 271 | 376 | 11 | 33 | 0 | 0 | 430 | 141 | 126 |
| Binary | 11100111 | 10111001 | 11111110 | 1001 | 11011 | 0 | 0 | 100011000 | 1100001 | 1010110 |
Color Harmonies of #E7B9FE
Complementary color
Monochromatic Colors of #E7B9FE
Black with #E7B9FE
Text Example
Text Example
White with #E7B9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B9FE; }
p { color: rgb(231,185,254); }
H1.HeaderClassName
{
color: #E7B9FE;
}
.AnyTagClassName
{
color: #E7B9FE;
}
</style>
background-color css
<style>
a { background-color: #E7B9FE; }
a { background-color: rgb(231,185,254); }
div.DivClassName
{
background-color: #E7B9FE;
}
.BgClassName
{
background-color: #E7B9FE;
}
</style>
border-color css
<style>
span { border-color: #E7B9FE; }
span { border-color: rgb(231,185,254); }
td.TdClassName
{
border-color: #E7B9FE;
}
.TagClassName
{
border-color: #E7B9FE;
}
</style>