Shades of Mauve #E5B7FE
Tints of Mauve #E5B7FE
RGB
CMYK
RGB Variations
Color information
#E5B7FE (or 0xE5B7FE) is known color: Mauve. HEX triplet: E5, B7 and FE. RGB value is (229,183,254). Sum of RGB (Red+Green+Blue) = 229+183+254=666 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.38% from 666); Green value is 183 (71.88% from 255 or 27.48% from 666); Blue value is 254 (99.61% from 255 or 38.14% from 666); Max value from RGB is 254 - color contains mainly: blue. Hex color #E5B7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5B7FE is #1A4801. Grayscale: #CCCCCC. Windows color (decimal): -1722370 or 16693221. OLE color: 16693221.
HSL color Cylindrical-coordinate representation of color #E5B7FE: hue angle of 278.87º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E5B7FE is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 229 | 183 | 254 | - |
| CMYK | 0.10 | 0.28 | 0 | 0.00 |
| HSL | 278.87º | 0.97% | 0.86% | - |
| HSV(B) | 278.87º | 0.28% | 1% | - |
| XYZ | 67.14 | 57.68 | 101.36 | - |
| YUV | 204.85 | 155.74 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 183 | 254 | 0.10 | 0.28 | 0 | 0.00 | 278.87 | 0.97 | 0.86 |
| Hex | E5 | B7 | FE | A | 1C | 0 | 0 | 117 | 61 | 56 |
| Octal | 345 | 267 | 376 | 12 | 34 | 0 | 0 | 427 | 141 | 126 |
| Binary | 11100101 | 10110111 | 11111110 | 1010 | 11100 | 0 | 0 | 100010111 | 1100001 | 1010110 |
Color Harmonies of #E5B7FE
Complementary color
Monochromatic Colors of #E5B7FE
Black with #E5B7FE
Text Example
Text Example
White with #E5B7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B7FE; }
p { color: rgb(229,183,254); }
H1.HeaderClassName
{
color: #E5B7FE;
}
.AnyTagClassName
{
color: #E5B7FE;
}
</style>
background-color css
<style>
a { background-color: #E5B7FE; }
a { background-color: rgb(229,183,254); }
div.DivClassName
{
background-color: #E5B7FE;
}
.BgClassName
{
background-color: #E5B7FE;
}
</style>
border-color css
<style>
span { border-color: #E5B7FE; }
span { border-color: rgb(229,183,254); }
td.TdClassName
{
border-color: #E5B7FE;
}
.TagClassName
{
border-color: #E5B7FE;
}
</style>