Shades of Mauve #E5BAFC
Tints of Mauve #E5BAFC
RGB
CMYK
RGB Variations
Color information
#E5BAFC (or 0xE5BAFC) is known color: Mauve. HEX triplet: E5, BA and FC. RGB value is (229,186,252). Sum of RGB (Red+Green+Blue) = 229+186+252=667 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.33% from 667); Green value is 186 (73.05% from 255 or 27.89% from 667); Blue value is 252 (98.83% from 255 or 37.78% from 667); Max value from RGB is 252 - color contains mainly: blue. Hex color #E5BAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BAFC is #1A4503. Grayscale: #CECECE. Windows color (decimal): -1721604 or 16562917. OLE color: 16562917.
HSL color Cylindrical-coordinate representation of color #E5BAFC: hue angle of 279.09º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E5BAFC is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 186 | 252 | - |
| CMYK | 0.09 | 0.26 | 0 | 0.01 |
| HSL | 279.09º | 0.92% | 0.86% | - |
| HSV(B) | 279.09º | 0.26% | 0.99% | - |
| XYZ | 67.44 | 58.8 | 99.89 | - |
| YUV | 206.38 | 153.75 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 186 | 252 | 0.09 | 0.26 | 0 | 0.01 | 279.09 | 0.92 | 0.86 |
| Hex | E5 | BA | FC | 9 | 1A | 0 | 1 | 117 | 5C | 56 |
| Octal | 345 | 272 | 374 | 11 | 32 | 0 | 1 | 427 | 134 | 126 |
| Binary | 11100101 | 10111010 | 11111100 | 1001 | 11010 | 0 | 1 | 100010111 | 1011100 | 1010110 |
Color Harmonies of #E5BAFC
Complementary color
Monochromatic Colors of #E5BAFC
Black with #E5BAFC
Text Example
Text Example
White with #E5BAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BAFC; }
p { color: rgb(229,186,252); }
H1.HeaderClassName
{
color: #E5BAFC;
}
.AnyTagClassName
{
color: #E5BAFC;
}
</style>
background-color css
<style>
a { background-color: #E5BAFC; }
a { background-color: rgb(229,186,252); }
div.DivClassName
{
background-color: #E5BAFC;
}
.BgClassName
{
background-color: #E5BAFC;
}
</style>
border-color css
<style>
span { border-color: #E5BAFC; }
span { border-color: rgb(229,186,252); }
td.TdClassName
{
border-color: #E5BAFC;
}
.TagClassName
{
border-color: #E5BAFC;
}
</style>