Shades of Mauve #EF9EFE
Tints of Mauve #EF9EFE
RGB
CMYK
RGB Variations
Color information
#EF9EFE (or 0xEF9EFE) is known color: Mauve. HEX triplet: EF, 9E and FE. RGB value is (239,158,254). Sum of RGB (Red+Green+Blue) = 239+158+254=651 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.71% from 651); Green value is 158 (62.11% from 255 or 24.27% from 651); Blue value is 254 (99.61% from 255 or 39.02% from 651); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF9EFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF9EFE is #106101. Grayscale: #C0C0C0. Windows color (decimal): -1073410 or 16686831. OLE color: 16686831.
HSL color Cylindrical-coordinate representation of color #EF9EFE: hue angle of 290.62º 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 #EF9EFE is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 158 | 254 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.00 |
| HSL | 290.63º | 0.98% | 0.81% | - |
| HSV(B) | 290.63º | 0.38% | 1% | - |
| XYZ | 65.71 | 49.96 | 99.95 | - |
| YUV | 193.16 | 162.34 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 158 | 254 | 0.06 | 0.38 | 0 | 0.00 | 290.63 | 0.98 | 0.81 |
| Hex | EF | 9E | FE | 6 | 26 | 0 | 0 | 123 | 62 | 51 |
| Octal | 357 | 236 | 376 | 6 | 46 | 0 | 0 | 443 | 142 | 121 |
| Binary | 11101111 | 10011110 | 11111110 | 110 | 100110 | 0 | 0 | 100100011 | 1100010 | 1010001 |
Color Harmonies of #EF9EFE
Complementary color
Monochromatic Colors of #EF9EFE
Black with #EF9EFE
Text Example
Text Example
White with #EF9EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9EFE; }
p { color: rgb(239,158,254); }
H1.HeaderClassName
{
color: #EF9EFE;
}
.AnyTagClassName
{
color: #EF9EFE;
}
</style>
background-color css
<style>
a { background-color: #EF9EFE; }
a { background-color: rgb(239,158,254); }
div.DivClassName
{
background-color: #EF9EFE;
}
.BgClassName
{
background-color: #EF9EFE;
}
</style>
border-color css
<style>
span { border-color: #EF9EFE; }
span { border-color: rgb(239,158,254); }
td.TdClassName
{
border-color: #EF9EFE;
}
.TagClassName
{
border-color: #EF9EFE;
}
</style>