Shades of Mauve #EFA3FE
Tints of Mauve #EFA3FE
RGB
CMYK
RGB Variations
Color information
#EFA3FE (or 0xEFA3FE) is known color: Mauve. HEX triplet: EF, A3 and FE. RGB value is (239,163,254). Sum of RGB (Red+Green+Blue) = 239+163+254=656 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.43% from 656); Green value is 163 (64.06% from 255 or 24.85% from 656); Blue value is 254 (99.61% from 255 or 38.72% from 656); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFA3FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA3FE is #105C01. Grayscale: #C3C3C3. Windows color (decimal): -1072130 or 16688111. OLE color: 16688111.
HSL color Cylindrical-coordinate representation of color #EFA3FE: hue angle of 290.11º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EFA3FE is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 163 | 254 | - |
| CMYK | 0.06 | 0.36 | 0 | 0.00 |
| HSL | 290.11º | 0.98% | 0.82% | - |
| HSV(B) | 290.11º | 0.36% | 1% | - |
| XYZ | 66.58 | 51.7 | 100.24 | - |
| YUV | 196.1 | 160.68 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 163 | 254 | 0.06 | 0.36 | 0 | 0.00 | 290.11 | 0.98 | 0.82 |
| Hex | EF | A3 | FE | 6 | 24 | 0 | 0 | 122 | 62 | 52 |
| Octal | 357 | 243 | 376 | 6 | 44 | 0 | 0 | 442 | 142 | 122 |
| Binary | 11101111 | 10100011 | 11111110 | 110 | 100100 | 0 | 0 | 100100010 | 1100010 | 1010010 |
Color Harmonies of #EFA3FE
Complementary color
Monochromatic Colors of #EFA3FE
Black with #EFA3FE
Text Example
Text Example
White with #EFA3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA3FE; }
p { color: rgb(239,163,254); }
H1.HeaderClassName
{
color: #EFA3FE;
}
.AnyTagClassName
{
color: #EFA3FE;
}
</style>
background-color css
<style>
a { background-color: #EFA3FE; }
a { background-color: rgb(239,163,254); }
div.DivClassName
{
background-color: #EFA3FE;
}
.BgClassName
{
background-color: #EFA3FE;
}
</style>
border-color css
<style>
span { border-color: #EFA3FE; }
span { border-color: rgb(239,163,254); }
td.TdClassName
{
border-color: #EFA3FE;
}
.TagClassName
{
border-color: #EFA3FE;
}
</style>