Shades of Mauve #EFA0FD
Tints of Mauve #EFA0FD
RGB
CMYK
RGB Variations
Color information
#EFA0FD (or 0xEFA0FD) is known color: Mauve. HEX triplet: EF, A0 and FD. RGB value is (239,160,253). Sum of RGB (Red+Green+Blue) = 239+160+253=652 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.66% from 652); Green value is 160 (62.89% from 255 or 24.54% from 652); Blue value is 253 (99.22% from 255 or 38.80% from 652); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFA0FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA0FD is #105F02. Grayscale: #C1C1C1. Windows color (decimal): -1072899 or 16621807. OLE color: 16621807.
HSL color Cylindrical-coordinate representation of color #EFA0FD: hue angle of 290.97º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EFA0FD is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 160 | 253 | - |
| CMYK | 0.06 | 0.37 | 0 | 0.01 |
| HSL | 290.97º | 0.96% | 0.81% | - |
| HSV(B) | 290.97º | 0.37% | 0.99% | - |
| XYZ | 65.9 | 50.58 | 99.22 | - |
| YUV | 194.22 | 161.17 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 160 | 253 | 0.06 | 0.37 | 0 | 0.01 | 290.97 | 0.96 | 0.81 |
| Hex | EF | A0 | FD | 6 | 25 | 0 | 1 | 123 | 60 | 51 |
| Octal | 357 | 240 | 375 | 6 | 45 | 0 | 1 | 443 | 140 | 121 |
| Binary | 11101111 | 10100000 | 11111101 | 110 | 100101 | 0 | 1 | 100100011 | 1100000 | 1010001 |
Color Harmonies of #EFA0FD
Complementary color
Monochromatic Colors of #EFA0FD
Black with #EFA0FD
Text Example
Text Example
White with #EFA0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA0FD; }
p { color: rgb(239,160,253); }
H1.HeaderClassName
{
color: #EFA0FD;
}
.AnyTagClassName
{
color: #EFA0FD;
}
</style>
background-color css
<style>
a { background-color: #EFA0FD; }
a { background-color: rgb(239,160,253); }
div.DivClassName
{
background-color: #EFA0FD;
}
.BgClassName
{
background-color: #EFA0FD;
}
</style>
border-color css
<style>
span { border-color: #EFA0FD; }
span { border-color: rgb(239,160,253); }
td.TdClassName
{
border-color: #EFA0FD;
}
.TagClassName
{
border-color: #EFA0FD;
}
</style>