Shades of Mauve #EFA8F7
Tints of Mauve #EFA8F7
RGB
CMYK
RGB Variations
Color information
#EFA8F7 (or 0xEFA8F7) is known color: Mauve. HEX triplet: EF, A8 and F7. RGB value is (239,168,247). Sum of RGB (Red+Green+Blue) = 239+168+247=654 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.54% from 654); Green value is 168 (66.02% from 255 or 25.69% from 654); Blue value is 247 (96.88% from 255 or 37.77% from 654); Max value from RGB is 247 - color contains mainly: blue. Hex color #EFA8F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA8F7 is #105708. Grayscale: #C5C5C5. Windows color (decimal): -1070857 or 16230639. OLE color: 16230639.
HSL color Cylindrical-coordinate representation of color #EFA8F7: hue angle of 293.92º degrees, saturation: 0.83, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EFA8F7 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 168 | 247 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.03 |
| HSL | 293.92º | 0.83% | 0.81% | - |
| HSV(B) | 293.92º | 0.32% | 0.97% | - |
| XYZ | 66.39 | 53.07 | 94.74 | - |
| YUV | 198.24 | 155.52 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 168 | 247 | 0.03 | 0.32 | 0 | 0.03 | 293.92 | 0.83 | 0.81 |
| Hex | EF | A8 | F7 | 3 | 20 | 0 | 3 | 126 | 53 | 51 |
| Octal | 357 | 250 | 367 | 3 | 40 | 0 | 3 | 446 | 123 | 121 |
| Binary | 11101111 | 10101000 | 11110111 | 11 | 100000 | 0 | 11 | 100100110 | 1010011 | 1010001 |
Color Harmonies of #EFA8F7
Complementary color
Monochromatic Colors of #EFA8F7
Black with #EFA8F7
Text Example
Text Example
White with #EFA8F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA8F7; }
p { color: rgb(239,168,247); }
H1.HeaderClassName
{
color: #EFA8F7;
}
.AnyTagClassName
{
color: #EFA8F7;
}
</style>
background-color css
<style>
a { background-color: #EFA8F7; }
a { background-color: rgb(239,168,247); }
div.DivClassName
{
background-color: #EFA8F7;
}
.BgClassName
{
background-color: #EFA8F7;
}
</style>
border-color css
<style>
span { border-color: #EFA8F7; }
span { border-color: rgb(239,168,247); }
td.TdClassName
{
border-color: #EFA8F7;
}
.TagClassName
{
border-color: #EFA8F7;
}
</style>