Shades of Mauve #E8B6FE
Tints of Mauve #E8B6FE
RGB
CMYK
RGB Variations
Color information
#E8B6FE (or 0xE8B6FE) is known color: Mauve. HEX triplet: E8, B6 and FE. RGB value is (232,182,254). Sum of RGB (Red+Green+Blue) = 232+182+254=668 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.73% from 668); Green value is 182 (71.48% from 255 or 27.25% from 668); Blue value is 254 (99.61% from 255 or 38.02% from 668); Max value from RGB is 254 - color contains mainly: blue. Hex color #E8B6FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8B6FE is #174901. Grayscale: #CCCCCC. Windows color (decimal): -1526018 or 16692968. OLE color: 16692968.
HSL color Cylindrical-coordinate representation of color #E8B6FE: hue angle of 281.67º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E8B6FE is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 232 | 182 | 254 | - |
| CMYK | 0.09 | 0.28 | 0 | 0.00 |
| HSL | 281.67º | 0.97% | 0.85% | - |
| HSV(B) | 281.67º | 0.28% | 1% | - |
| XYZ | 67.9 | 57.77 | 101.34 | - |
| YUV | 205.16 | 155.57 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 182 | 254 | 0.09 | 0.28 | 0 | 0.00 | 281.67 | 0.97 | 0.85 |
| Hex | E8 | B6 | FE | 9 | 1C | 0 | 0 | 11A | 61 | 55 |
| Octal | 350 | 266 | 376 | 11 | 34 | 0 | 0 | 432 | 141 | 125 |
| Binary | 11101000 | 10110110 | 11111110 | 1001 | 11100 | 0 | 0 | 100011010 | 1100001 | 1010101 |
Color Harmonies of #E8B6FE
Complementary color
Monochromatic Colors of #E8B6FE
Black with #E8B6FE
Text Example
Text Example
White with #E8B6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B6FE; }
p { color: rgb(232,182,254); }
H1.HeaderClassName
{
color: #E8B6FE;
}
.AnyTagClassName
{
color: #E8B6FE;
}
</style>
background-color css
<style>
a { background-color: #E8B6FE; }
a { background-color: rgb(232,182,254); }
div.DivClassName
{
background-color: #E8B6FE;
}
.BgClassName
{
background-color: #E8B6FE;
}
</style>
border-color css
<style>
span { border-color: #E8B6FE; }
span { border-color: rgb(232,182,254); }
td.TdClassName
{
border-color: #E8B6FE;
}
.TagClassName
{
border-color: #E8B6FE;
}
</style>