Shades of Mauve #EE9CFE
Tints of Mauve #EE9CFE
RGB
CMYK
RGB Variations
Color information
#EE9CFE (or 0xEE9CFE) is known color: Mauve. HEX triplet: EE, 9C and FE. RGB value is (238,156,254). Sum of RGB (Red+Green+Blue) = 238+156+254=648 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.73% from 648); Green value is 156 (61.33% from 255 or 24.07% from 648); Blue value is 254 (99.61% from 255 or 39.20% from 648); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE9CFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE9CFE is #116301. Grayscale: #BFBFBF. Windows color (decimal): -1139458 or 16686318. OLE color: 16686318.
HSL color Cylindrical-coordinate representation of color #EE9CFE: hue angle of 290.2º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EE9CFE is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 156 | 254 | - |
| CMYK | 0.06 | 0.39 | 0 | 0.00 |
| HSL | 290.2º | 0.98% | 0.8% | - |
| HSV(B) | 290.2º | 0.39% | 1% | - |
| XYZ | 65.04 | 49.11 | 99.82 | - |
| YUV | 191.69 | 163.17 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 156 | 254 | 0.06 | 0.39 | 0 | 0.00 | 290.2 | 0.98 | 0.8 |
| Hex | EE | 9C | FE | 6 | 27 | 0 | 0 | 122 | 62 | 50 |
| Octal | 356 | 234 | 376 | 6 | 47 | 0 | 0 | 442 | 142 | 120 |
| Binary | 11101110 | 10011100 | 11111110 | 110 | 100111 | 0 | 0 | 100100010 | 1100010 | 1010000 |
Color Harmonies of #EE9CFE
Complementary color
Monochromatic Colors of #EE9CFE
Black with #EE9CFE
Text Example
Text Example
White with #EE9CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9CFE; }
p { color: rgb(238,156,254); }
H1.HeaderClassName
{
color: #EE9CFE;
}
.AnyTagClassName
{
color: #EE9CFE;
}
</style>
background-color css
<style>
a { background-color: #EE9CFE; }
a { background-color: rgb(238,156,254); }
div.DivClassName
{
background-color: #EE9CFE;
}
.BgClassName
{
background-color: #EE9CFE;
}
</style>
border-color css
<style>
span { border-color: #EE9CFE; }
span { border-color: rgb(238,156,254); }
td.TdClassName
{
border-color: #EE9CFE;
}
.TagClassName
{
border-color: #EE9CFE;
}
</style>