Shades of Mauve #EFA9FE
Tints of Mauve #EFA9FE
RGB
CMYK
RGB Variations
Color information
#EFA9FE (or 0xEFA9FE) is known color: Mauve. HEX triplet: EF, A9 and FE. RGB value is (239,169,254). Sum of RGB (Red+Green+Blue) = 239+169+254=662 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.10% from 662); Green value is 169 (66.41% from 255 or 25.53% from 662); Blue value is 254 (99.61% from 255 or 38.37% from 662); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFA9FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA9FE is #105601. Grayscale: #C7C7C7. Windows color (decimal): -1070594 or 16689647. OLE color: 16689647.
HSL color Cylindrical-coordinate representation of color #EFA9FE: hue angle of 289.41º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFA9FE is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 169 | 254 | - |
| CMYK | 0.06 | 0.33 | 0 | 0.00 |
| HSL | 289.41º | 0.98% | 0.83% | - |
| HSV(B) | 289.41º | 0.33% | 1% | - |
| XYZ | 67.67 | 53.88 | 100.6 | - |
| YUV | 199.62 | 158.69 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 169 | 254 | 0.06 | 0.33 | 0 | 0.00 | 289.41 | 0.98 | 0.83 |
| Hex | EF | A9 | FE | 6 | 21 | 0 | 0 | 121 | 62 | 53 |
| Octal | 357 | 251 | 376 | 6 | 41 | 0 | 0 | 441 | 142 | 123 |
| Binary | 11101111 | 10101001 | 11111110 | 110 | 100001 | 0 | 0 | 100100001 | 1100010 | 1010011 |
Color Harmonies of #EFA9FE
Complementary color
Monochromatic Colors of #EFA9FE
Black with #EFA9FE
Text Example
Text Example
White with #EFA9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA9FE; }
p { color: rgb(239,169,254); }
H1.HeaderClassName
{
color: #EFA9FE;
}
.AnyTagClassName
{
color: #EFA9FE;
}
</style>
background-color css
<style>
a { background-color: #EFA9FE; }
a { background-color: rgb(239,169,254); }
div.DivClassName
{
background-color: #EFA9FE;
}
.BgClassName
{
background-color: #EFA9FE;
}
</style>
border-color css
<style>
span { border-color: #EFA9FE; }
span { border-color: rgb(239,169,254); }
td.TdClassName
{
border-color: #EFA9FE;
}
.TagClassName
{
border-color: #EFA9FE;
}
</style>