Shades of Mauve #EFA4FA
Tints of Mauve #EFA4FA
RGB
CMYK
RGB Variations
Color information
#EFA4FA (or 0xEFA4FA) is known color: Mauve. HEX triplet: EF, A4 and FA. RGB value is (239,164,250). Sum of RGB (Red+Green+Blue) = 239+164+250=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 164 (64.45% from 255 or 25.11% from 653); Blue value is 250 (98.05% from 255 or 38.28% from 653); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFA4FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA4FA is #105B05. Grayscale: #C3C3C3. Windows color (decimal): -1071878 or 16426223. OLE color: 16426223.
HSL color Cylindrical-coordinate representation of color #EFA4FA: hue angle of 292.33º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EFA4FA is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 164 | 250 | - |
| CMYK | 0.04 | 0.34 | 0 | 0.02 |
| HSL | 292.33º | 0.9% | 0.81% | - |
| HSV(B) | 292.33º | 0.34% | 0.98% | - |
| XYZ | 66.13 | 51.8 | 96.96 | - |
| YUV | 196.23 | 158.35 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 164 | 250 | 0.04 | 0.34 | 0 | 0.02 | 292.33 | 0.9 | 0.81 |
| Hex | EF | A4 | FA | 4 | 22 | 0 | 2 | 124 | 5A | 51 |
| Octal | 357 | 244 | 372 | 4 | 42 | 0 | 2 | 444 | 132 | 121 |
| Binary | 11101111 | 10100100 | 11111010 | 100 | 100010 | 0 | 10 | 100100100 | 1011010 | 1010001 |
Color Harmonies of #EFA4FA
Complementary color
Monochromatic Colors of #EFA4FA
Black with #EFA4FA
Text Example
Text Example
White with #EFA4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA4FA; }
p { color: rgb(239,164,250); }
H1.HeaderClassName
{
color: #EFA4FA;
}
.AnyTagClassName
{
color: #EFA4FA;
}
</style>
background-color css
<style>
a { background-color: #EFA4FA; }
a { background-color: rgb(239,164,250); }
div.DivClassName
{
background-color: #EFA4FA;
}
.BgClassName
{
background-color: #EFA4FA;
}
</style>
border-color css
<style>
span { border-color: #EFA4FA; }
span { border-color: rgb(239,164,250); }
td.TdClassName
{
border-color: #EFA4FA;
}
.TagClassName
{
border-color: #EFA4FA;
}
</style>