Shades of Mauve #E7B4F2
Tints of Mauve #E7B4F2
RGB
CMYK
RGB Variations
Color information
#E7B4F2 (or 0xE7B4F2) is known color: Mauve. HEX triplet: E7, B4 and F2. RGB value is (231,180,242). Sum of RGB (Red+Green+Blue) = 231+180+242=653 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.38% from 653); Green value is 180 (70.70% from 255 or 27.57% from 653); Blue value is 242 (94.92% from 255 or 37.06% from 653); Max value from RGB is 242 - color contains mainly: blue. Hex color #E7B4F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7B4F2 is #184B0D. Grayscale: #CACACA. Windows color (decimal): -1592078 or 15906023. OLE color: 15906023.
HSL color Cylindrical-coordinate representation of color #E7B4F2: hue angle of 289.35º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E7B4F2 is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 231 | 180 | 242 | - |
| CMYK | 0.05 | 0.26 | 0 | 0.05 |
| HSL | 289.35º | 0.7% | 0.83% | - |
| HSV(B) | 289.35º | 0.26% | 0.95% | - |
| XYZ | 65.3 | 56.04 | 91.38 | - |
| YUV | 202.32 | 150.4 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 180 | 242 | 0.05 | 0.26 | 0 | 0.05 | 289.35 | 0.7 | 0.83 |
| Hex | E7 | B4 | F2 | 5 | 1A | 0 | 5 | 121 | 46 | 53 |
| Octal | 347 | 264 | 362 | 5 | 32 | 0 | 5 | 441 | 106 | 123 |
| Binary | 11100111 | 10110100 | 11110010 | 101 | 11010 | 0 | 101 | 100100001 | 1000110 | 1010011 |
Color Harmonies of #E7B4F2
Complementary color
Monochromatic Colors of #E7B4F2
Black with #E7B4F2
Text Example
Text Example
White with #E7B4F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B4F2; }
p { color: rgb(231,180,242); }
H1.HeaderClassName
{
color: #E7B4F2;
}
.AnyTagClassName
{
color: #E7B4F2;
}
</style>
background-color css
<style>
a { background-color: #E7B4F2; }
a { background-color: rgb(231,180,242); }
div.DivClassName
{
background-color: #E7B4F2;
}
.BgClassName
{
background-color: #E7B4F2;
}
</style>
border-color css
<style>
span { border-color: #E7B4F2; }
span { border-color: rgb(231,180,242); }
td.TdClassName
{
border-color: #E7B4F2;
}
.TagClassName
{
border-color: #E7B4F2;
}
</style>