Shades of Mauve #EFA1FB
Tints of Mauve #EFA1FB
RGB
CMYK
RGB Variations
Color information
#EFA1FB (or 0xEFA1FB) is known color: Mauve. HEX triplet: EF, A1 and FB. RGB value is (239,161,251). Sum of RGB (Red+Green+Blue) = 239+161+251=651 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.71% from 651); Green value is 161 (63.28% from 255 or 24.73% from 651); Blue value is 251 (98.44% from 255 or 38.56% from 651); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFA1FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA1FB is #105E04. Grayscale: #C2C2C2. Windows color (decimal): -1072645 or 16490991. OLE color: 16490991.
HSL color Cylindrical-coordinate representation of color #EFA1FB: hue angle of 292º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EFA1FB is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 161 | 251 | - |
| CMYK | 0.05 | 0.36 | 0 | 0.02 |
| HSL | 292º | 0.92% | 0.81% | - |
| HSV(B) | 292º | 0.36% | 0.98% | - |
| XYZ | 65.75 | 50.81 | 97.61 | - |
| YUV | 194.58 | 159.84 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 161 | 251 | 0.05 | 0.36 | 0 | 0.02 | 292 | 0.92 | 0.81 |
| Hex | EF | A1 | FB | 5 | 24 | 0 | 2 | 124 | 5C | 51 |
| Octal | 357 | 241 | 373 | 5 | 44 | 0 | 2 | 444 | 134 | 121 |
| Binary | 11101111 | 10100001 | 11111011 | 101 | 100100 | 0 | 10 | 100100100 | 1011100 | 1010001 |
Color Harmonies of #EFA1FB
Complementary color
Monochromatic Colors of #EFA1FB
Black with #EFA1FB
Text Example
Text Example
White with #EFA1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA1FB; }
p { color: rgb(239,161,251); }
H1.HeaderClassName
{
color: #EFA1FB;
}
.AnyTagClassName
{
color: #EFA1FB;
}
</style>
background-color css
<style>
a { background-color: #EFA1FB; }
a { background-color: rgb(239,161,251); }
div.DivClassName
{
background-color: #EFA1FB;
}
.BgClassName
{
background-color: #EFA1FB;
}
</style>
border-color css
<style>
span { border-color: #EFA1FB; }
span { border-color: rgb(239,161,251); }
td.TdClassName
{
border-color: #EFA1FB;
}
.TagClassName
{
border-color: #EFA1FB;
}
</style>