Shades of Mauve #E1B6FF
Tints of Mauve #E1B6FF
RGB
CMYK
RGB Variations
Color information
#E1B6FF (or 0xE1B6FF) is known color: Mauve. HEX triplet: E1, B6 and FF. RGB value is (225,182,255). Sum of RGB (Red+Green+Blue) = 225+182+255=662 (87% of max value = 765). Red value is 225 (88.28% from 255 or 33.99% from 662); Green value is 182 (71.48% from 255 or 27.49% from 662); Blue value is 255 (100% from 255 or 38.52% from 662); Max value from RGB is 255 - color contains mainly: blue. Hex color #E1B6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1B6FF is #1E4900. Grayscale: #CACACA. Windows color (decimal): -1984769 or 16758497. OLE color: 16758497.
HSL color Cylindrical-coordinate representation of color #E1B6FF: hue angle of 275.34º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E1B6FF is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 182 | 255 | - |
| CMYK | 0.12 | 0.29 | 0 | 0 |
| HSL | 275.34º | 1% | 0.86% | - |
| HSV(B) | 275.34º | 0.29% | 1% | - |
| XYZ | 65.83 | 56.68 | 102.08 | - |
| YUV | 203.18 | 157.25 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 182 | 255 | 0.12 | 0.29 | 0 | 0 | 275.34 | 1 | 0.86 |
| Hex | E1 | B6 | FF | C | 1D | 0 | 0 | 113 | 64 | 56 |
| Octal | 341 | 266 | 377 | 14 | 35 | 0 | 0 | 423 | 144 | 126 |
| Binary | 11100001 | 10110110 | 11111111 | 1100 | 11101 | 0 | 0 | 100010011 | 1100100 | 1010110 |
Color Harmonies of #E1B6FF
Complementary color
Monochromatic Colors of #E1B6FF
Black with #E1B6FF
Text Example
Text Example
White with #E1B6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B6FF; }
p { color: rgb(225,182,255); }
H1.HeaderClassName
{
color: #E1B6FF;
}
.AnyTagClassName
{
color: #E1B6FF;
}
</style>
background-color css
<style>
a { background-color: #E1B6FF; }
a { background-color: rgb(225,182,255); }
div.DivClassName
{
background-color: #E1B6FF;
}
.BgClassName
{
background-color: #E1B6FF;
}
</style>
border-color css
<style>
span { border-color: #E1B6FF; }
span { border-color: rgb(225,182,255); }
td.TdClassName
{
border-color: #E1B6FF;
}
.TagClassName
{
border-color: #E1B6FF;
}
</style>