Shades of Mauve #EEA8FC
Tints of Mauve #EEA8FC
RGB
CMYK
RGB Variations
Color information
#EEA8FC (or 0xEEA8FC) is known color: Mauve. HEX triplet: EE, A8 and FC. RGB value is (238,168,252). Sum of RGB (Red+Green+Blue) = 238+168+252=658 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.17% from 658); Green value is 168 (66.02% from 255 or 25.53% from 658); Blue value is 252 (98.83% from 255 or 38.30% from 658); Max value from RGB is 252 - color contains mainly: blue. Hex color #EEA8FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA8FC is #115703. Grayscale: #C6C6C6. Windows color (decimal): -1136388 or 16558318. OLE color: 16558318.
HSL color Cylindrical-coordinate representation of color #EEA8FC: hue angle of 290º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EEA8FC is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 168 | 252 | - |
| CMYK | 0.06 | 0.33 | 0 | 0.01 |
| HSL | 290º | 0.93% | 0.82% | - |
| HSV(B) | 290º | 0.33% | 0.99% | - |
| XYZ | 66.83 | 53.21 | 98.84 | - |
| YUV | 198.51 | 158.19 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 168 | 252 | 0.06 | 0.33 | 0 | 0.01 | 290 | 0.93 | 0.82 |
| Hex | EE | A8 | FC | 6 | 21 | 0 | 1 | 122 | 5D | 52 |
| Octal | 356 | 250 | 374 | 6 | 41 | 0 | 1 | 442 | 135 | 122 |
| Binary | 11101110 | 10101000 | 11111100 | 110 | 100001 | 0 | 1 | 100100010 | 1011101 | 1010010 |
Color Harmonies of #EEA8FC
Complementary color
Monochromatic Colors of #EEA8FC
Black with #EEA8FC
Text Example
Text Example
White with #EEA8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA8FC; }
p { color: rgb(238,168,252); }
H1.HeaderClassName
{
color: #EEA8FC;
}
.AnyTagClassName
{
color: #EEA8FC;
}
</style>
background-color css
<style>
a { background-color: #EEA8FC; }
a { background-color: rgb(238,168,252); }
div.DivClassName
{
background-color: #EEA8FC;
}
.BgClassName
{
background-color: #EEA8FC;
}
</style>
border-color css
<style>
span { border-color: #EEA8FC; }
span { border-color: rgb(238,168,252); }
td.TdClassName
{
border-color: #EEA8FC;
}
.TagClassName
{
border-color: #EEA8FC;
}
</style>