Shades of Mauve #EBA1FC
Tints of Mauve #EBA1FC
RGB
CMYK
RGB Variations
Color information
#EBA1FC (or 0xEBA1FC) is known color: Mauve. HEX triplet: EB, A1 and FC. RGB value is (235,161,252). Sum of RGB (Red+Green+Blue) = 235+161+252=648 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.27% from 648); Green value is 161 (63.28% from 255 or 24.85% from 648); Blue value is 252 (98.83% from 255 or 38.89% from 648); Max value from RGB is 252 - color contains mainly: blue. Hex color #EBA1FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA1FC is #145E03. Grayscale: #C1C1C1. Windows color (decimal): -1334788 or 16556523. OLE color: 16556523.
HSL color Cylindrical-coordinate representation of color #EBA1FC: hue angle of 288.79º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EBA1FC is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 235 | 161 | 252 | - |
| CMYK | 0.07 | 0.36 | 0 | 0.01 |
| HSL | 288.79º | 0.94% | 0.81% | - |
| HSV(B) | 288.79º | 0.36% | 0.99% | - |
| XYZ | 64.58 | 50.18 | 98.38 | - |
| YUV | 193.5 | 161.02 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 161 | 252 | 0.07 | 0.36 | 0 | 0.01 | 288.79 | 0.94 | 0.81 |
| Hex | EB | A1 | FC | 7 | 24 | 0 | 1 | 121 | 5E | 51 |
| Octal | 353 | 241 | 374 | 7 | 44 | 0 | 1 | 441 | 136 | 121 |
| Binary | 11101011 | 10100001 | 11111100 | 111 | 100100 | 0 | 1 | 100100001 | 1011110 | 1010001 |
Color Harmonies of #EBA1FC
Complementary color
Monochromatic Colors of #EBA1FC
Black with #EBA1FC
Text Example
Text Example
White with #EBA1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA1FC; }
p { color: rgb(235,161,252); }
H1.HeaderClassName
{
color: #EBA1FC;
}
.AnyTagClassName
{
color: #EBA1FC;
}
</style>
background-color css
<style>
a { background-color: #EBA1FC; }
a { background-color: rgb(235,161,252); }
div.DivClassName
{
background-color: #EBA1FC;
}
.BgClassName
{
background-color: #EBA1FC;
}
</style>
border-color css
<style>
span { border-color: #EBA1FC; }
span { border-color: rgb(235,161,252); }
td.TdClassName
{
border-color: #EBA1FC;
}
.TagClassName
{
border-color: #EBA1FC;
}
</style>