Shades of Mauve #EBBAFA
Tints of Mauve #EBBAFA
RGB
CMYK
RGB Variations
Color information
#EBBAFA (or 0xEBBAFA) is known color: Mauve. HEX triplet: EB, BA and FA. RGB value is (235,186,250). Sum of RGB (Red+Green+Blue) = 235+186+250=671 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.02% from 671); Green value is 186 (73.05% from 255 or 27.72% from 671); Blue value is 250 (98.05% from 255 or 37.26% from 671); Max value from RGB is 250 - color contains mainly: blue. Hex color #EBBAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBAFA is #144505. Grayscale: #CFCFCF. Windows color (decimal): -1328390 or 16431851. OLE color: 16431851.
HSL color Cylindrical-coordinate representation of color #EBBAFA: hue angle of 285.94º 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 #EBBAFA is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 235 | 186 | 250 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.02 |
| HSL | 285.94º | 0.86% | 0.85% | - |
| HSV(B) | 285.94º | 0.26% | 0.98% | - |
| XYZ | 69.08 | 59.68 | 98.32 | - |
| YUV | 207.95 | 151.73 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 186 | 250 | 0.06 | 0.26 | 0 | 0.02 | 285.94 | 0.86 | 0.85 |
| Hex | EB | BA | FA | 6 | 1A | 0 | 2 | 11E | 56 | 55 |
| Octal | 353 | 272 | 372 | 6 | 32 | 0 | 2 | 436 | 126 | 125 |
| Binary | 11101011 | 10111010 | 11111010 | 110 | 11010 | 0 | 10 | 100011110 | 1010110 | 1010101 |
Color Harmonies of #EBBAFA
Complementary color
Monochromatic Colors of #EBBAFA
Black with #EBBAFA
Text Example
Text Example
White with #EBBAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBAFA; }
p { color: rgb(235,186,250); }
H1.HeaderClassName
{
color: #EBBAFA;
}
.AnyTagClassName
{
color: #EBBAFA;
}
</style>
background-color css
<style>
a { background-color: #EBBAFA; }
a { background-color: rgb(235,186,250); }
div.DivClassName
{
background-color: #EBBAFA;
}
.BgClassName
{
background-color: #EBBAFA;
}
</style>
border-color css
<style>
span { border-color: #EBBAFA; }
span { border-color: rgb(235,186,250); }
td.TdClassName
{
border-color: #EBBAFA;
}
.TagClassName
{
border-color: #EBBAFA;
}
</style>