Shades of Mauve #E5BAFE
Tints of Mauve #E5BAFE
RGB
CMYK
RGB Variations
Color information
#E5BAFE (or 0xE5BAFE) is known color: Mauve. HEX triplet: E5, BA and FE. RGB value is (229,186,254). Sum of RGB (Red+Green+Blue) = 229+186+254=669 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.23% from 669); Green value is 186 (73.05% from 255 or 27.80% from 669); Blue value is 254 (99.61% from 255 or 37.97% from 669); Max value from RGB is 254 - color contains mainly: blue. Hex color #E5BAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BAFE is #1A4501. Grayscale: #CECECE. Windows color (decimal): -1721602 or 16693989. OLE color: 16693989.
HSL color Cylindrical-coordinate representation of color #E5BAFE: hue angle of 277.94º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E5BAFE is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 229 | 186 | 254 | - |
| CMYK | 0.10 | 0.27 | 0 | 0.00 |
| HSL | 277.94º | 0.97% | 0.86% | - |
| HSV(B) | 277.94º | 0.27% | 1% | - |
| XYZ | 67.76 | 58.93 | 101.57 | - |
| YUV | 206.61 | 154.75 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 186 | 254 | 0.10 | 0.27 | 0 | 0.00 | 277.94 | 0.97 | 0.86 |
| Hex | E5 | BA | FE | A | 1B | 0 | 0 | 116 | 61 | 56 |
| Octal | 345 | 272 | 376 | 12 | 33 | 0 | 0 | 426 | 141 | 126 |
| Binary | 11100101 | 10111010 | 11111110 | 1010 | 11011 | 0 | 0 | 100010110 | 1100001 | 1010110 |
Color Harmonies of #E5BAFE
Complementary color
Monochromatic Colors of #E5BAFE
Black with #E5BAFE
Text Example
Text Example
White with #E5BAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BAFE; }
p { color: rgb(229,186,254); }
H1.HeaderClassName
{
color: #E5BAFE;
}
.AnyTagClassName
{
color: #E5BAFE;
}
</style>
background-color css
<style>
a { background-color: #E5BAFE; }
a { background-color: rgb(229,186,254); }
div.DivClassName
{
background-color: #E5BAFE;
}
.BgClassName
{
background-color: #E5BAFE;
}
</style>
border-color css
<style>
span { border-color: #E5BAFE; }
span { border-color: rgb(229,186,254); }
td.TdClassName
{
border-color: #E5BAFE;
}
.TagClassName
{
border-color: #E5BAFE;
}
</style>