Shades of Mauve #EE9FFE
Tints of Mauve #EE9FFE
RGB
CMYK
RGB Variations
Color information
#EE9FFE (or 0xEE9FFE) is known color: Mauve. HEX triplet: EE, 9F and FE. RGB value is (238,159,254). Sum of RGB (Red+Green+Blue) = 238+159+254=651 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.56% from 651); Green value is 159 (62.5% from 255 or 24.42% from 651); Blue value is 254 (99.61% from 255 or 39.02% from 651); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE9FFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE9FFE is #116001. Grayscale: #C1C1C1. Windows color (decimal): -1138690 or 16687086. OLE color: 16687086.
HSL color Cylindrical-coordinate representation of color #EE9FFE: hue angle of 289.89º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EE9FFE is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 159 | 254 | - |
| CMYK | 0.06 | 0.37 | 0 | 0.00 |
| HSL | 289.89º | 0.98% | 0.81% | - |
| HSV(B) | 289.89º | 0.37% | 1% | - |
| XYZ | 65.55 | 50.13 | 99.99 | - |
| YUV | 193.45 | 162.17 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 159 | 254 | 0.06 | 0.37 | 0 | 0.00 | 289.89 | 0.98 | 0.81 |
| Hex | EE | 9F | FE | 6 | 25 | 0 | 0 | 122 | 62 | 51 |
| Octal | 356 | 237 | 376 | 6 | 45 | 0 | 0 | 442 | 142 | 121 |
| Binary | 11101110 | 10011111 | 11111110 | 110 | 100101 | 0 | 0 | 100100010 | 1100010 | 1010001 |
Color Harmonies of #EE9FFE
Complementary color
Monochromatic Colors of #EE9FFE
Black with #EE9FFE
Text Example
Text Example
White with #EE9FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9FFE; }
p { color: rgb(238,159,254); }
H1.HeaderClassName
{
color: #EE9FFE;
}
.AnyTagClassName
{
color: #EE9FFE;
}
</style>
background-color css
<style>
a { background-color: #EE9FFE; }
a { background-color: rgb(238,159,254); }
div.DivClassName
{
background-color: #EE9FFE;
}
.BgClassName
{
background-color: #EE9FFE;
}
</style>
border-color css
<style>
span { border-color: #EE9FFE; }
span { border-color: rgb(238,159,254); }
td.TdClassName
{
border-color: #EE9FFE;
}
.TagClassName
{
border-color: #EE9FFE;
}
</style>