Shades of Mauve #E5B6FA
Tints of Mauve #E5B6FA
RGB
CMYK
RGB Variations
Color information
#E5B6FA (or 0xE5B6FA) is known color: Mauve. HEX triplet: E5, B6 and FA. RGB value is (229,182,250). Sum of RGB (Red+Green+Blue) = 229+182+250=661 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.64% from 661); Green value is 182 (71.48% from 255 or 27.53% from 661); Blue value is 250 (98.05% from 255 or 37.82% from 661); Max value from RGB is 250 - color contains mainly: blue. Hex color #E5B6FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5B6FA is #1A4905. Grayscale: #CBCBCB. Windows color (decimal): -1722630 or 16430821. OLE color: 16430821.
HSL color Cylindrical-coordinate representation of color #E5B6FA: hue angle of 281.47º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E5B6FA is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 182 | 250 | - |
| CMYK | 0.08 | 0.27 | 0 | 0.02 |
| HSL | 281.47º | 0.87% | 0.85% | - |
| HSV(B) | 281.47º | 0.27% | 0.98% | - |
| XYZ | 66.3 | 57.02 | 97.95 | - |
| YUV | 203.81 | 154.07 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 182 | 250 | 0.08 | 0.27 | 0 | 0.02 | 281.47 | 0.87 | 0.85 |
| Hex | E5 | B6 | FA | 8 | 1B | 0 | 2 | 119 | 57 | 55 |
| Octal | 345 | 266 | 372 | 10 | 33 | 0 | 2 | 431 | 127 | 125 |
| Binary | 11100101 | 10110110 | 11111010 | 1000 | 11011 | 0 | 10 | 100011001 | 1010111 | 1010101 |
Color Harmonies of #E5B6FA
Complementary color
Monochromatic Colors of #E5B6FA
Black with #E5B6FA
Text Example
Text Example
White with #E5B6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B6FA; }
p { color: rgb(229,182,250); }
H1.HeaderClassName
{
color: #E5B6FA;
}
.AnyTagClassName
{
color: #E5B6FA;
}
</style>
background-color css
<style>
a { background-color: #E5B6FA; }
a { background-color: rgb(229,182,250); }
div.DivClassName
{
background-color: #E5B6FA;
}
.BgClassName
{
background-color: #E5B6FA;
}
</style>
border-color css
<style>
span { border-color: #E5B6FA; }
span { border-color: rgb(229,182,250); }
td.TdClassName
{
border-color: #E5B6FA;
}
.TagClassName
{
border-color: #E5B6FA;
}
</style>