Shades of Mauve #EEA8FE
Tints of Mauve #EEA8FE
RGB
CMYK
RGB Variations
Color information
#EEA8FE (or 0xEEA8FE) is known color: Mauve. HEX triplet: EE, A8 and FE. RGB value is (238,168,254). Sum of RGB (Red+Green+Blue) = 238+168+254=660 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.06% from 660); Green value is 168 (66.02% from 255 or 25.45% from 660); Blue value is 254 (99.61% from 255 or 38.48% from 660); Max value from RGB is 254 - color contains mainly: blue. Hex color #EEA8FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA8FE is #115701. Grayscale: #C6C6C6. Windows color (decimal): -1136386 or 16689390. OLE color: 16689390.
HSL color Cylindrical-coordinate representation of color #EEA8FE: hue angle of 288.84º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EEA8FE is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 168 | 254 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.00 |
| HSL | 288.84º | 0.98% | 0.83% | - |
| HSV(B) | 288.84º | 0.34% | 1% | - |
| XYZ | 67.15 | 53.34 | 100.52 | - |
| YUV | 198.73 | 159.19 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 168 | 254 | 0.06 | 0.34 | 0 | 0.00 | 288.84 | 0.98 | 0.83 |
| Hex | EE | A8 | FE | 6 | 22 | 0 | 0 | 121 | 62 | 53 |
| Octal | 356 | 250 | 376 | 6 | 42 | 0 | 0 | 441 | 142 | 123 |
| Binary | 11101110 | 10101000 | 11111110 | 110 | 100010 | 0 | 0 | 100100001 | 1100010 | 1010011 |
Color Harmonies of #EEA8FE
Complementary color
Monochromatic Colors of #EEA8FE
Black with #EEA8FE
Text Example
Text Example
White with #EEA8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA8FE; }
p { color: rgb(238,168,254); }
H1.HeaderClassName
{
color: #EEA8FE;
}
.AnyTagClassName
{
color: #EEA8FE;
}
</style>
background-color css
<style>
a { background-color: #EEA8FE; }
a { background-color: rgb(238,168,254); }
div.DivClassName
{
background-color: #EEA8FE;
}
.BgClassName
{
background-color: #EEA8FE;
}
</style>
border-color css
<style>
span { border-color: #EEA8FE; }
span { border-color: rgb(238,168,254); }
td.TdClassName
{
border-color: #EEA8FE;
}
.TagClassName
{
border-color: #EEA8FE;
}
</style>