Shades of Mauve #E5B7EE
Tints of Mauve #E5B7EE
RGB
CMYK
RGB Variations
Color information
#E5B7EE (or 0xE5B7EE) is known color: Mauve. HEX triplet: E5, B7 and EE. RGB value is (229,183,238). Sum of RGB (Red+Green+Blue) = 229+183+238=650 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.23% from 650); Green value is 183 (71.88% from 255 or 28.15% from 650); Blue value is 238 (93.36% from 255 or 36.62% from 650); Max value from RGB is 238 - color contains mainly: blue. Hex color #E5B7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5B7EE is #1A4811. Grayscale: #CACACA. Windows color (decimal): -1722386 or 15644645. OLE color: 15644645.
HSL color Cylindrical-coordinate representation of color #E5B7EE: hue angle of 290.18º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E5B7EE is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 183 | 238 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.07 |
| HSL | 290.18º | 0.62% | 0.83% | - |
| HSV(B) | 290.18º | 0.23% | 0.93% | - |
| XYZ | 64.68 | 56.7 | 88.42 | - |
| YUV | 203.02 | 147.74 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 183 | 238 | 0.04 | 0.23 | 0 | 0.07 | 290.18 | 0.62 | 0.83 |
| Hex | E5 | B7 | EE | 4 | 17 | 0 | 7 | 122 | 3E | 53 |
| Octal | 345 | 267 | 356 | 4 | 27 | 0 | 7 | 442 | 76 | 123 |
| Binary | 11100101 | 10110111 | 11101110 | 100 | 10111 | 0 | 111 | 100100010 | 111110 | 1010011 |
Color Harmonies of #E5B7EE
Complementary color
Monochromatic Colors of #E5B7EE
Black with #E5B7EE
Text Example
Text Example
White with #E5B7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B7EE; }
p { color: rgb(229,183,238); }
H1.HeaderClassName
{
color: #E5B7EE;
}
.AnyTagClassName
{
color: #E5B7EE;
}
</style>
background-color css
<style>
a { background-color: #E5B7EE; }
a { background-color: rgb(229,183,238); }
div.DivClassName
{
background-color: #E5B7EE;
}
.BgClassName
{
background-color: #E5B7EE;
}
</style>
border-color css
<style>
span { border-color: #E5B7EE; }
span { border-color: rgb(229,183,238); }
td.TdClassName
{
border-color: #E5B7EE;
}
.TagClassName
{
border-color: #E5B7EE;
}
</style>