Shades of Mauve #E8B3FF
Tints of Mauve #E8B3FF
RGB
CMYK
RGB Variations
Color information
#E8B3FF (or 0xE8B3FF) is known color: Mauve. HEX triplet: E8, B3 and FF. RGB value is (232,179,255). Sum of RGB (Red+Green+Blue) = 232+179+255=666 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.83% from 666); Green value is 179 (70.31% from 255 or 26.88% from 666); Blue value is 255 (100% from 255 or 38.29% from 666); Max value from RGB is 255 - color contains mainly: blue. Hex color #E8B3FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8B3FF is #174C00. Grayscale: #CBCBCB. Windows color (decimal): -1526785 or 16757736. OLE color: 16757736.
HSL color Cylindrical-coordinate representation of color #E8B3FF: hue angle of 281.84º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E8B3FF is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 232 | 179 | 255 | - |
| CMYK | 0.09 | 0.30 | 0 | 0 |
| HSL | 281.84º | 1% | 0.85% | - |
| HSV(B) | 281.84º | 0.3% | 1% | - |
| XYZ | 67.45 | 56.62 | 101.98 | - |
| YUV | 203.51 | 157.06 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 179 | 255 | 0.09 | 0.30 | 0 | 0 | 281.84 | 1 | 0.85 |
| Hex | E8 | B3 | FF | 9 | 1E | 0 | 0 | 11A | 64 | 55 |
| Octal | 350 | 263 | 377 | 11 | 36 | 0 | 0 | 432 | 144 | 125 |
| Binary | 11101000 | 10110011 | 11111111 | 1001 | 11110 | 0 | 0 | 100011010 | 1100100 | 1010101 |
Color Harmonies of #E8B3FF
Complementary color
Monochromatic Colors of #E8B3FF
Black with #E8B3FF
Text Example
Text Example
White with #E8B3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B3FF; }
p { color: rgb(232,179,255); }
H1.HeaderClassName
{
color: #E8B3FF;
}
.AnyTagClassName
{
color: #E8B3FF;
}
</style>
background-color css
<style>
a { background-color: #E8B3FF; }
a { background-color: rgb(232,179,255); }
div.DivClassName
{
background-color: #E8B3FF;
}
.BgClassName
{
background-color: #E8B3FF;
}
</style>
border-color css
<style>
span { border-color: #E8B3FF; }
span { border-color: rgb(232,179,255); }
td.TdClassName
{
border-color: #E8B3FF;
}
.TagClassName
{
border-color: #E8B3FF;
}
</style>