Shades of Mauve #E5B7FF
Tints of Mauve #E5B7FF
RGB
CMYK
RGB Variations
Color information
#E5B7FF (or 0xE5B7FF) is known color: Mauve. HEX triplet: E5, B7 and FF. RGB value is (229,183,255). Sum of RGB (Red+Green+Blue) = 229+183+255=667 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.33% from 667); Green value is 183 (71.88% from 255 or 27.44% from 667); Blue value is 255 (100% from 255 or 38.23% from 667); Max value from RGB is 255 - color contains mainly: blue. Hex color #E5B7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5B7FF is #1A4800. Grayscale: #CCCCCC. Windows color (decimal): -1722369 or 16758757. OLE color: 16758757.
HSL color Cylindrical-coordinate representation of color #E5B7FF: hue angle of 278.33º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E5B7FF is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 183 | 255 | - |
| CMYK | 0.10 | 0.28 | 0 | 0 |
| HSL | 278.33º | 1% | 0.86% | - |
| HSV(B) | 278.33º | 0.28% | 1% | - |
| XYZ | 67.3 | 57.74 | 102.21 | - |
| YUV | 204.96 | 156.24 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 183 | 255 | 0.10 | 0.28 | 0 | 0 | 278.33 | 1 | 0.86 |
| Hex | E5 | B7 | FF | A | 1C | 0 | 0 | 116 | 64 | 56 |
| Octal | 345 | 267 | 377 | 12 | 34 | 0 | 0 | 426 | 144 | 126 |
| Binary | 11100101 | 10110111 | 11111111 | 1010 | 11100 | 0 | 0 | 100010110 | 1100100 | 1010110 |
Color Harmonies of #E5B7FF
Complementary color
Monochromatic Colors of #E5B7FF
Black with #E5B7FF
Text Example
Text Example
White with #E5B7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B7FF; }
p { color: rgb(229,183,255); }
H1.HeaderClassName
{
color: #E5B7FF;
}
.AnyTagClassName
{
color: #E5B7FF;
}
</style>
background-color css
<style>
a { background-color: #E5B7FF; }
a { background-color: rgb(229,183,255); }
div.DivClassName
{
background-color: #E5B7FF;
}
.BgClassName
{
background-color: #E5B7FF;
}
</style>
border-color css
<style>
span { border-color: #E5B7FF; }
span { border-color: rgb(229,183,255); }
td.TdClassName
{
border-color: #E5B7FF;
}
.TagClassName
{
border-color: #E5B7FF;
}
</style>