Shades of Mauve #E7B9FC
Tints of Mauve #E7B9FC
RGB
CMYK
RGB Variations
Color information
#E7B9FC (or 0xE7B9FC) is known color: Mauve. HEX triplet: E7, B9 and FC. RGB value is (231,185,252). Sum of RGB (Red+Green+Blue) = 231+185+252=668 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.58% from 668); Green value is 185 (72.66% from 255 or 27.69% from 668); Blue value is 252 (98.83% from 255 or 37.72% from 668); Max value from RGB is 252 - color contains mainly: blue. Hex color #E7B9FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7B9FC is #184603. Grayscale: #CECECE. Windows color (decimal): -1590788 or 16562663. OLE color: 16562663.
HSL color Cylindrical-coordinate representation of color #E7B9FC: hue angle of 281.19º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E7B9FC is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 231 | 185 | 252 | - |
| CMYK | 0.08 | 0.27 | 0 | 0.01 |
| HSL | 281.19º | 0.92% | 0.86% | - |
| HSV(B) | 281.19º | 0.27% | 0.99% | - |
| XYZ | 67.87 | 58.72 | 99.85 | - |
| YUV | 206.39 | 153.74 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 185 | 252 | 0.08 | 0.27 | 0 | 0.01 | 281.19 | 0.92 | 0.86 |
| Hex | E7 | B9 | FC | 8 | 1B | 0 | 1 | 119 | 5C | 56 |
| Octal | 347 | 271 | 374 | 10 | 33 | 0 | 1 | 431 | 134 | 126 |
| Binary | 11100111 | 10111001 | 11111100 | 1000 | 11011 | 0 | 1 | 100011001 | 1011100 | 1010110 |
Color Harmonies of #E7B9FC
Complementary color
Monochromatic Colors of #E7B9FC
Black with #E7B9FC
Text Example
Text Example
White with #E7B9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B9FC; }
p { color: rgb(231,185,252); }
H1.HeaderClassName
{
color: #E7B9FC;
}
.AnyTagClassName
{
color: #E7B9FC;
}
</style>
background-color css
<style>
a { background-color: #E7B9FC; }
a { background-color: rgb(231,185,252); }
div.DivClassName
{
background-color: #E7B9FC;
}
.BgClassName
{
background-color: #E7B9FC;
}
</style>
border-color css
<style>
span { border-color: #E7B9FC; }
span { border-color: rgb(231,185,252); }
td.TdClassName
{
border-color: #E7B9FC;
}
.TagClassName
{
border-color: #E7B9FC;
}
</style>