Shades of Mauve #E5BAFA
Tints of Mauve #E5BAFA
RGB
CMYK
RGB Variations
Color information
#E5BAFA (or 0xE5BAFA) is known color: Mauve. HEX triplet: E5, BA and FA. RGB value is (229,186,250). Sum of RGB (Red+Green+Blue) = 229+186+250=665 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.44% from 665); Green value is 186 (73.05% from 255 or 27.97% from 665); Blue value is 250 (98.05% from 255 or 37.59% from 665); Max value from RGB is 250 - color contains mainly: blue. Hex color #E5BAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BAFA is #1A4505. Grayscale: #CDCDCD. Windows color (decimal): -1721606 or 16431845. OLE color: 16431845.
HSL color Cylindrical-coordinate representation of color #E5BAFA: hue angle of 280.31º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E5BAFA is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 186 | 250 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.02 |
| HSL | 280.31º | 0.86% | 0.85% | - |
| HSV(B) | 280.31º | 0.26% | 0.98% | - |
| XYZ | 67.13 | 58.68 | 98.23 | - |
| YUV | 206.15 | 152.75 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 186 | 250 | 0.08 | 0.26 | 0 | 0.02 | 280.31 | 0.86 | 0.85 |
| Hex | E5 | BA | FA | 8 | 1A | 0 | 2 | 118 | 56 | 55 |
| Octal | 345 | 272 | 372 | 10 | 32 | 0 | 2 | 430 | 126 | 125 |
| Binary | 11100101 | 10111010 | 11111010 | 1000 | 11010 | 0 | 10 | 100011000 | 1010110 | 1010101 |
Color Harmonies of #E5BAFA
Complementary color
Monochromatic Colors of #E5BAFA
Black with #E5BAFA
Text Example
Text Example
White with #E5BAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BAFA; }
p { color: rgb(229,186,250); }
H1.HeaderClassName
{
color: #E5BAFA;
}
.AnyTagClassName
{
color: #E5BAFA;
}
</style>
background-color css
<style>
a { background-color: #E5BAFA; }
a { background-color: rgb(229,186,250); }
div.DivClassName
{
background-color: #E5BAFA;
}
.BgClassName
{
background-color: #E5BAFA;
}
</style>
border-color css
<style>
span { border-color: #E5BAFA; }
span { border-color: rgb(229,186,250); }
td.TdClassName
{
border-color: #E5BAFA;
}
.TagClassName
{
border-color: #E5BAFA;
}
</style>