Shades of Mauve #EE9FFF
Tints of Mauve #EE9FFF
RGB
CMYK
RGB Variations
Color information
#EE9FFF (or 0xEE9FFF) is known color: Mauve. HEX triplet: EE, 9F and FF. RGB value is (238,159,255). Sum of RGB (Red+Green+Blue) = 238+159+255=652 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.50% from 652); Green value is 159 (62.5% from 255 or 24.39% 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 #EE9FFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE9FFF is #116000. Grayscale: #C1C1C1. Windows color (decimal): -1138689 or 16752622. OLE color: 16752622.
HSL color Cylindrical-coordinate representation of color #EE9FFF: hue angle of 289.38º 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 #EE9FFF is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 159 | 255 | - |
| CMYK | 0.07 | 0.38 | 0 | 0 |
| HSL | 289.38º | 1% | 0.81% | - |
| HSV(B) | 289.38º | 0.38% | 1% | - |
| XYZ | 65.71 | 50.19 | 100.83 | - |
| YUV | 193.57 | 162.67 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 159 | 255 | 0.07 | 0.38 | 0 | 0 | 289.38 | 1 | 0.81 |
| Hex | EE | 9F | FF | 7 | 26 | 0 | 0 | 121 | 64 | 51 |
| Octal | 356 | 237 | 377 | 7 | 46 | 0 | 0 | 441 | 144 | 121 |
| Binary | 11101110 | 10011111 | 11111111 | 111 | 100110 | 0 | 0 | 100100001 | 1100100 | 1010001 |
Color Harmonies of #EE9FFF
Complementary color
Monochromatic Colors of #EE9FFF
Black with #EE9FFF
Text Example
Text Example
White with #EE9FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9FFF; }
p { color: rgb(238,159,255); }
H1.HeaderClassName
{
color: #EE9FFF;
}
.AnyTagClassName
{
color: #EE9FFF;
}
</style>
background-color css
<style>
a { background-color: #EE9FFF; }
a { background-color: rgb(238,159,255); }
div.DivClassName
{
background-color: #EE9FFF;
}
.BgClassName
{
background-color: #EE9FFF;
}
</style>
border-color css
<style>
span { border-color: #EE9FFF; }
span { border-color: rgb(238,159,255); }
td.TdClassName
{
border-color: #EE9FFF;
}
.TagClassName
{
border-color: #EE9FFF;
}
</style>