Shades of Mauve #E8B1FC
Tints of Mauve #E8B1FC
RGB
CMYK
RGB Variations
Color information
#E8B1FC (or 0xE8B1FC) is known color: Mauve. HEX triplet: E8, B1 and FC. RGB value is (232,177,252). Sum of RGB (Red+Green+Blue) = 232+177+252=661 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.10% from 661); Green value is 177 (69.53% from 255 or 26.78% from 661); Blue value is 252 (98.83% from 255 or 38.12% from 661); Max value from RGB is 252 - color contains mainly: blue. Hex color #E8B1FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8B1FC is #174E03. Grayscale: #C9C9C9. Windows color (decimal): -1527300 or 16560616. OLE color: 16560616.
HSL color Cylindrical-coordinate representation of color #E8B1FC: hue angle of 284º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E8B1FC is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 177 | 252 | - |
| CMYK | 0.08 | 0.30 | 0 | 0.01 |
| HSL | 284º | 0.93% | 0.84% | - |
| HSV(B) | 284º | 0.3% | 0.99% | - |
| XYZ | 66.57 | 55.63 | 99.32 | - |
| YUV | 202 | 156.22 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 177 | 252 | 0.08 | 0.30 | 0 | 0.01 | 284 | 0.93 | 0.84 |
| Hex | E8 | B1 | FC | 8 | 1E | 0 | 1 | 11C | 5D | 54 |
| Octal | 350 | 261 | 374 | 10 | 36 | 0 | 1 | 434 | 135 | 124 |
| Binary | 11101000 | 10110001 | 11111100 | 1000 | 11110 | 0 | 1 | 100011100 | 1011101 | 1010100 |
Color Harmonies of #E8B1FC
Complementary color
Monochromatic Colors of #E8B1FC
Black with #E8B1FC
Text Example
Text Example
White with #E8B1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B1FC; }
p { color: rgb(232,177,252); }
H1.HeaderClassName
{
color: #E8B1FC;
}
.AnyTagClassName
{
color: #E8B1FC;
}
</style>
background-color css
<style>
a { background-color: #E8B1FC; }
a { background-color: rgb(232,177,252); }
div.DivClassName
{
background-color: #E8B1FC;
}
.BgClassName
{
background-color: #E8B1FC;
}
</style>
border-color css
<style>
span { border-color: #E8B1FC; }
span { border-color: rgb(232,177,252); }
td.TdClassName
{
border-color: #E8B1FC;
}
.TagClassName
{
border-color: #E8B1FC;
}
</style>