Shades of Mauve #E5B0F7
Tints of Mauve #E5B0F7
RGB
CMYK
RGB Variations
Color information
#E5B0F7 (or 0xE5B0F7) is known color: Mauve. HEX triplet: E5, B0 and F7. RGB value is (229,176,247). Sum of RGB (Red+Green+Blue) = 229+176+247=652 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.12% from 652); Green value is 176 (69.14% from 255 or 26.99% from 652); Blue value is 247 (96.88% from 255 or 37.88% from 652); Max value from RGB is 247 - color contains mainly: blue. Hex color #E5B0F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5B0F7 is #1A4F08. Grayscale: #C7C7C7. Windows color (decimal): -1724169 or 16232677. OLE color: 16232677.
HSL color Cylindrical-coordinate representation of color #E5B0F7: hue angle of 284.79º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E5B0F7 is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 229 | 176 | 247 | - |
| CMYK | 0.07 | 0.29 | 0 | 0.03 |
| HSL | 284.79º | 0.82% | 0.83% | - |
| HSV(B) | 284.79º | 0.29% | 0.97% | - |
| XYZ | 64.63 | 54.42 | 95.09 | - |
| YUV | 199.94 | 154.56 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 176 | 247 | 0.07 | 0.29 | 0 | 0.03 | 284.79 | 0.82 | 0.83 |
| Hex | E5 | B0 | F7 | 7 | 1D | 0 | 3 | 11D | 52 | 53 |
| Octal | 345 | 260 | 367 | 7 | 35 | 0 | 3 | 435 | 122 | 123 |
| Binary | 11100101 | 10110000 | 11110111 | 111 | 11101 | 0 | 11 | 100011101 | 1010010 | 1010011 |
Color Harmonies of #E5B0F7
Complementary color
Monochromatic Colors of #E5B0F7
Black with #E5B0F7
Text Example
Text Example
White with #E5B0F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B0F7; }
p { color: rgb(229,176,247); }
H1.HeaderClassName
{
color: #E5B0F7;
}
.AnyTagClassName
{
color: #E5B0F7;
}
</style>
background-color css
<style>
a { background-color: #E5B0F7; }
a { background-color: rgb(229,176,247); }
div.DivClassName
{
background-color: #E5B0F7;
}
.BgClassName
{
background-color: #E5B0F7;
}
</style>
border-color css
<style>
span { border-color: #E5B0F7; }
span { border-color: rgb(229,176,247); }
td.TdClassName
{
border-color: #E5B0F7;
}
.TagClassName
{
border-color: #E5B0F7;
}
</style>