Shades of Mauve #E8B5FA
Tints of Mauve #E8B5FA
RGB
CMYK
RGB Variations
Color information
#E8B5FA (or 0xE8B5FA) is known color: Mauve. HEX triplet: E8, B5 and FA. RGB value is (232,181,250). Sum of RGB (Red+Green+Blue) = 232+181+250=663 (87% of max value = 765). Red value is 232 (91.02% from 255 or 34.99% from 663); Green value is 181 (71.09% from 255 or 27.30% from 663); Blue value is 250 (98.05% from 255 or 37.71% from 663); Max value from RGB is 250 - color contains mainly: blue. Hex color #E8B5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8B5FA is #174A05. Grayscale: #CBCBCB. Windows color (decimal): -1526278 or 16430568. OLE color: 16430568.
HSL color Cylindrical-coordinate representation of color #E8B5FA: hue angle of 284.35º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E8B5FA is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 181 | 250 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.02 |
| HSL | 284.35º | 0.87% | 0.85% | - |
| HSV(B) | 284.35º | 0.28% | 0.98% | - |
| XYZ | 67.06 | 57.11 | 97.93 | - |
| YUV | 204.12 | 153.9 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 181 | 250 | 0.07 | 0.28 | 0 | 0.02 | 284.35 | 0.87 | 0.85 |
| Hex | E8 | B5 | FA | 7 | 1C | 0 | 2 | 11C | 57 | 55 |
| Octal | 350 | 265 | 372 | 7 | 34 | 0 | 2 | 434 | 127 | 125 |
| Binary | 11101000 | 10110101 | 11111010 | 111 | 11100 | 0 | 10 | 100011100 | 1010111 | 1010101 |
Color Harmonies of #E8B5FA
Complementary color
Monochromatic Colors of #E8B5FA
Black with #E8B5FA
Text Example
Text Example
White with #E8B5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B5FA; }
p { color: rgb(232,181,250); }
H1.HeaderClassName
{
color: #E8B5FA;
}
.AnyTagClassName
{
color: #E8B5FA;
}
</style>
background-color css
<style>
a { background-color: #E8B5FA; }
a { background-color: rgb(232,181,250); }
div.DivClassName
{
background-color: #E8B5FA;
}
.BgClassName
{
background-color: #E8B5FA;
}
</style>
border-color css
<style>
span { border-color: #E8B5FA; }
span { border-color: rgb(232,181,250); }
td.TdClassName
{
border-color: #E8B5FA;
}
.TagClassName
{
border-color: #E8B5FA;
}
</style>