Shades of Mauve #EFA8F8
Tints of Mauve #EFA8F8
RGB
CMYK
RGB Variations
Color information
#EFA8F8 (or 0xEFA8F8) is known color: Mauve. HEX triplet: EF, A8 and F8. RGB value is (239,168,248). Sum of RGB (Red+Green+Blue) = 239+168+248=655 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.49% from 655); Green value is 168 (66.02% from 255 or 25.65% from 655); Blue value is 248 (97.27% from 255 or 37.86% from 655); Max value from RGB is 248 - color contains mainly: blue. Hex color #EFA8F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA8F8 is #105707. Grayscale: #C6C6C6. Windows color (decimal): -1070856 or 16296175. OLE color: 16296175.
HSL color Cylindrical-coordinate representation of color #EFA8F8: hue angle of 293.25º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EFA8F8 is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 168 | 248 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.03 |
| HSL | 293.25º | 0.85% | 0.82% | - |
| HSV(B) | 293.25º | 0.32% | 0.97% | - |
| XYZ | 66.54 | 53.13 | 95.56 | - |
| YUV | 198.35 | 156.02 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 168 | 248 | 0.04 | 0.32 | 0 | 0.03 | 293.25 | 0.85 | 0.82 |
| Hex | EF | A8 | F8 | 4 | 20 | 0 | 3 | 125 | 55 | 52 |
| Octal | 357 | 250 | 370 | 4 | 40 | 0 | 3 | 445 | 125 | 122 |
| Binary | 11101111 | 10101000 | 11111000 | 100 | 100000 | 0 | 11 | 100100101 | 1010101 | 1010010 |
Color Harmonies of #EFA8F8
Complementary color
Monochromatic Colors of #EFA8F8
Black with #EFA8F8
Text Example
Text Example
White with #EFA8F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA8F8; }
p { color: rgb(239,168,248); }
H1.HeaderClassName
{
color: #EFA8F8;
}
.AnyTagClassName
{
color: #EFA8F8;
}
</style>
background-color css
<style>
a { background-color: #EFA8F8; }
a { background-color: rgb(239,168,248); }
div.DivClassName
{
background-color: #EFA8F8;
}
.BgClassName
{
background-color: #EFA8F8;
}
</style>
border-color css
<style>
span { border-color: #EFA8F8; }
span { border-color: rgb(239,168,248); }
td.TdClassName
{
border-color: #EFA8F8;
}
.TagClassName
{
border-color: #EFA8F8;
}
</style>