Shades of Mauve #EFA0FF
Tints of Mauve #EFA0FF
RGB
CMYK
RGB Variations
Color information
#EFA0FF (or 0xEFA0FF) is known color: Mauve. HEX triplet: EF, A0 and FF. RGB value is (239,160,255). Sum of RGB (Red+Green+Blue) = 239+160+255=654 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.54% from 654); Green value is 160 (62.89% from 255 or 24.46% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFA0FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA0FF is #105F00. Grayscale: #C2C2C2. Windows color (decimal): -1072897 or 16752879. OLE color: 16752879.
HSL color Cylindrical-coordinate representation of color #EFA0FF: hue angle of 289.89º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EFA0FF is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 160 | 255 | - |
| CMYK | 0.06 | 0.37 | 0 | 0 |
| HSL | 289.89º | 1% | 0.81% | - |
| HSV(B) | 289.89º | 0.37% | 1% | - |
| XYZ | 66.22 | 50.71 | 100.91 | - |
| YUV | 194.45 | 162.17 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 160 | 255 | 0.06 | 0.37 | 0 | 0 | 289.89 | 1 | 0.81 |
| Hex | EF | A0 | FF | 6 | 25 | 0 | 0 | 122 | 64 | 51 |
| Octal | 357 | 240 | 377 | 6 | 45 | 0 | 0 | 442 | 144 | 121 |
| Binary | 11101111 | 10100000 | 11111111 | 110 | 100101 | 0 | 0 | 100100010 | 1100100 | 1010001 |
Color Harmonies of #EFA0FF
Complementary color
Monochromatic Colors of #EFA0FF
Black with #EFA0FF
Text Example
Text Example
White with #EFA0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA0FF; }
p { color: rgb(239,160,255); }
H1.HeaderClassName
{
color: #EFA0FF;
}
.AnyTagClassName
{
color: #EFA0FF;
}
</style>
background-color css
<style>
a { background-color: #EFA0FF; }
a { background-color: rgb(239,160,255); }
div.DivClassName
{
background-color: #EFA0FF;
}
.BgClassName
{
background-color: #EFA0FF;
}
</style>
border-color css
<style>
span { border-color: #EFA0FF; }
span { border-color: rgb(239,160,255); }
td.TdClassName
{
border-color: #EFA0FF;
}
.TagClassName
{
border-color: #EFA0FF;
}
</style>