Shades of Mauve #EFA8F6
Tints of Mauve #EFA8F6
RGB
CMYK
RGB Variations
Color information
#EFA8F6 (or 0xEFA8F6) is known color: Mauve. HEX triplet: EF, A8 and F6. RGB value is (239,168,246). Sum of RGB (Red+Green+Blue) = 239+168+246=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 168 (66.02% from 255 or 25.73% from 653); Blue value is 246 (96.48% from 255 or 37.67% from 653); Max value from RGB is 246 - color contains mainly: blue. Hex color #EFA8F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA8F6 is #105709. Grayscale: #C5C5C5. Windows color (decimal): -1070858 or 16165103. OLE color: 16165103.
HSL color Cylindrical-coordinate representation of color #EFA8F6: hue angle of 294.62º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EFA8F6 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 168 | 246 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.04 |
| HSL | 294.62º | 0.81% | 0.81% | - |
| HSV(B) | 294.62º | 0.32% | 0.96% | - |
| XYZ | 66.23 | 53.01 | 93.93 | - |
| YUV | 198.12 | 155.02 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 168 | 246 | 0.03 | 0.32 | 0 | 0.04 | 294.62 | 0.81 | 0.81 |
| Hex | EF | A8 | F6 | 3 | 20 | 0 | 4 | 127 | 51 | 51 |
| Octal | 357 | 250 | 366 | 3 | 40 | 0 | 4 | 447 | 121 | 121 |
| Binary | 11101111 | 10101000 | 11110110 | 11 | 100000 | 0 | 100 | 100100111 | 1010001 | 1010001 |
Color Harmonies of #EFA8F6
Complementary color
Monochromatic Colors of #EFA8F6
Black with #EFA8F6
Text Example
Text Example
White with #EFA8F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA8F6; }
p { color: rgb(239,168,246); }
H1.HeaderClassName
{
color: #EFA8F6;
}
.AnyTagClassName
{
color: #EFA8F6;
}
</style>
background-color css
<style>
a { background-color: #EFA8F6; }
a { background-color: rgb(239,168,246); }
div.DivClassName
{
background-color: #EFA8F6;
}
.BgClassName
{
background-color: #EFA8F6;
}
</style>
border-color css
<style>
span { border-color: #EFA8F6; }
span { border-color: rgb(239,168,246); }
td.TdClassName
{
border-color: #EFA8F6;
}
.TagClassName
{
border-color: #EFA8F6;
}
</style>