Shades of Mauve #EF9DFE
Tints of Mauve #EF9DFE
RGB
CMYK
RGB Variations
Color information
#EF9DFE (or 0xEF9DFE) is known color: Mauve. HEX triplet: EF, 9D and FE. RGB value is (239,157,254). Sum of RGB (Red+Green+Blue) = 239+157+254=650 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.77% from 650); Green value is 157 (61.72% from 255 or 24.15% from 650); Blue value is 254 (99.61% from 255 or 39.08% from 650); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF9DFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF9DFE is #106201. Grayscale: #C0C0C0. Windows color (decimal): -1073666 or 16686575. OLE color: 16686575.
HSL color Cylindrical-coordinate representation of color #EF9DFE: hue angle of 290.72º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EF9DFE is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 157 | 254 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.00 |
| HSL | 290.72º | 0.98% | 0.81% | - |
| HSV(B) | 290.72º | 0.38% | 1% | - |
| XYZ | 65.54 | 49.62 | 99.89 | - |
| YUV | 192.58 | 162.67 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 157 | 254 | 0.06 | 0.38 | 0 | 0.00 | 290.72 | 0.98 | 0.81 |
| Hex | EF | 9D | FE | 6 | 26 | 0 | 0 | 123 | 62 | 51 |
| Octal | 357 | 235 | 376 | 6 | 46 | 0 | 0 | 443 | 142 | 121 |
| Binary | 11101111 | 10011101 | 11111110 | 110 | 100110 | 0 | 0 | 100100011 | 1100010 | 1010001 |
Color Harmonies of #EF9DFE
Complementary color
Monochromatic Colors of #EF9DFE
Black with #EF9DFE
Text Example
Text Example
White with #EF9DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9DFE; }
p { color: rgb(239,157,254); }
H1.HeaderClassName
{
color: #EF9DFE;
}
.AnyTagClassName
{
color: #EF9DFE;
}
</style>
background-color css
<style>
a { background-color: #EF9DFE; }
a { background-color: rgb(239,157,254); }
div.DivClassName
{
background-color: #EF9DFE;
}
.BgClassName
{
background-color: #EF9DFE;
}
</style>
border-color css
<style>
span { border-color: #EF9DFE; }
span { border-color: rgb(239,157,254); }
td.TdClassName
{
border-color: #EF9DFE;
}
.TagClassName
{
border-color: #EF9DFE;
}
</style>