Shades of Mauve #E5B1EE
Tints of Mauve #E5B1EE
RGB
CMYK
RGB Variations
Color information
#E5B1EE (or 0xE5B1EE) is known color: Mauve. HEX triplet: E5, B1 and EE. RGB value is (229,177,238). Sum of RGB (Red+Green+Blue) = 229+177+238=644 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.56% from 644); Green value is 177 (69.53% from 255 or 27.48% from 644); Blue value is 238 (93.36% from 255 or 36.96% from 644); Max value from RGB is 238 - color contains mainly: blue. Hex color #E5B1EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5B1EE is #1A4E11. Grayscale: #C7C7C7. Windows color (decimal): -1723922 or 15643109. OLE color: 15643109.
HSL color Cylindrical-coordinate representation of color #E5B1EE: hue angle of 291.15º 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 #E5B1EE is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 177 | 238 | - |
| CMYK | 0.04 | 0.26 | 0 | 0.07 |
| HSL | 291.15º | 0.64% | 0.81% | - |
| HSV(B) | 291.15º | 0.26% | 0.93% | - |
| XYZ | 63.47 | 54.28 | 88.02 | - |
| YUV | 199.5 | 149.73 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 177 | 238 | 0.04 | 0.26 | 0 | 0.07 | 291.15 | 0.64 | 0.81 |
| Hex | E5 | B1 | EE | 4 | 1A | 0 | 7 | 123 | 40 | 51 |
| Octal | 345 | 261 | 356 | 4 | 32 | 0 | 7 | 443 | 100 | 121 |
| Binary | 11100101 | 10110001 | 11101110 | 100 | 11010 | 0 | 111 | 100100011 | 1000000 | 1010001 |
Color Harmonies of #E5B1EE
Complementary color
Monochromatic Colors of #E5B1EE
Black with #E5B1EE
Text Example
Text Example
White with #E5B1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B1EE; }
p { color: rgb(229,177,238); }
H1.HeaderClassName
{
color: #E5B1EE;
}
.AnyTagClassName
{
color: #E5B1EE;
}
</style>
background-color css
<style>
a { background-color: #E5B1EE; }
a { background-color: rgb(229,177,238); }
div.DivClassName
{
background-color: #E5B1EE;
}
.BgClassName
{
background-color: #E5B1EE;
}
</style>
border-color css
<style>
span { border-color: #E5B1EE; }
span { border-color: rgb(229,177,238); }
td.TdClassName
{
border-color: #E5B1EE;
}
.TagClassName
{
border-color: #E5B1EE;
}
</style>