Shades of Mauve #EEAAFC
Tints of Mauve #EEAAFC
RGB
CMYK
RGB Variations
Color information
#EEAAFC (or 0xEEAAFC) is known color: Mauve. HEX triplet: EE, AA and FC. RGB value is (238,170,252). Sum of RGB (Red+Green+Blue) = 238+170+252=660 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.06% from 660); Green value is 170 (66.80% from 255 or 25.76% from 660); Blue value is 252 (98.83% from 255 or 38.18% from 660); Max value from RGB is 252 - color contains mainly: blue. Hex color #EEAAFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEAAFC is #115503. Grayscale: #C7C7C7. Windows color (decimal): -1135876 or 16558830. OLE color: 16558830.
HSL color Cylindrical-coordinate representation of color #EEAAFC: hue angle of 289.76º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EEAAFC is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 170 | 252 | - |
| CMYK | 0.06 | 0.33 | 0 | 0.01 |
| HSL | 289.76º | 0.93% | 0.83% | - |
| HSV(B) | 289.76º | 0.33% | 0.99% | - |
| XYZ | 67.21 | 53.95 | 98.97 | - |
| YUV | 199.68 | 157.53 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 170 | 252 | 0.06 | 0.33 | 0 | 0.01 | 289.76 | 0.93 | 0.83 |
| Hex | EE | AA | FC | 6 | 21 | 0 | 1 | 122 | 5D | 53 |
| Octal | 356 | 252 | 374 | 6 | 41 | 0 | 1 | 442 | 135 | 123 |
| Binary | 11101110 | 10101010 | 11111100 | 110 | 100001 | 0 | 1 | 100100010 | 1011101 | 1010011 |
Color Harmonies of #EEAAFC
Complementary color
Monochromatic Colors of #EEAAFC
Black with #EEAAFC
Text Example
Text Example
White with #EEAAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAAFC; }
p { color: rgb(238,170,252); }
H1.HeaderClassName
{
color: #EEAAFC;
}
.AnyTagClassName
{
color: #EEAAFC;
}
</style>
background-color css
<style>
a { background-color: #EEAAFC; }
a { background-color: rgb(238,170,252); }
div.DivClassName
{
background-color: #EEAAFC;
}
.BgClassName
{
background-color: #EEAAFC;
}
</style>
border-color css
<style>
span { border-color: #EEAAFC; }
span { border-color: rgb(238,170,252); }
td.TdClassName
{
border-color: #EEAAFC;
}
.TagClassName
{
border-color: #EEAAFC;
}
</style>