Shades of Mauve #EFABFA
Tints of Mauve #EFABFA
RGB
CMYK
RGB Variations
Color information
#EFABFA (or 0xEFABFA) is known color: Mauve. HEX triplet: EF, AB and FA. RGB value is (239,171,250). Sum of RGB (Red+Green+Blue) = 239+171+250=660 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.21% from 660); Green value is 171 (67.19% from 255 or 25.91% from 660); Blue value is 250 (98.05% from 255 or 37.88% from 660); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFABFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFABFA is #105405. Grayscale: #C8C8C8. Windows color (decimal): -1070086 or 16428015. OLE color: 16428015.
HSL color Cylindrical-coordinate representation of color #EFABFA: hue angle of 291.65º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EFABFA is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 171 | 250 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.02 |
| HSL | 291.65º | 0.89% | 0.83% | - |
| HSV(B) | 291.65º | 0.32% | 0.98% | - |
| XYZ | 67.41 | 54.38 | 97.39 | - |
| YUV | 200.34 | 156.03 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 171 | 250 | 0.04 | 0.32 | 0 | 0.02 | 291.65 | 0.89 | 0.83 |
| Hex | EF | AB | FA | 4 | 20 | 0 | 2 | 124 | 59 | 53 |
| Octal | 357 | 253 | 372 | 4 | 40 | 0 | 2 | 444 | 131 | 123 |
| Binary | 11101111 | 10101011 | 11111010 | 100 | 100000 | 0 | 10 | 100100100 | 1011001 | 1010011 |
Color Harmonies of #EFABFA
Complementary color
Monochromatic Colors of #EFABFA
Black with #EFABFA
Text Example
Text Example
White with #EFABFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFABFA; }
p { color: rgb(239,171,250); }
H1.HeaderClassName
{
color: #EFABFA;
}
.AnyTagClassName
{
color: #EFABFA;
}
</style>
background-color css
<style>
a { background-color: #EFABFA; }
a { background-color: rgb(239,171,250); }
div.DivClassName
{
background-color: #EFABFA;
}
.BgClassName
{
background-color: #EFABFA;
}
</style>
border-color css
<style>
span { border-color: #EFABFA; }
span { border-color: rgb(239,171,250); }
td.TdClassName
{
border-color: #EFABFA;
}
.TagClassName
{
border-color: #EFABFA;
}
</style>