Shades of Mauve #EFA8FA
Tints of Mauve #EFA8FA
RGB
CMYK
RGB Variations
Color information
#EFA8FA (or 0xEFA8FA) is known color: Mauve. HEX triplet: EF, A8 and FA. RGB value is (239,168,250). Sum of RGB (Red+Green+Blue) = 239+168+250=657 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.38% from 657); Green value is 168 (66.02% from 255 or 25.57% from 657); Blue value is 250 (98.05% from 255 or 38.05% from 657); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFA8FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA8FA is #105705. Grayscale: #C6C6C6. Windows color (decimal): -1070854 or 16427247. OLE color: 16427247.
HSL color Cylindrical-coordinate representation of color #EFA8FA: hue angle of 291.95º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFA8FA is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 168 | 250 | - |
| CMYK | 0.04 | 0.33 | 0 | 0.02 |
| HSL | 291.95º | 0.89% | 0.82% | - |
| HSV(B) | 291.95º | 0.33% | 0.98% | - |
| XYZ | 66.85 | 53.26 | 97.2 | - |
| YUV | 198.58 | 157.02 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 168 | 250 | 0.04 | 0.33 | 0 | 0.02 | 291.95 | 0.89 | 0.82 |
| Hex | EF | A8 | FA | 4 | 21 | 0 | 2 | 124 | 59 | 52 |
| Octal | 357 | 250 | 372 | 4 | 41 | 0 | 2 | 444 | 131 | 122 |
| Binary | 11101111 | 10101000 | 11111010 | 100 | 100001 | 0 | 10 | 100100100 | 1011001 | 1010010 |
Color Harmonies of #EFA8FA
Complementary color
Monochromatic Colors of #EFA8FA
Black with #EFA8FA
Text Example
Text Example
White with #EFA8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA8FA; }
p { color: rgb(239,168,250); }
H1.HeaderClassName
{
color: #EFA8FA;
}
.AnyTagClassName
{
color: #EFA8FA;
}
</style>
background-color css
<style>
a { background-color: #EFA8FA; }
a { background-color: rgb(239,168,250); }
div.DivClassName
{
background-color: #EFA8FA;
}
.BgClassName
{
background-color: #EFA8FA;
}
</style>
border-color css
<style>
span { border-color: #EFA8FA; }
span { border-color: rgb(239,168,250); }
td.TdClassName
{
border-color: #EFA8FA;
}
.TagClassName
{
border-color: #EFA8FA;
}
</style>