Shades of Mauve #E1B6FA
Tints of Mauve #E1B6FA
RGB
CMYK
RGB Variations
Color information
#E1B6FA (or 0xE1B6FA) is known color: Mauve. HEX triplet: E1, B6 and FA. RGB value is (225,182,250). Sum of RGB (Red+Green+Blue) = 225+182+250=657 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.25% from 657); Green value is 182 (71.48% from 255 or 27.70% from 657); Blue value is 250 (98.05% from 255 or 38.05% from 657); Max value from RGB is 250 - color contains mainly: blue. Hex color #E1B6FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1B6FA is #1E4905. Grayscale: #CACACA. Windows color (decimal): -1984774 or 16430817. OLE color: 16430817.
HSL color Cylindrical-coordinate representation of color #E1B6FA: hue angle of 277.94º 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 #E1B6FA is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 182 | 250 | - |
| CMYK | 0.10 | 0.27 | 0 | 0.02 |
| HSL | 277.94º | 0.87% | 0.85% | - |
| HSV(B) | 277.94º | 0.27% | 0.98% | - |
| XYZ | 65.03 | 56.37 | 97.89 | - |
| YUV | 202.61 | 154.75 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 182 | 250 | 0.10 | 0.27 | 0 | 0.02 | 277.94 | 0.87 | 0.85 |
| Hex | E1 | B6 | FA | A | 1B | 0 | 2 | 116 | 57 | 55 |
| Octal | 341 | 266 | 372 | 12 | 33 | 0 | 2 | 426 | 127 | 125 |
| Binary | 11100001 | 10110110 | 11111010 | 1010 | 11011 | 0 | 10 | 100010110 | 1010111 | 1010101 |
Color Harmonies of #E1B6FA
Complementary color
Monochromatic Colors of #E1B6FA
Black with #E1B6FA
Text Example
Text Example
White with #E1B6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B6FA; }
p { color: rgb(225,182,250); }
H1.HeaderClassName
{
color: #E1B6FA;
}
.AnyTagClassName
{
color: #E1B6FA;
}
</style>
background-color css
<style>
a { background-color: #E1B6FA; }
a { background-color: rgb(225,182,250); }
div.DivClassName
{
background-color: #E1B6FA;
}
.BgClassName
{
background-color: #E1B6FA;
}
</style>
border-color css
<style>
span { border-color: #E1B6FA; }
span { border-color: rgb(225,182,250); }
td.TdClassName
{
border-color: #E1B6FA;
}
.TagClassName
{
border-color: #E1B6FA;
}
</style>