Shades of Mauve #EFA7FE
Tints of Mauve #EFA7FE
RGB
CMYK
RGB Variations
Color information
#EFA7FE (or 0xEFA7FE) is known color: Mauve. HEX triplet: EF, A7 and FE. RGB value is (239,167,254). Sum of RGB (Red+Green+Blue) = 239+167+254=660 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.21% from 660); Green value is 167 (65.62% from 255 or 25.30% from 660); Blue value is 254 (99.61% from 255 or 38.48% from 660); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFA7FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA7FE is #105801. Grayscale: #C6C6C6. Windows color (decimal): -1071106 or 16689135. OLE color: 16689135.
HSL color Cylindrical-coordinate representation of color #EFA7FE: hue angle of 289.66º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EFA7FE is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 167 | 254 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.00 |
| HSL | 289.66º | 0.98% | 0.83% | - |
| HSV(B) | 289.66º | 0.34% | 1% | - |
| XYZ | 67.3 | 53.14 | 100.48 | - |
| YUV | 198.45 | 159.35 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 167 | 254 | 0.06 | 0.34 | 0 | 0.00 | 289.66 | 0.98 | 0.83 |
| Hex | EF | A7 | FE | 6 | 22 | 0 | 0 | 122 | 62 | 53 |
| Octal | 357 | 247 | 376 | 6 | 42 | 0 | 0 | 442 | 142 | 123 |
| Binary | 11101111 | 10100111 | 11111110 | 110 | 100010 | 0 | 0 | 100100010 | 1100010 | 1010011 |
Color Harmonies of #EFA7FE
Complementary color
Monochromatic Colors of #EFA7FE
Black with #EFA7FE
Text Example
Text Example
White with #EFA7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA7FE; }
p { color: rgb(239,167,254); }
H1.HeaderClassName
{
color: #EFA7FE;
}
.AnyTagClassName
{
color: #EFA7FE;
}
</style>
background-color css
<style>
a { background-color: #EFA7FE; }
a { background-color: rgb(239,167,254); }
div.DivClassName
{
background-color: #EFA7FE;
}
.BgClassName
{
background-color: #EFA7FE;
}
</style>
border-color css
<style>
span { border-color: #EFA7FE; }
span { border-color: rgb(239,167,254); }
td.TdClassName
{
border-color: #EFA7FE;
}
.TagClassName
{
border-color: #EFA7FE;
}
</style>