Shades of Mauve #E8BCF2
Tints of Mauve #E8BCF2
RGB
CMYK
RGB Variations
Color information
#E8BCF2 (or 0xE8BCF2) is known color: Mauve. HEX triplet: E8, BC and F2. RGB value is (232,188,242). Sum of RGB (Red+Green+Blue) = 232+188+242=662 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.05% from 662); Green value is 188 (73.83% from 255 or 28.40% from 662); Blue value is 242 (94.92% from 255 or 36.56% from 662); Max value from RGB is 242 - color contains mainly: blue. Hex color #E8BCF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8BCF2 is #17430D. Grayscale: #CFCFCF. Windows color (decimal): -1524494 or 15908072. OLE color: 15908072.
HSL color Cylindrical-coordinate representation of color #E8BCF2: hue angle of 288.89º 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 #E8BCF2 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 188 | 242 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.05 |
| HSL | 288.89º | 0.68% | 0.84% | - |
| HSV(B) | 288.89º | 0.22% | 0.95% | - |
| XYZ | 67.29 | 59.53 | 91.95 | - |
| YUV | 207.31 | 147.58 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 188 | 242 | 0.04 | 0.22 | 0 | 0.05 | 288.89 | 0.68 | 0.84 |
| Hex | E8 | BC | F2 | 4 | 16 | 0 | 5 | 121 | 44 | 54 |
| Octal | 350 | 274 | 362 | 4 | 26 | 0 | 5 | 441 | 104 | 124 |
| Binary | 11101000 | 10111100 | 11110010 | 100 | 10110 | 0 | 101 | 100100001 | 1000100 | 1010100 |
Color Harmonies of #E8BCF2
Complementary color
Monochromatic Colors of #E8BCF2
Black with #E8BCF2
Text Example
Text Example
White with #E8BCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BCF2; }
p { color: rgb(232,188,242); }
H1.HeaderClassName
{
color: #E8BCF2;
}
.AnyTagClassName
{
color: #E8BCF2;
}
</style>
background-color css
<style>
a { background-color: #E8BCF2; }
a { background-color: rgb(232,188,242); }
div.DivClassName
{
background-color: #E8BCF2;
}
.BgClassName
{
background-color: #E8BCF2;
}
</style>
border-color css
<style>
span { border-color: #E8BCF2; }
span { border-color: rgb(232,188,242); }
td.TdClassName
{
border-color: #E8BCF2;
}
.TagClassName
{
border-color: #E8BCF2;
}
</style>