Shades of Mauve #E2B1EE
Tints of Mauve #E2B1EE
RGB
CMYK
RGB Variations
Color information
#E2B1EE (or 0xE2B1EE) is known color: Mauve. HEX triplet: E2, B1 and EE. RGB value is (226,177,238). Sum of RGB (Red+Green+Blue) = 226+177+238=641 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.26% from 641); Green value is 177 (69.53% from 255 or 27.61% from 641); Blue value is 238 (93.36% from 255 or 37.13% from 641); Max value from RGB is 238 - color contains mainly: blue. Hex color #E2B1EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2B1EE is #1D4E11. Grayscale: #C6C6C6. Windows color (decimal): -1920530 or 15643106. OLE color: 15643106.
HSL color Cylindrical-coordinate representation of color #E2B1EE: hue angle of 288.2º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E2B1EE is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 177 | 238 | - |
| CMYK | 0.05 | 0.26 | 0 | 0.07 |
| HSL | 288.2º | 0.64% | 0.81% | - |
| HSV(B) | 288.2º | 0.26% | 0.93% | - |
| XYZ | 62.52 | 53.79 | 87.98 | - |
| YUV | 198.61 | 150.23 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 177 | 238 | 0.05 | 0.26 | 0 | 0.07 | 288.2 | 0.64 | 0.81 |
| Hex | E2 | B1 | EE | 5 | 1A | 0 | 7 | 120 | 40 | 51 |
| Octal | 342 | 261 | 356 | 5 | 32 | 0 | 7 | 440 | 100 | 121 |
| Binary | 11100010 | 10110001 | 11101110 | 101 | 11010 | 0 | 111 | 100100000 | 1000000 | 1010001 |
Color Harmonies of #E2B1EE
Complementary color
Monochromatic Colors of #E2B1EE
Black with #E2B1EE
Text Example
Text Example
White with #E2B1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B1EE; }
p { color: rgb(226,177,238); }
H1.HeaderClassName
{
color: #E2B1EE;
}
.AnyTagClassName
{
color: #E2B1EE;
}
</style>
background-color css
<style>
a { background-color: #E2B1EE; }
a { background-color: rgb(226,177,238); }
div.DivClassName
{
background-color: #E2B1EE;
}
.BgClassName
{
background-color: #E2B1EE;
}
</style>
border-color css
<style>
span { border-color: #E2B1EE; }
span { border-color: rgb(226,177,238); }
td.TdClassName
{
border-color: #E2B1EE;
}
.TagClassName
{
border-color: #E2B1EE;
}
</style>