Shades of Mauve #E5B3EE
Tints of Mauve #E5B3EE
RGB
CMYK
RGB Variations
Color information
#E5B3EE (or 0xE5B3EE) is known color: Mauve. HEX triplet: E5, B3 and EE. RGB value is (229,179,238). Sum of RGB (Red+Green+Blue) = 229+179+238=646 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.45% from 646); Green value is 179 (70.31% from 255 or 27.71% from 646); Blue value is 238 (93.36% from 255 or 36.84% from 646); Max value from RGB is 238 - color contains mainly: blue. Hex color #E5B3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5B3EE is #1A4C11. Grayscale: #C8C8C8. Windows color (decimal): -1723410 or 15643621. OLE color: 15643621.
HSL color Cylindrical-coordinate representation of color #E5B3EE: hue angle of 290.85º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E5B3EE is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 179 | 238 | - |
| CMYK | 0.04 | 0.25 | 0 | 0.07 |
| HSL | 290.85º | 0.63% | 0.82% | - |
| HSV(B) | 290.85º | 0.25% | 0.93% | - |
| XYZ | 63.87 | 55.07 | 88.15 | - |
| YUV | 200.68 | 149.07 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 179 | 238 | 0.04 | 0.25 | 0 | 0.07 | 290.85 | 0.63 | 0.82 |
| Hex | E5 | B3 | EE | 4 | 19 | 0 | 7 | 123 | 3F | 52 |
| Octal | 345 | 263 | 356 | 4 | 31 | 0 | 7 | 443 | 77 | 122 |
| Binary | 11100101 | 10110011 | 11101110 | 100 | 11001 | 0 | 111 | 100100011 | 111111 | 1010010 |
Color Harmonies of #E5B3EE
Complementary color
Monochromatic Colors of #E5B3EE
Black with #E5B3EE
Text Example
Text Example
White with #E5B3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B3EE; }
p { color: rgb(229,179,238); }
H1.HeaderClassName
{
color: #E5B3EE;
}
.AnyTagClassName
{
color: #E5B3EE;
}
</style>
background-color css
<style>
a { background-color: #E5B3EE; }
a { background-color: rgb(229,179,238); }
div.DivClassName
{
background-color: #E5B3EE;
}
.BgClassName
{
background-color: #E5B3EE;
}
</style>
border-color css
<style>
span { border-color: #E5B3EE; }
span { border-color: rgb(229,179,238); }
td.TdClassName
{
border-color: #E5B3EE;
}
.TagClassName
{
border-color: #E5B3EE;
}
</style>