Shades of Mauve #EBA6FC
Tints of Mauve #EBA6FC
RGB
CMYK
RGB Variations
Color information
#EBA6FC (or 0xEBA6FC) is known color: Mauve. HEX triplet: EB, A6 and FC. RGB value is (235,166,252). Sum of RGB (Red+Green+Blue) = 235+166+252=653 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.99% from 653); Green value is 166 (65.23% from 255 or 25.42% from 653); Blue value is 252 (98.83% from 255 or 38.59% from 653); Max value from RGB is 252 - color contains mainly: blue. Hex color #EBA6FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA6FC is #145903. Grayscale: #C4C4C4. Windows color (decimal): -1333508 or 16557803. OLE color: 16557803.
HSL color Cylindrical-coordinate representation of color #EBA6FC: hue angle of 288.14º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EBA6FC is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 235 | 166 | 252 | - |
| CMYK | 0.07 | 0.34 | 0 | 0.01 |
| HSL | 288.14º | 0.93% | 0.82% | - |
| HSV(B) | 288.14º | 0.34% | 0.99% | - |
| XYZ | 65.47 | 51.96 | 98.67 | - |
| YUV | 196.44 | 159.36 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 166 | 252 | 0.07 | 0.34 | 0 | 0.01 | 288.14 | 0.93 | 0.82 |
| Hex | EB | A6 | FC | 7 | 22 | 0 | 1 | 120 | 5D | 52 |
| Octal | 353 | 246 | 374 | 7 | 42 | 0 | 1 | 440 | 135 | 122 |
| Binary | 11101011 | 10100110 | 11111100 | 111 | 100010 | 0 | 1 | 100100000 | 1011101 | 1010010 |
Color Harmonies of #EBA6FC
Complementary color
Monochromatic Colors of #EBA6FC
Black with #EBA6FC
Text Example
Text Example
White with #EBA6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA6FC; }
p { color: rgb(235,166,252); }
H1.HeaderClassName
{
color: #EBA6FC;
}
.AnyTagClassName
{
color: #EBA6FC;
}
</style>
background-color css
<style>
a { background-color: #EBA6FC; }
a { background-color: rgb(235,166,252); }
div.DivClassName
{
background-color: #EBA6FC;
}
.BgClassName
{
background-color: #EBA6FC;
}
</style>
border-color css
<style>
span { border-color: #EBA6FC; }
span { border-color: rgb(235,166,252); }
td.TdClassName
{
border-color: #EBA6FC;
}
.TagClassName
{
border-color: #EBA6FC;
}
</style>