Shades of Mauve #EF9EFF
Tints of Mauve #EF9EFF
RGB
CMYK
RGB Variations
Color information
#EF9EFF (or 0xEF9EFF) is known color: Mauve. HEX triplet: EF, 9E and FF. RGB value is (239,158,255). Sum of RGB (Red+Green+Blue) = 239+158+255=652 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.66% from 652); Green value is 158 (62.11% from 255 or 24.23% from 652); Blue value is 255 (100% from 255 or 39.11% from 652); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF9EFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF9EFF is #106100. Grayscale: #C0C0C0. Windows color (decimal): -1073409 or 16752367. OLE color: 16752367.
HSL color Cylindrical-coordinate representation of color #EF9EFF: hue angle of 290.1º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EF9EFF is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 158 | 255 | - |
| CMYK | 0.06 | 0.38 | 0 | 0 |
| HSL | 290.1º | 1% | 0.81% | - |
| HSV(B) | 290.1º | 0.38% | 1% | - |
| XYZ | 65.87 | 50.02 | 100.79 | - |
| YUV | 193.28 | 162.84 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 158 | 255 | 0.06 | 0.38 | 0 | 0 | 290.1 | 1 | 0.81 |
| Hex | EF | 9E | FF | 6 | 26 | 0 | 0 | 122 | 64 | 51 |
| Octal | 357 | 236 | 377 | 6 | 46 | 0 | 0 | 442 | 144 | 121 |
| Binary | 11101111 | 10011110 | 11111111 | 110 | 100110 | 0 | 0 | 100100010 | 1100100 | 1010001 |
Color Harmonies of #EF9EFF
Complementary color
Monochromatic Colors of #EF9EFF
Black with #EF9EFF
Text Example
Text Example
White with #EF9EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9EFF; }
p { color: rgb(239,158,255); }
H1.HeaderClassName
{
color: #EF9EFF;
}
.AnyTagClassName
{
color: #EF9EFF;
}
</style>
background-color css
<style>
a { background-color: #EF9EFF; }
a { background-color: rgb(239,158,255); }
div.DivClassName
{
background-color: #EF9EFF;
}
.BgClassName
{
background-color: #EF9EFF;
}
</style>
border-color css
<style>
span { border-color: #EF9EFF; }
span { border-color: rgb(239,158,255); }
td.TdClassName
{
border-color: #EF9EFF;
}
.TagClassName
{
border-color: #EF9EFF;
}
</style>