Shades of Mauve #E8B3F6
Tints of Mauve #E8B3F6
RGB
CMYK
RGB Variations
Color information
#E8B3F6 (or 0xE8B3F6) is known color: Mauve. HEX triplet: E8, B3 and F6. RGB value is (232,179,246). Sum of RGB (Red+Green+Blue) = 232+179+246=657 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.31% from 657); Green value is 179 (70.31% from 255 or 27.25% from 657); Blue value is 246 (96.48% from 255 or 37.44% from 657); Max value from RGB is 246 - color contains mainly: blue. Hex color #E8B3F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8B3F6 is #174C09. Grayscale: #CACACA. Windows color (decimal): -1526794 or 16167912. OLE color: 16167912.
HSL color Cylindrical-coordinate representation of color #E8B3F6: hue angle of 287.46º degrees, saturation: 0.79, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E8B3F6 is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 232 | 179 | 246 | - |
| CMYK | 0.06 | 0.27 | 0 | 0.04 |
| HSL | 287.46º | 0.79% | 0.83% | - |
| HSV(B) | 287.46º | 0.27% | 0.96% | - |
| XYZ | 66.03 | 56.05 | 94.53 | - |
| YUV | 202.49 | 152.56 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 179 | 246 | 0.06 | 0.27 | 0 | 0.04 | 287.46 | 0.79 | 0.83 |
| Hex | E8 | B3 | F6 | 6 | 1B | 0 | 4 | 11F | 4F | 53 |
| Octal | 350 | 263 | 366 | 6 | 33 | 0 | 4 | 437 | 117 | 123 |
| Binary | 11101000 | 10110011 | 11110110 | 110 | 11011 | 0 | 100 | 100011111 | 1001111 | 1010011 |
Color Harmonies of #E8B3F6
Complementary color
Monochromatic Colors of #E8B3F6
Black with #E8B3F6
Text Example
Text Example
White with #E8B3F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B3F6; }
p { color: rgb(232,179,246); }
H1.HeaderClassName
{
color: #E8B3F6;
}
.AnyTagClassName
{
color: #E8B3F6;
}
</style>
background-color css
<style>
a { background-color: #E8B3F6; }
a { background-color: rgb(232,179,246); }
div.DivClassName
{
background-color: #E8B3F6;
}
.BgClassName
{
background-color: #E8B3F6;
}
</style>
border-color css
<style>
span { border-color: #E8B3F6; }
span { border-color: rgb(232,179,246); }
td.TdClassName
{
border-color: #E8B3F6;
}
.TagClassName
{
border-color: #E8B3F6;
}
</style>