Shades of Mauve #EE9DFE
Tints of Mauve #EE9DFE
RGB
CMYK
RGB Variations
Color information
#EE9DFE (or 0xEE9DFE) is known color: Mauve. HEX triplet: EE, 9D and FE. RGB value is (238,157,254). Sum of RGB (Red+Green+Blue) = 238+157+254=649 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.67% from 649); Green value is 157 (61.72% from 255 or 24.19% from 649); Blue value is 254 (99.61% from 255 or 39.14% from 649); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE9DFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE9DFE is #116201. Grayscale: #BFBFBF. Windows color (decimal): -1139202 or 16686574. OLE color: 16686574.
HSL color Cylindrical-coordinate representation of color #EE9DFE: hue angle of 290.1º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EE9DFE is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 157 | 254 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.00 |
| HSL | 290.1º | 0.98% | 0.81% | - |
| HSV(B) | 290.1º | 0.38% | 1% | - |
| XYZ | 65.21 | 49.45 | 99.87 | - |
| YUV | 192.28 | 162.84 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 157 | 254 | 0.06 | 0.38 | 0 | 0.00 | 290.1 | 0.98 | 0.81 |
| Hex | EE | 9D | FE | 6 | 26 | 0 | 0 | 122 | 62 | 51 |
| Octal | 356 | 235 | 376 | 6 | 46 | 0 | 0 | 442 | 142 | 121 |
| Binary | 11101110 | 10011101 | 11111110 | 110 | 100110 | 0 | 0 | 100100010 | 1100010 | 1010001 |
Color Harmonies of #EE9DFE
Complementary color
Monochromatic Colors of #EE9DFE
Black with #EE9DFE
Text Example
Text Example
White with #EE9DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9DFE; }
p { color: rgb(238,157,254); }
H1.HeaderClassName
{
color: #EE9DFE;
}
.AnyTagClassName
{
color: #EE9DFE;
}
</style>
background-color css
<style>
a { background-color: #EE9DFE; }
a { background-color: rgb(238,157,254); }
div.DivClassName
{
background-color: #EE9DFE;
}
.BgClassName
{
background-color: #EE9DFE;
}
</style>
border-color css
<style>
span { border-color: #EE9DFE; }
span { border-color: rgb(238,157,254); }
td.TdClassName
{
border-color: #EE9DFE;
}
.TagClassName
{
border-color: #EE9DFE;
}
</style>