Shades of Mauve #E8B5FF
Tints of Mauve #E8B5FF
RGB
CMYK
RGB Variations
Color information
#E8B5FF (or 0xE8B5FF) is known color: Mauve. HEX triplet: E8, B5 and FF. RGB value is (232,181,255). Sum of RGB (Red+Green+Blue) = 232+181+255=668 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.73% from 668); Green value is 181 (71.09% from 255 or 27.10% from 668); Blue value is 255 (100% from 255 or 38.17% from 668); Max value from RGB is 255 - color contains mainly: blue. Hex color #E8B5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8B5FF is #174A00. Grayscale: #CCCCCC. Windows color (decimal): -1526273 or 16758248. OLE color: 16758248.
HSL color Cylindrical-coordinate representation of color #E8B5FF: hue angle of 281.35º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E8B5FF is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 232 | 181 | 255 | - |
| CMYK | 0.09 | 0.29 | 0 | 0 |
| HSL | 281.35º | 1% | 0.85% | - |
| HSV(B) | 281.35º | 0.29% | 1% | - |
| XYZ | 67.85 | 57.42 | 102.12 | - |
| YUV | 204.69 | 156.4 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 181 | 255 | 0.09 | 0.29 | 0 | 0 | 281.35 | 1 | 0.85 |
| Hex | E8 | B5 | FF | 9 | 1D | 0 | 0 | 119 | 64 | 55 |
| Octal | 350 | 265 | 377 | 11 | 35 | 0 | 0 | 431 | 144 | 125 |
| Binary | 11101000 | 10110101 | 11111111 | 1001 | 11101 | 0 | 0 | 100011001 | 1100100 | 1010101 |
Color Harmonies of #E8B5FF
Complementary color
Monochromatic Colors of #E8B5FF
Black with #E8B5FF
Text Example
Text Example
White with #E8B5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B5FF; }
p { color: rgb(232,181,255); }
H1.HeaderClassName
{
color: #E8B5FF;
}
.AnyTagClassName
{
color: #E8B5FF;
}
</style>
background-color css
<style>
a { background-color: #E8B5FF; }
a { background-color: rgb(232,181,255); }
div.DivClassName
{
background-color: #E8B5FF;
}
.BgClassName
{
background-color: #E8B5FF;
}
</style>
border-color css
<style>
span { border-color: #E8B5FF; }
span { border-color: rgb(232,181,255); }
td.TdClassName
{
border-color: #E8B5FF;
}
.TagClassName
{
border-color: #E8B5FF;
}
</style>