Shades of Mauve #E5B7F9
Tints of Mauve #E5B7F9
RGB
CMYK
RGB Variations
Color information
#E5B7F9 (or 0xE5B7F9) is known color: Mauve. HEX triplet: E5, B7 and F9. RGB value is (229,183,249). Sum of RGB (Red+Green+Blue) = 229+183+249=661 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.64% from 661); Green value is 183 (71.88% from 255 or 27.69% from 661); Blue value is 249 (97.66% from 255 or 37.67% from 661); Max value from RGB is 249 - color contains mainly: blue. Hex color #E5B7F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5B7F9 is #1A4806. Grayscale: #CCCCCC. Windows color (decimal): -1722375 or 16365541. OLE color: 16365541.
HSL color Cylindrical-coordinate representation of color #E5B7F9: hue angle of 281.82º degrees, saturation: 0.85, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E5B7F9 is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 183 | 249 | - |
| CMYK | 0.08 | 0.27 | 0 | 0.02 |
| HSL | 281.82º | 0.85% | 0.85% | - |
| HSV(B) | 281.82º | 0.27% | 0.98% | - |
| XYZ | 66.35 | 57.36 | 97.2 | - |
| YUV | 204.28 | 153.24 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 183 | 249 | 0.08 | 0.27 | 0 | 0.02 | 281.82 | 0.85 | 0.85 |
| Hex | E5 | B7 | F9 | 8 | 1B | 0 | 2 | 11A | 55 | 55 |
| Octal | 345 | 267 | 371 | 10 | 33 | 0 | 2 | 432 | 125 | 125 |
| Binary | 11100101 | 10110111 | 11111001 | 1000 | 11011 | 0 | 10 | 100011010 | 1010101 | 1010101 |
Color Harmonies of #E5B7F9
Complementary color
Monochromatic Colors of #E5B7F9
Black with #E5B7F9
Text Example
Text Example
White with #E5B7F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B7F9; }
p { color: rgb(229,183,249); }
H1.HeaderClassName
{
color: #E5B7F9;
}
.AnyTagClassName
{
color: #E5B7F9;
}
</style>
background-color css
<style>
a { background-color: #E5B7F9; }
a { background-color: rgb(229,183,249); }
div.DivClassName
{
background-color: #E5B7F9;
}
.BgClassName
{
background-color: #E5B7F9;
}
</style>
border-color css
<style>
span { border-color: #E5B7F9; }
span { border-color: rgb(229,183,249); }
td.TdClassName
{
border-color: #E5B7F9;
}
.TagClassName
{
border-color: #E5B7F9;
}
</style>