Shades of Mauve #E8BCF9
Tints of Mauve #E8BCF9
RGB
CMYK
RGB Variations
Color information
#E8BCF9 (or 0xE8BCF9) is known color: Mauve. HEX triplet: E8, BC and F9. RGB value is (232,188,249). Sum of RGB (Red+Green+Blue) = 232+188+249=669 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.68% from 669); Green value is 188 (73.83% from 255 or 28.10% from 669); Blue value is 249 (97.66% from 255 or 37.22% from 669); Max value from RGB is 249 - color contains mainly: blue. Hex color #E8BCF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8BCF9 is #174306. Grayscale: #CFCFCF. Windows color (decimal): -1524487 or 16366824. OLE color: 16366824.
HSL color Cylindrical-coordinate representation of color #E8BCF9: hue angle of 283.28º degrees, saturation: 0.84, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E8BCF9 is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 188 | 249 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.02 |
| HSL | 283.28º | 0.84% | 0.86% | - |
| HSV(B) | 283.28º | 0.24% | 0.98% | - |
| XYZ | 68.36 | 59.96 | 97.59 | - |
| YUV | 208.11 | 151.08 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 188 | 249 | 0.07 | 0.24 | 0 | 0.02 | 283.28 | 0.84 | 0.86 |
| Hex | E8 | BC | F9 | 7 | 18 | 0 | 2 | 11B | 54 | 56 |
| Octal | 350 | 274 | 371 | 7 | 30 | 0 | 2 | 433 | 124 | 126 |
| Binary | 11101000 | 10111100 | 11111001 | 111 | 11000 | 0 | 10 | 100011011 | 1010100 | 1010110 |
Color Harmonies of #E8BCF9
Complementary color
Monochromatic Colors of #E8BCF9
Black with #E8BCF9
Text Example
Text Example
White with #E8BCF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BCF9; }
p { color: rgb(232,188,249); }
H1.HeaderClassName
{
color: #E8BCF9;
}
.AnyTagClassName
{
color: #E8BCF9;
}
</style>
background-color css
<style>
a { background-color: #E8BCF9; }
a { background-color: rgb(232,188,249); }
div.DivClassName
{
background-color: #E8BCF9;
}
.BgClassName
{
background-color: #E8BCF9;
}
</style>
border-color css
<style>
span { border-color: #E8BCF9; }
span { border-color: rgb(232,188,249); }
td.TdClassName
{
border-color: #E8BCF9;
}
.TagClassName
{
border-color: #E8BCF9;
}
</style>