Shades of Mauve #E7BCF0
Tints of Mauve #E7BCF0
RGB
CMYK
RGB Variations
Color information
#E7BCF0 (or 0xE7BCF0) is known color: Mauve. HEX triplet: E7, BC and F0. RGB value is (231,188,240). Sum of RGB (Red+Green+Blue) = 231+188+240=659 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35.05% from 659); Green value is 188 (73.83% from 255 or 28.53% from 659); Blue value is 240 (94.14% from 255 or 36.42% from 659); Max value from RGB is 240 - color contains mainly: blue. Hex color #E7BCF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7BCF0 is #18430F. Grayscale: #CECECE. Windows color (decimal): -1590032 or 15776999. OLE color: 15776999.
HSL color Cylindrical-coordinate representation of color #E7BCF0: hue angle of 289.62º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E7BCF0 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 231 | 188 | 240 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.06 |
| HSL | 289.62º | 0.63% | 0.84% | - |
| HSV(B) | 289.62º | 0.22% | 0.94% | - |
| XYZ | 66.67 | 59.25 | 90.36 | - |
| YUV | 206.79 | 146.75 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 188 | 240 | 0.04 | 0.22 | 0 | 0.06 | 289.62 | 0.63 | 0.84 |
| Hex | E7 | BC | F0 | 4 | 16 | 0 | 6 | 122 | 3F | 54 |
| Octal | 347 | 274 | 360 | 4 | 26 | 0 | 6 | 442 | 77 | 124 |
| Binary | 11100111 | 10111100 | 11110000 | 100 | 10110 | 0 | 110 | 100100010 | 111111 | 1010100 |
Color Harmonies of #E7BCF0
Complementary color
Monochromatic Colors of #E7BCF0
Black with #E7BCF0
Text Example
Text Example
White with #E7BCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BCF0; }
p { color: rgb(231,188,240); }
H1.HeaderClassName
{
color: #E7BCF0;
}
.AnyTagClassName
{
color: #E7BCF0;
}
</style>
background-color css
<style>
a { background-color: #E7BCF0; }
a { background-color: rgb(231,188,240); }
div.DivClassName
{
background-color: #E7BCF0;
}
.BgClassName
{
background-color: #E7BCF0;
}
</style>
border-color css
<style>
span { border-color: #E7BCF0; }
span { border-color: rgb(231,188,240); }
td.TdClassName
{
border-color: #E7BCF0;
}
.TagClassName
{
border-color: #E7BCF0;
}
</style>