Shades of Mauve #E8B0F9
Tints of Mauve #E8B0F9
RGB
CMYK
RGB Variations
Color information
#E8B0F9 (or 0xE8B0F9) is known color: Mauve. HEX triplet: E8, B0 and F9. RGB value is (232,176,249). Sum of RGB (Red+Green+Blue) = 232+176+249=657 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.31% from 657); Green value is 176 (69.14% from 255 or 26.79% from 657); Blue value is 249 (97.66% from 255 or 37.90% from 657); Max value from RGB is 249 - color contains mainly: blue. Hex color #E8B0F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8B0F9 is #174F06. Grayscale: #C8C8C8. Windows color (decimal): -1527559 or 16363752. OLE color: 16363752.
HSL color Cylindrical-coordinate representation of color #E8B0F9: hue angle of 286.03º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E8B0F9 is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 176 | 249 | - |
| CMYK | 0.07 | 0.29 | 0 | 0.02 |
| HSL | 286.03º | 0.86% | 0.83% | - |
| HSV(B) | 286.03º | 0.29% | 0.98% | - |
| XYZ | 65.9 | 55.05 | 96.77 | - |
| YUV | 201.07 | 155.05 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 176 | 249 | 0.07 | 0.29 | 0 | 0.02 | 286.03 | 0.86 | 0.83 |
| Hex | E8 | B0 | F9 | 7 | 1D | 0 | 2 | 11E | 56 | 53 |
| Octal | 350 | 260 | 371 | 7 | 35 | 0 | 2 | 436 | 126 | 123 |
| Binary | 11101000 | 10110000 | 11111001 | 111 | 11101 | 0 | 10 | 100011110 | 1010110 | 1010011 |
Color Harmonies of #E8B0F9
Complementary color
Monochromatic Colors of #E8B0F9
Black with #E8B0F9
Text Example
Text Example
White with #E8B0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B0F9; }
p { color: rgb(232,176,249); }
H1.HeaderClassName
{
color: #E8B0F9;
}
.AnyTagClassName
{
color: #E8B0F9;
}
</style>
background-color css
<style>
a { background-color: #E8B0F9; }
a { background-color: rgb(232,176,249); }
div.DivClassName
{
background-color: #E8B0F9;
}
.BgClassName
{
background-color: #E8B0F9;
}
</style>
border-color css
<style>
span { border-color: #E8B0F9; }
span { border-color: rgb(232,176,249); }
td.TdClassName
{
border-color: #E8B0F9;
}
.TagClassName
{
border-color: #E8B0F9;
}
</style>