Shades of Mauve #EFA3FA
Tints of Mauve #EFA3FA
RGB
CMYK
RGB Variations
Color information
#EFA3FA (or 0xEFA3FA) is known color: Mauve. HEX triplet: EF, A3 and FA. RGB value is (239,163,250). Sum of RGB (Red+Green+Blue) = 239+163+250=652 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.66% from 652); Green value is 163 (64.06% from 255 or 25% from 652); Blue value is 250 (98.05% from 255 or 38.34% from 652); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFA3FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA3FA is #105C05. Grayscale: #C3C3C3. Windows color (decimal): -1072134 or 16425967. OLE color: 16425967.
HSL color Cylindrical-coordinate representation of color #EFA3FA: hue angle of 292.41º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EFA3FA is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 163 | 250 | - |
| CMYK | 0.04 | 0.35 | 0 | 0.02 |
| HSL | 292.41º | 0.9% | 0.81% | - |
| HSV(B) | 292.41º | 0.35% | 0.98% | - |
| XYZ | 65.95 | 51.45 | 96.9 | - |
| YUV | 195.64 | 158.68 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 163 | 250 | 0.04 | 0.35 | 0 | 0.02 | 292.41 | 0.9 | 0.81 |
| Hex | EF | A3 | FA | 4 | 23 | 0 | 2 | 124 | 5A | 51 |
| Octal | 357 | 243 | 372 | 4 | 43 | 0 | 2 | 444 | 132 | 121 |
| Binary | 11101111 | 10100011 | 11111010 | 100 | 100011 | 0 | 10 | 100100100 | 1011010 | 1010001 |
Color Harmonies of #EFA3FA
Complementary color
Monochromatic Colors of #EFA3FA
Black with #EFA3FA
Text Example
Text Example
White with #EFA3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA3FA; }
p { color: rgb(239,163,250); }
H1.HeaderClassName
{
color: #EFA3FA;
}
.AnyTagClassName
{
color: #EFA3FA;
}
</style>
background-color css
<style>
a { background-color: #EFA3FA; }
a { background-color: rgb(239,163,250); }
div.DivClassName
{
background-color: #EFA3FA;
}
.BgClassName
{
background-color: #EFA3FA;
}
</style>
border-color css
<style>
span { border-color: #EFA3FA; }
span { border-color: rgb(239,163,250); }
td.TdClassName
{
border-color: #EFA3FA;
}
.TagClassName
{
border-color: #EFA3FA;
}
</style>