Shades of Mauve #E8B5F9
Tints of Mauve #E8B5F9
RGB
CMYK
RGB Variations
Color information
#E8B5F9 (or 0xE8B5F9) is known color: Mauve. HEX triplet: E8, B5 and F9. RGB value is (232,181,249). Sum of RGB (Red+Green+Blue) = 232+181+249=662 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.05% from 662); Green value is 181 (71.09% from 255 or 27.34% from 662); Blue value is 249 (97.66% from 255 or 37.61% from 662); Max value from RGB is 249 - color contains mainly: blue. Hex color #E8B5F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8B5F9 is #174A06. Grayscale: #CBCBCB. Windows color (decimal): -1526279 or 16365032. OLE color: 16365032.
HSL color Cylindrical-coordinate representation of color #E8B5F9: hue angle of 285º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E8B5F9 is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 181 | 249 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.02 |
| HSL | 285º | 0.85% | 0.84% | - |
| HSV(B) | 285º | 0.27% | 0.98% | - |
| XYZ | 66.9 | 57.04 | 97.11 | - |
| YUV | 204 | 153.4 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 181 | 249 | 0.07 | 0.27 | 0 | 0.02 | 285 | 0.85 | 0.84 |
| Hex | E8 | B5 | F9 | 7 | 1B | 0 | 2 | 11D | 55 | 54 |
| Octal | 350 | 265 | 371 | 7 | 33 | 0 | 2 | 435 | 125 | 124 |
| Binary | 11101000 | 10110101 | 11111001 | 111 | 11011 | 0 | 10 | 100011101 | 1010101 | 1010100 |
Color Harmonies of #E8B5F9
Complementary color
Monochromatic Colors of #E8B5F9
Black with #E8B5F9
Text Example
Text Example
White with #E8B5F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B5F9; }
p { color: rgb(232,181,249); }
H1.HeaderClassName
{
color: #E8B5F9;
}
.AnyTagClassName
{
color: #E8B5F9;
}
</style>
background-color css
<style>
a { background-color: #E8B5F9; }
a { background-color: rgb(232,181,249); }
div.DivClassName
{
background-color: #E8B5F9;
}
.BgClassName
{
background-color: #E8B5F9;
}
</style>
border-color css
<style>
span { border-color: #E8B5F9; }
span { border-color: rgb(232,181,249); }
td.TdClassName
{
border-color: #E8B5F9;
}
.TagClassName
{
border-color: #E8B5F9;
}
</style>