Shades of Mauve #EE9EFE
Tints of Mauve #EE9EFE
RGB
CMYK
RGB Variations
Color information
#EE9EFE (or 0xEE9EFE) is known color: Mauve. HEX triplet: EE, 9E and FE. RGB value is (238,158,254). Sum of RGB (Red+Green+Blue) = 238+158+254=650 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.62% from 650); Green value is 158 (62.11% from 255 or 24.31% from 650); Blue value is 254 (99.61% from 255 or 39.08% from 650); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE9EFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE9EFE is #116101. Grayscale: #C0C0C0. Windows color (decimal): -1138946 or 16686830. OLE color: 16686830.
HSL color Cylindrical-coordinate representation of color #EE9EFE: hue angle of 290º 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 #EE9EFE is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 158 | 254 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.00 |
| HSL | 290º | 0.98% | 0.81% | - |
| HSV(B) | 290º | 0.38% | 1% | - |
| XYZ | 65.38 | 49.79 | 99.93 | - |
| YUV | 192.86 | 162.5 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 158 | 254 | 0.06 | 0.38 | 0 | 0.00 | 290 | 0.98 | 0.81 |
| Hex | EE | 9E | FE | 6 | 26 | 0 | 0 | 122 | 62 | 51 |
| Octal | 356 | 236 | 376 | 6 | 46 | 0 | 0 | 442 | 142 | 121 |
| Binary | 11101110 | 10011110 | 11111110 | 110 | 100110 | 0 | 0 | 100100010 | 1100010 | 1010001 |
Color Harmonies of #EE9EFE
Complementary color
Monochromatic Colors of #EE9EFE
Black with #EE9EFE
Text Example
Text Example
White with #EE9EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9EFE; }
p { color: rgb(238,158,254); }
H1.HeaderClassName
{
color: #EE9EFE;
}
.AnyTagClassName
{
color: #EE9EFE;
}
</style>
background-color css
<style>
a { background-color: #EE9EFE; }
a { background-color: rgb(238,158,254); }
div.DivClassName
{
background-color: #EE9EFE;
}
.BgClassName
{
background-color: #EE9EFE;
}
</style>
border-color css
<style>
span { border-color: #EE9EFE; }
span { border-color: rgb(238,158,254); }
td.TdClassName
{
border-color: #EE9EFE;
}
.TagClassName
{
border-color: #EE9EFE;
}
</style>