Shades of Mauve #EEAAFF
Tints of Mauve #EEAAFF
RGB
CMYK
RGB Variations
Color information
#EEAAFF (or 0xEEAAFF) is known color: Mauve. HEX triplet: EE, AA and FF. RGB value is (238,170,255). Sum of RGB (Red+Green+Blue) = 238+170+255=663 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.90% from 663); Green value is 170 (66.80% from 255 or 25.64% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #EEAAFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEAAFF is #115500. Grayscale: #C7C7C7. Windows color (decimal): -1135873 or 16755438. OLE color: 16755438.
HSL color Cylindrical-coordinate representation of color #EEAAFF: hue angle of 288º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EEAAFF is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 170 | 255 | - |
| CMYK | 0.07 | 0.33 | 0 | 0 |
| HSL | 288º | 1% | 0.83% | - |
| HSV(B) | 288º | 0.33% | 1% | - |
| XYZ | 67.68 | 54.15 | 101.49 | - |
| YUV | 200.02 | 159.03 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 170 | 255 | 0.07 | 0.33 | 0 | 0 | 288 | 1 | 0.83 |
| Hex | EE | AA | FF | 7 | 21 | 0 | 0 | 120 | 64 | 53 |
| Octal | 356 | 252 | 377 | 7 | 41 | 0 | 0 | 440 | 144 | 123 |
| Binary | 11101110 | 10101010 | 11111111 | 111 | 100001 | 0 | 0 | 100100000 | 1100100 | 1010011 |
Color Harmonies of #EEAAFF
Complementary color
Monochromatic Colors of #EEAAFF
Black with #EEAAFF
Text Example
Text Example
White with #EEAAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAAFF; }
p { color: rgb(238,170,255); }
H1.HeaderClassName
{
color: #EEAAFF;
}
.AnyTagClassName
{
color: #EEAAFF;
}
</style>
background-color css
<style>
a { background-color: #EEAAFF; }
a { background-color: rgb(238,170,255); }
div.DivClassName
{
background-color: #EEAAFF;
}
.BgClassName
{
background-color: #EEAAFF;
}
</style>
border-color css
<style>
span { border-color: #EEAAFF; }
span { border-color: rgb(238,170,255); }
td.TdClassName
{
border-color: #EEAAFF;
}
.TagClassName
{
border-color: #EEAAFF;
}
</style>