Shades of Mauve #E5B5F6
Tints of Mauve #E5B5F6
RGB
CMYK
RGB Variations
Color information
#E5B5F6 (or 0xE5B5F6) is known color: Mauve. HEX triplet: E5, B5 and F6. RGB value is (229,181,246). Sum of RGB (Red+Green+Blue) = 229+181+246=656 (86% of max value = 765). Red value is 229 (89.84% from 255 or 34.91% from 656); Green value is 181 (71.09% from 255 or 27.59% from 656); Blue value is 246 (96.48% from 255 or 37.5% from 656); Max value from RGB is 246 - color contains mainly: blue. Hex color #E5B5F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5B5F6 is #1A4A09. Grayscale: #CACACA. Windows color (decimal): -1722890 or 16168421. OLE color: 16168421.
HSL color Cylindrical-coordinate representation of color #E5B5F6: hue angle of 284.31º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E5B5F6 is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 229 | 181 | 246 | - |
| CMYK | 0.07 | 0.26 | 0 | 0.04 |
| HSL | 284.31º | 0.78% | 0.84% | - |
| HSV(B) | 284.31º | 0.26% | 0.96% | - |
| XYZ | 65.47 | 56.36 | 94.62 | - |
| YUV | 202.76 | 152.4 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 181 | 246 | 0.07 | 0.26 | 0 | 0.04 | 284.31 | 0.78 | 0.84 |
| Hex | E5 | B5 | F6 | 7 | 1A | 0 | 4 | 11C | 4E | 54 |
| Octal | 345 | 265 | 366 | 7 | 32 | 0 | 4 | 434 | 116 | 124 |
| Binary | 11100101 | 10110101 | 11110110 | 111 | 11010 | 0 | 100 | 100011100 | 1001110 | 1010100 |
Color Harmonies of #E5B5F6
Complementary color
Monochromatic Colors of #E5B5F6
Black with #E5B5F6
Text Example
Text Example
White with #E5B5F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B5F6; }
p { color: rgb(229,181,246); }
H1.HeaderClassName
{
color: #E5B5F6;
}
.AnyTagClassName
{
color: #E5B5F6;
}
</style>
background-color css
<style>
a { background-color: #E5B5F6; }
a { background-color: rgb(229,181,246); }
div.DivClassName
{
background-color: #E5B5F6;
}
.BgClassName
{
background-color: #E5B5F6;
}
</style>
border-color css
<style>
span { border-color: #E5B5F6; }
span { border-color: rgb(229,181,246); }
td.TdClassName
{
border-color: #E5B5F6;
}
.TagClassName
{
border-color: #E5B5F6;
}
</style>