Shades of Mauve #EF9FFB
Tints of Mauve #EF9FFB
RGB
CMYK
RGB Variations
Color information
#EF9FFB (or 0xEF9FFB) is known color: Mauve. HEX triplet: EF, 9F and FB. RGB value is (239,159,251). Sum of RGB (Red+Green+Blue) = 239+159+251=649 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.83% from 649); Green value is 159 (62.5% from 255 or 24.50% from 649); Blue value is 251 (98.44% from 255 or 38.67% from 649); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF9FFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF9FFB is #106004. Grayscale: #C1C1C1. Windows color (decimal): -1073157 or 16490479. OLE color: 16490479.
HSL color Cylindrical-coordinate representation of color #EF9FFB: hue angle of 292.17º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EF9FFB is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 159 | 251 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.02 |
| HSL | 292.17º | 0.92% | 0.8% | - |
| HSV(B) | 292.17º | 0.37% | 0.98% | - |
| XYZ | 65.41 | 50.11 | 97.49 | - |
| YUV | 193.41 | 160.5 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 159 | 251 | 0.05 | 0.37 | 0 | 0.02 | 292.17 | 0.92 | 0.8 |
| Hex | EF | 9F | FB | 5 | 25 | 0 | 2 | 124 | 5C | 50 |
| Octal | 357 | 237 | 373 | 5 | 45 | 0 | 2 | 444 | 134 | 120 |
| Binary | 11101111 | 10011111 | 11111011 | 101 | 100101 | 0 | 10 | 100100100 | 1011100 | 1010000 |
Color Harmonies of #EF9FFB
Complementary color
Monochromatic Colors of #EF9FFB
Black with #EF9FFB
Text Example
Text Example
White with #EF9FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9FFB; }
p { color: rgb(239,159,251); }
H1.HeaderClassName
{
color: #EF9FFB;
}
.AnyTagClassName
{
color: #EF9FFB;
}
</style>
background-color css
<style>
a { background-color: #EF9FFB; }
a { background-color: rgb(239,159,251); }
div.DivClassName
{
background-color: #EF9FFB;
}
.BgClassName
{
background-color: #EF9FFB;
}
</style>
border-color css
<style>
span { border-color: #EF9FFB; }
span { border-color: rgb(239,159,251); }
td.TdClassName
{
border-color: #EF9FFB;
}
.TagClassName
{
border-color: #EF9FFB;
}
</style>