Shades of Mauve #E7BCF2
Tints of Mauve #E7BCF2
RGB
CMYK
RGB Variations
Color information
#E7BCF2 (or 0xE7BCF2) is known color: Mauve. HEX triplet: E7, BC and F2. RGB value is (231,188,242). Sum of RGB (Red+Green+Blue) = 231+188+242=661 (87% of max value = 765). Red value is 231 (90.62% from 255 or 34.95% from 661); Green value is 188 (73.83% from 255 or 28.44% from 661); Blue value is 242 (94.92% from 255 or 36.61% from 661); Max value from RGB is 242 - color contains mainly: blue. Hex color #E7BCF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7BCF2 is #18430D. Grayscale: #CECECE. Windows color (decimal): -1590030 or 15908071. OLE color: 15908071.
HSL color Cylindrical-coordinate representation of color #E7BCF2: hue angle of 287.78º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E7BCF2 is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 231 | 188 | 242 | - |
| CMYK | 0.05 | 0.22 | 0 | 0.05 |
| HSL | 287.78º | 0.68% | 0.84% | - |
| HSV(B) | 287.78º | 0.22% | 0.95% | - |
| XYZ | 66.97 | 59.37 | 91.93 | - |
| YUV | 207.01 | 147.75 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 188 | 242 | 0.05 | 0.22 | 0 | 0.05 | 287.78 | 0.68 | 0.84 |
| Hex | E7 | BC | F2 | 5 | 16 | 0 | 5 | 120 | 44 | 54 |
| Octal | 347 | 274 | 362 | 5 | 26 | 0 | 5 | 440 | 104 | 124 |
| Binary | 11100111 | 10111100 | 11110010 | 101 | 10110 | 0 | 101 | 100100000 | 1000100 | 1010100 |
Color Harmonies of #E7BCF2
Complementary color
Monochromatic Colors of #E7BCF2
Black with #E7BCF2
Text Example
Text Example
White with #E7BCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BCF2; }
p { color: rgb(231,188,242); }
H1.HeaderClassName
{
color: #E7BCF2;
}
.AnyTagClassName
{
color: #E7BCF2;
}
</style>
background-color css
<style>
a { background-color: #E7BCF2; }
a { background-color: rgb(231,188,242); }
div.DivClassName
{
background-color: #E7BCF2;
}
.BgClassName
{
background-color: #E7BCF2;
}
</style>
border-color css
<style>
span { border-color: #E7BCF2; }
span { border-color: rgb(231,188,242); }
td.TdClassName
{
border-color: #E7BCF2;
}
.TagClassName
{
border-color: #E7BCF2;
}
</style>