Shades of Mauve #EFA1FE
Tints of Mauve #EFA1FE
RGB
CMYK
RGB Variations
Color information
#EFA1FE (or 0xEFA1FE) is known color: Mauve. HEX triplet: EF, A1 and FE. RGB value is (239,161,254). Sum of RGB (Red+Green+Blue) = 239+161+254=654 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.54% from 654); Green value is 161 (63.28% from 255 or 24.62% from 654); Blue value is 254 (99.61% from 255 or 38.84% from 654); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFA1FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA1FE is #105E01. Grayscale: #C2C2C2. Windows color (decimal): -1072642 or 16687599. OLE color: 16687599.
HSL color Cylindrical-coordinate representation of color #EFA1FE: hue angle of 290.32º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EFA1FE is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 161 | 254 | - |
| CMYK | 0.06 | 0.37 | 0 | 0.00 |
| HSL | 290.32º | 0.98% | 0.81% | - |
| HSV(B) | 290.32º | 0.37% | 1% | - |
| XYZ | 66.23 | 51 | 100.12 | - |
| YUV | 194.92 | 161.34 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 161 | 254 | 0.06 | 0.37 | 0 | 0.00 | 290.32 | 0.98 | 0.81 |
| Hex | EF | A1 | FE | 6 | 25 | 0 | 0 | 122 | 62 | 51 |
| Octal | 357 | 241 | 376 | 6 | 45 | 0 | 0 | 442 | 142 | 121 |
| Binary | 11101111 | 10100001 | 11111110 | 110 | 100101 | 0 | 0 | 100100010 | 1100010 | 1010001 |
Color Harmonies of #EFA1FE
Complementary color
Monochromatic Colors of #EFA1FE
Black with #EFA1FE
Text Example
Text Example
White with #EFA1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA1FE; }
p { color: rgb(239,161,254); }
H1.HeaderClassName
{
color: #EFA1FE;
}
.AnyTagClassName
{
color: #EFA1FE;
}
</style>
background-color css
<style>
a { background-color: #EFA1FE; }
a { background-color: rgb(239,161,254); }
div.DivClassName
{
background-color: #EFA1FE;
}
.BgClassName
{
background-color: #EFA1FE;
}
</style>
border-color css
<style>
span { border-color: #EFA1FE; }
span { border-color: rgb(239,161,254); }
td.TdClassName
{
border-color: #EFA1FE;
}
.TagClassName
{
border-color: #EFA1FE;
}
</style>