Shades of Mauve #E5B8EE
Tints of Mauve #E5B8EE
RGB
CMYK
RGB Variations
Color information
#E5B8EE (or 0xE5B8EE) is known color: Mauve. HEX triplet: E5, B8 and EE. RGB value is (229,184,238). Sum of RGB (Red+Green+Blue) = 229+184+238=651 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.18% from 651); Green value is 184 (72.27% from 255 or 28.26% from 651); Blue value is 238 (93.36% from 255 or 36.56% from 651); Max value from RGB is 238 - color contains mainly: blue. Hex color #E5B8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5B8EE is #1A4711. Grayscale: #CBCBCB. Windows color (decimal): -1722130 or 15644901. OLE color: 15644901.
HSL color Cylindrical-coordinate representation of color #E5B8EE: hue angle of 290º degrees, saturation: 0.61, 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 #E5B8EE is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 184 | 238 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.07 |
| HSL | 290º | 0.61% | 0.83% | - |
| HSV(B) | 290º | 0.23% | 0.93% | - |
| XYZ | 64.89 | 57.11 | 88.49 | - |
| YUV | 203.61 | 147.41 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 184 | 238 | 0.04 | 0.23 | 0 | 0.07 | 290 | 0.61 | 0.83 |
| Hex | E5 | B8 | EE | 4 | 17 | 0 | 7 | 122 | 3D | 53 |
| Octal | 345 | 270 | 356 | 4 | 27 | 0 | 7 | 442 | 75 | 123 |
| Binary | 11100101 | 10111000 | 11101110 | 100 | 10111 | 0 | 111 | 100100010 | 111101 | 1010011 |
Color Harmonies of #E5B8EE
Complementary color
Monochromatic Colors of #E5B8EE
Black with #E5B8EE
Text Example
Text Example
White with #E5B8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B8EE; }
p { color: rgb(229,184,238); }
H1.HeaderClassName
{
color: #E5B8EE;
}
.AnyTagClassName
{
color: #E5B8EE;
}
</style>
background-color css
<style>
a { background-color: #E5B8EE; }
a { background-color: rgb(229,184,238); }
div.DivClassName
{
background-color: #E5B8EE;
}
.BgClassName
{
background-color: #E5B8EE;
}
</style>
border-color css
<style>
span { border-color: #E5B8EE; }
span { border-color: rgb(229,184,238); }
td.TdClassName
{
border-color: #E5B8EE;
}
.TagClassName
{
border-color: #E5B8EE;
}
</style>