Shades of Mauve #EFA7F7
Tints of Mauve #EFA7F7
RGB
CMYK
RGB Variations
Color information
#EFA7F7 (or 0xEFA7F7) is known color: Mauve. HEX triplet: EF, A7 and F7. RGB value is (239,167,247). Sum of RGB (Red+Green+Blue) = 239+167+247=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 167 (65.62% from 255 or 25.57% from 653); Blue value is 247 (96.88% from 255 or 37.83% from 653); Max value from RGB is 247 - color contains mainly: blue. Hex color #EFA7F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA7F7 is #105808. Grayscale: #C5C5C5. Windows color (decimal): -1071113 or 16230383. OLE color: 16230383.
HSL color Cylindrical-coordinate representation of color #EFA7F7: hue angle of 294º 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 #EFA7F7 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 167 | 247 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.03 |
| HSL | 294º | 0.83% | 0.81% | - |
| HSV(B) | 294º | 0.32% | 0.97% | - |
| XYZ | 66.2 | 52.7 | 94.68 | - |
| YUV | 197.65 | 155.85 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 167 | 247 | 0.03 | 0.32 | 0 | 0.03 | 294 | 0.83 | 0.81 |
| Hex | EF | A7 | F7 | 3 | 20 | 0 | 3 | 126 | 53 | 51 |
| Octal | 357 | 247 | 367 | 3 | 40 | 0 | 3 | 446 | 123 | 121 |
| Binary | 11101111 | 10100111 | 11110111 | 11 | 100000 | 0 | 11 | 100100110 | 1010011 | 1010001 |
Color Harmonies of #EFA7F7
Complementary color
Monochromatic Colors of #EFA7F7
Black with #EFA7F7
Text Example
Text Example
White with #EFA7F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA7F7; }
p { color: rgb(239,167,247); }
H1.HeaderClassName
{
color: #EFA7F7;
}
.AnyTagClassName
{
color: #EFA7F7;
}
</style>
background-color css
<style>
a { background-color: #EFA7F7; }
a { background-color: rgb(239,167,247); }
div.DivClassName
{
background-color: #EFA7F7;
}
.BgClassName
{
background-color: #EFA7F7;
}
</style>
border-color css
<style>
span { border-color: #EFA7F7; }
span { border-color: rgb(239,167,247); }
td.TdClassName
{
border-color: #EFA7F7;
}
.TagClassName
{
border-color: #EFA7F7;
}
</style>