Shades of Mauve #E5BBFA
Tints of Mauve #E5BBFA
RGB
CMYK
RGB Variations
Color information
#E5BBFA (or 0xE5BBFA) is known color: Mauve. HEX triplet: E5, BB and FA. RGB value is (229,187,250). Sum of RGB (Red+Green+Blue) = 229+187+250=666 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.38% from 666); Green value is 187 (73.44% from 255 or 28.08% from 666); Blue value is 250 (98.05% from 255 or 37.54% from 666); Max value from RGB is 250 - color contains mainly: blue. Hex color #E5BBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BBFA is #1A4405. Grayscale: #CECECE. Windows color (decimal): -1721350 or 16432101. OLE color: 16432101.
HSL color Cylindrical-coordinate representation of color #E5BBFA: hue angle of 280º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E5BBFA is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 187 | 250 | - |
| CMYK | 0.08 | 0.25 | 0 | 0.02 |
| HSL | 280º | 0.86% | 0.86% | - |
| HSV(B) | 280º | 0.25% | 0.98% | - |
| XYZ | 67.34 | 59.1 | 98.3 | - |
| YUV | 206.74 | 152.41 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 187 | 250 | 0.08 | 0.25 | 0 | 0.02 | 280 | 0.86 | 0.86 |
| Hex | E5 | BB | FA | 8 | 19 | 0 | 2 | 118 | 56 | 56 |
| Octal | 345 | 273 | 372 | 10 | 31 | 0 | 2 | 430 | 126 | 126 |
| Binary | 11100101 | 10111011 | 11111010 | 1000 | 11001 | 0 | 10 | 100011000 | 1010110 | 1010110 |
Color Harmonies of #E5BBFA
Complementary color
Monochromatic Colors of #E5BBFA
Black with #E5BBFA
Text Example
Text Example
White with #E5BBFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BBFA; }
p { color: rgb(229,187,250); }
H1.HeaderClassName
{
color: #E5BBFA;
}
.AnyTagClassName
{
color: #E5BBFA;
}
</style>
background-color css
<style>
a { background-color: #E5BBFA; }
a { background-color: rgb(229,187,250); }
div.DivClassName
{
background-color: #E5BBFA;
}
.BgClassName
{
background-color: #E5BBFA;
}
</style>
border-color css
<style>
span { border-color: #E5BBFA; }
span { border-color: rgb(229,187,250); }
td.TdClassName
{
border-color: #E5BBFA;
}
.TagClassName
{
border-color: #E5BBFA;
}
</style>