Shades of Mauve #EE9EFF
Tints of Mauve #EE9EFF
RGB
CMYK
RGB Variations
Color information
#EE9EFF (or 0xEE9EFF) is known color: Mauve. HEX triplet: EE, 9E and FF. RGB value is (238,158,255). Sum of RGB (Red+Green+Blue) = 238+158+255=651 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.56% from 651); Green value is 158 (62.11% from 255 or 24.27% from 651); Blue value is 255 (100% from 255 or 39.17% from 651); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE9EFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE9EFF is #116100. Grayscale: #C0C0C0. Windows color (decimal): -1138945 or 16752366. OLE color: 16752366.
HSL color Cylindrical-coordinate representation of color #EE9EFF: hue angle of 289.48º 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 #EE9EFF is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 158 | 255 | - |
| CMYK | 0.07 | 0.38 | 0 | 0 |
| HSL | 289.48º | 1% | 0.81% | - |
| HSV(B) | 289.48º | 0.38% | 1% | - |
| XYZ | 65.54 | 49.85 | 100.78 | - |
| YUV | 192.98 | 163 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 158 | 255 | 0.07 | 0.38 | 0 | 0 | 289.48 | 1 | 0.81 |
| Hex | EE | 9E | FF | 7 | 26 | 0 | 0 | 121 | 64 | 51 |
| Octal | 356 | 236 | 377 | 7 | 46 | 0 | 0 | 441 | 144 | 121 |
| Binary | 11101110 | 10011110 | 11111111 | 111 | 100110 | 0 | 0 | 100100001 | 1100100 | 1010001 |
Color Harmonies of #EE9EFF
Complementary color
Monochromatic Colors of #EE9EFF
Black with #EE9EFF
Text Example
Text Example
White with #EE9EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9EFF; }
p { color: rgb(238,158,255); }
H1.HeaderClassName
{
color: #EE9EFF;
}
.AnyTagClassName
{
color: #EE9EFF;
}
</style>
background-color css
<style>
a { background-color: #EE9EFF; }
a { background-color: rgb(238,158,255); }
div.DivClassName
{
background-color: #EE9EFF;
}
.BgClassName
{
background-color: #EE9EFF;
}
</style>
border-color css
<style>
span { border-color: #EE9EFF; }
span { border-color: rgb(238,158,255); }
td.TdClassName
{
border-color: #EE9EFF;
}
.TagClassName
{
border-color: #EE9EFF;
}
</style>