Shades of Mauve #EE9FFC
Tints of Mauve #EE9FFC
RGB
CMYK
RGB Variations
Color information
#EE9FFC (or 0xEE9FFC) is known color: Mauve. HEX triplet: EE, 9F and FC. RGB value is (238,159,252). Sum of RGB (Red+Green+Blue) = 238+159+252=649 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.67% from 649); Green value is 159 (62.5% from 255 or 24.50% 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 #EE9FFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE9FFC is #116003. Grayscale: #C0C0C0. Windows color (decimal): -1138692 or 16556014. OLE color: 16556014.
HSL color Cylindrical-coordinate representation of color #EE9FFC: hue angle of 290.97º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EE9FFC is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 159 | 252 | - |
| CMYK | 0.06 | 0.37 | 0 | 0.01 |
| HSL | 290.97º | 0.94% | 0.81% | - |
| HSV(B) | 290.97º | 0.37% | 0.99% | - |
| XYZ | 65.23 | 50 | 98.31 | - |
| YUV | 193.22 | 161.17 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 159 | 252 | 0.06 | 0.37 | 0 | 0.01 | 290.97 | 0.94 | 0.81 |
| Hex | EE | 9F | FC | 6 | 25 | 0 | 1 | 123 | 5E | 51 |
| Octal | 356 | 237 | 374 | 6 | 45 | 0 | 1 | 443 | 136 | 121 |
| Binary | 11101110 | 10011111 | 11111100 | 110 | 100101 | 0 | 1 | 100100011 | 1011110 | 1010001 |
Color Harmonies of #EE9FFC
Complementary color
Monochromatic Colors of #EE9FFC
Black with #EE9FFC
Text Example
Text Example
White with #EE9FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9FFC; }
p { color: rgb(238,159,252); }
H1.HeaderClassName
{
color: #EE9FFC;
}
.AnyTagClassName
{
color: #EE9FFC;
}
</style>
background-color css
<style>
a { background-color: #EE9FFC; }
a { background-color: rgb(238,159,252); }
div.DivClassName
{
background-color: #EE9FFC;
}
.BgClassName
{
background-color: #EE9FFC;
}
</style>
border-color css
<style>
span { border-color: #EE9FFC; }
span { border-color: rgb(238,159,252); }
td.TdClassName
{
border-color: #EE9FFC;
}
.TagClassName
{
border-color: #EE9FFC;
}
</style>