Shades of Mauve #E5BAF7
Tints of Mauve #E5BAF7
RGB
CMYK
RGB Variations
Color information
#E5BAF7 (or 0xE5BAF7) is known color: Mauve. HEX triplet: E5, BA and F7. RGB value is (229,186,247). Sum of RGB (Red+Green+Blue) = 229+186+247=662 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.59% from 662); Green value is 186 (73.05% from 255 or 28.10% from 662); Blue value is 247 (96.88% from 255 or 37.31% from 662); Max value from RGB is 247 - color contains mainly: blue. Hex color #E5BAF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BAF7 is #1A4508. Grayscale: #CDCDCD. Windows color (decimal): -1721609 or 16235237. OLE color: 16235237.
HSL color Cylindrical-coordinate representation of color #E5BAF7: hue angle of 282.3º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E5BAF7 is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 229 | 186 | 247 | - |
| CMYK | 0.07 | 0.25 | 0 | 0.03 |
| HSL | 282.3º | 0.79% | 0.85% | - |
| HSV(B) | 282.3º | 0.25% | 0.97% | - |
| XYZ | 66.66 | 58.49 | 95.77 | - |
| YUV | 205.81 | 151.25 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 186 | 247 | 0.07 | 0.25 | 0 | 0.03 | 282.3 | 0.79 | 0.85 |
| Hex | E5 | BA | F7 | 7 | 19 | 0 | 3 | 11A | 4F | 55 |
| Octal | 345 | 272 | 367 | 7 | 31 | 0 | 3 | 432 | 117 | 125 |
| Binary | 11100101 | 10111010 | 11110111 | 111 | 11001 | 0 | 11 | 100011010 | 1001111 | 1010101 |
Color Harmonies of #E5BAF7
Complementary color
Monochromatic Colors of #E5BAF7
Black with #E5BAF7
Text Example
Text Example
White with #E5BAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BAF7; }
p { color: rgb(229,186,247); }
H1.HeaderClassName
{
color: #E5BAF7;
}
.AnyTagClassName
{
color: #E5BAF7;
}
</style>
background-color css
<style>
a { background-color: #E5BAF7; }
a { background-color: rgb(229,186,247); }
div.DivClassName
{
background-color: #E5BAF7;
}
.BgClassName
{
background-color: #E5BAF7;
}
</style>
border-color css
<style>
span { border-color: #E5BAF7; }
span { border-color: rgb(229,186,247); }
td.TdClassName
{
border-color: #E5BAF7;
}
.TagClassName
{
border-color: #E5BAF7;
}
</style>