Shades of Mauve #E5BFF7
Tints of Mauve #E5BFF7
RGB
CMYK
RGB Variations
Color information
#E5BFF7 (or 0xE5BFF7) is known color: Mauve. HEX triplet: E5, BF and F7. RGB value is (229,191,247). Sum of RGB (Red+Green+Blue) = 229+191+247=667 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.33% from 667); Green value is 191 (75% from 255 or 28.64% from 667); Blue value is 247 (96.88% from 255 or 37.03% from 667); Max value from RGB is 247 - color contains mainly: blue. Hex color #E5BFF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BFF7 is #1A4008. Grayscale: #D0D0D0. Windows color (decimal): -1720329 or 16236517. OLE color: 16236517.
HSL color Cylindrical-coordinate representation of color #E5BFF7: hue angle of 280.71º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E5BFF7 is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 229 | 191 | 247 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.03 |
| HSL | 280.71º | 0.78% | 0.86% | - |
| HSV(B) | 280.71º | 0.23% | 0.97% | - |
| XYZ | 67.73 | 60.64 | 96.13 | - |
| YUV | 208.75 | 149.59 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 191 | 247 | 0.07 | 0.23 | 0 | 0.03 | 280.71 | 0.78 | 0.86 |
| Hex | E5 | BF | F7 | 7 | 17 | 0 | 3 | 119 | 4E | 56 |
| Octal | 345 | 277 | 367 | 7 | 27 | 0 | 3 | 431 | 116 | 126 |
| Binary | 11100101 | 10111111 | 11110111 | 111 | 10111 | 0 | 11 | 100011001 | 1001110 | 1010110 |
Color Harmonies of #E5BFF7
Complementary color
Monochromatic Colors of #E5BFF7
Black with #E5BFF7
Text Example
Text Example
White with #E5BFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BFF7; }
p { color: rgb(229,191,247); }
H1.HeaderClassName
{
color: #E5BFF7;
}
.AnyTagClassName
{
color: #E5BFF7;
}
</style>
background-color css
<style>
a { background-color: #E5BFF7; }
a { background-color: rgb(229,191,247); }
div.DivClassName
{
background-color: #E5BFF7;
}
.BgClassName
{
background-color: #E5BFF7;
}
</style>
border-color css
<style>
span { border-color: #E5BFF7; }
span { border-color: rgb(229,191,247); }
td.TdClassName
{
border-color: #E5BFF7;
}
.TagClassName
{
border-color: #E5BFF7;
}
</style>