Shades of Mauve #E5BAF1
Tints of Mauve #E5BAF1
RGB
CMYK
RGB Variations
Color information
#E5BAF1 (or 0xE5BAF1) is known color: Mauve. HEX triplet: E5, BA and F1. RGB value is (229,186,241). Sum of RGB (Red+Green+Blue) = 229+186+241=656 (86% of max value = 765). Red value is 229 (89.84% from 255 or 34.91% from 656); Green value is 186 (73.05% from 255 or 28.35% from 656); Blue value is 241 (94.53% from 255 or 36.74% from 656); Max value from RGB is 241 - color contains mainly: blue. Hex color #E5BAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BAF1 is #1A450E. Grayscale: #CCCCCC. Windows color (decimal): -1721615 or 15842021. OLE color: 15842021.
HSL color Cylindrical-coordinate representation of color #E5BAF1: hue angle of 286.91º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E5BAF1 is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 186 | 241 | - |
| CMYK | 0.05 | 0.23 | 0 | 0.05 |
| HSL | 286.91º | 0.66% | 0.84% | - |
| HSV(B) | 286.91º | 0.23% | 0.95% | - |
| XYZ | 65.75 | 58.13 | 90.97 | - |
| YUV | 205.13 | 148.25 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 186 | 241 | 0.05 | 0.23 | 0 | 0.05 | 286.91 | 0.66 | 0.84 |
| Hex | E5 | BA | F1 | 5 | 17 | 0 | 5 | 11F | 42 | 54 |
| Octal | 345 | 272 | 361 | 5 | 27 | 0 | 5 | 437 | 102 | 124 |
| Binary | 11100101 | 10111010 | 11110001 | 101 | 10111 | 0 | 101 | 100011111 | 1000010 | 1010100 |
Color Harmonies of #E5BAF1
Complementary color
Monochromatic Colors of #E5BAF1
Black with #E5BAF1
Text Example
Text Example
White with #E5BAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BAF1; }
p { color: rgb(229,186,241); }
H1.HeaderClassName
{
color: #E5BAF1;
}
.AnyTagClassName
{
color: #E5BAF1;
}
</style>
background-color css
<style>
a { background-color: #E5BAF1; }
a { background-color: rgb(229,186,241); }
div.DivClassName
{
background-color: #E5BAF1;
}
.BgClassName
{
background-color: #E5BAF1;
}
</style>
border-color css
<style>
span { border-color: #E5BAF1; }
span { border-color: rgb(229,186,241); }
td.TdClassName
{
border-color: #E5BAF1;
}
.TagClassName
{
border-color: #E5BAF1;
}
</style>