Shades of Mauve #EF9EFC
Tints of Mauve #EF9EFC
RGB
CMYK
RGB Variations
Color information
#EF9EFC (or 0xEF9EFC) is known color: Mauve. HEX triplet: EF, 9E and FC. RGB value is (239,158,252). Sum of RGB (Red+Green+Blue) = 239+158+252=649 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.83% from 649); Green value is 158 (62.11% from 255 or 24.35% from 649); Blue value is 252 (98.83% from 255 or 38.83% from 649); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF9EFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF9EFC is #106103. Grayscale: #C0C0C0. Windows color (decimal): -1073412 or 16555759. OLE color: 16555759.
HSL color Cylindrical-coordinate representation of color #EF9EFC: hue angle of 291.7º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EF9EFC is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 158 | 252 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.01 |
| HSL | 291.7º | 0.94% | 0.8% | - |
| HSV(B) | 291.7º | 0.37% | 0.99% | - |
| XYZ | 65.39 | 49.83 | 98.27 | - |
| YUV | 192.94 | 161.34 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 158 | 252 | 0.05 | 0.37 | 0 | 0.01 | 291.7 | 0.94 | 0.8 |
| Hex | EF | 9E | FC | 5 | 25 | 0 | 1 | 124 | 5E | 50 |
| Octal | 357 | 236 | 374 | 5 | 45 | 0 | 1 | 444 | 136 | 120 |
| Binary | 11101111 | 10011110 | 11111100 | 101 | 100101 | 0 | 1 | 100100100 | 1011110 | 1010000 |
Color Harmonies of #EF9EFC
Complementary color
Monochromatic Colors of #EF9EFC
Black with #EF9EFC
Text Example
Text Example
White with #EF9EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9EFC; }
p { color: rgb(239,158,252); }
H1.HeaderClassName
{
color: #EF9EFC;
}
.AnyTagClassName
{
color: #EF9EFC;
}
</style>
background-color css
<style>
a { background-color: #EF9EFC; }
a { background-color: rgb(239,158,252); }
div.DivClassName
{
background-color: #EF9EFC;
}
.BgClassName
{
background-color: #EF9EFC;
}
</style>
border-color css
<style>
span { border-color: #EF9EFC; }
span { border-color: rgb(239,158,252); }
td.TdClassName
{
border-color: #EF9EFC;
}
.TagClassName
{
border-color: #EF9EFC;
}
</style>