Shades of Mauve #E8B9F6
Tints of Mauve #E8B9F6
RGB
CMYK
RGB Variations
Color information
#E8B9F6 (or 0xE8B9F6) is known color: Mauve. HEX triplet: E8, B9 and F6. RGB value is (232,185,246). Sum of RGB (Red+Green+Blue) = 232+185+246=663 (87% of max value = 765). Red value is 232 (91.02% from 255 or 34.99% from 663); Green value is 185 (72.66% from 255 or 27.90% from 663); Blue value is 246 (96.48% from 255 or 37.10% from 663); Max value from RGB is 246 - color contains mainly: blue. Hex color #E8B9F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8B9F6 is #174609. Grayscale: #CDCDCD. Windows color (decimal): -1525258 or 16169448. OLE color: 16169448.
HSL color Cylindrical-coordinate representation of color #E8B9F6: hue angle of 286.23º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E8B9F6 is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 232 | 185 | 246 | - |
| CMYK | 0.06 | 0.25 | 0 | 0.04 |
| HSL | 286.23º | 0.77% | 0.85% | - |
| HSV(B) | 286.23º | 0.25% | 0.96% | - |
| XYZ | 67.26 | 58.51 | 94.94 | - |
| YUV | 206.01 | 150.57 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 185 | 246 | 0.06 | 0.25 | 0 | 0.04 | 286.23 | 0.77 | 0.85 |
| Hex | E8 | B9 | F6 | 6 | 19 | 0 | 4 | 11E | 4D | 55 |
| Octal | 350 | 271 | 366 | 6 | 31 | 0 | 4 | 436 | 115 | 125 |
| Binary | 11101000 | 10111001 | 11110110 | 110 | 11001 | 0 | 100 | 100011110 | 1001101 | 1010101 |
Color Harmonies of #E8B9F6
Complementary color
Monochromatic Colors of #E8B9F6
Black with #E8B9F6
Text Example
Text Example
White with #E8B9F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B9F6; }
p { color: rgb(232,185,246); }
H1.HeaderClassName
{
color: #E8B9F6;
}
.AnyTagClassName
{
color: #E8B9F6;
}
</style>
background-color css
<style>
a { background-color: #E8B9F6; }
a { background-color: rgb(232,185,246); }
div.DivClassName
{
background-color: #E8B9F6;
}
.BgClassName
{
background-color: #E8B9F6;
}
</style>
border-color css
<style>
span { border-color: #E8B9F6; }
span { border-color: rgb(232,185,246); }
td.TdClassName
{
border-color: #E8B9F6;
}
.TagClassName
{
border-color: #E8B9F6;
}
</style>