Shades of Mauve #EEA1FF
Tints of Mauve #EEA1FF
RGB
CMYK
RGB Variations
Color information
#EEA1FF (or 0xEEA1FF) is known color: Mauve. HEX triplet: EE, A1 and FF. RGB value is (238,161,255). Sum of RGB (Red+Green+Blue) = 238+161+255=654 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.39% from 654); Green value is 161 (63.28% from 255 or 24.62% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #EEA1FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA1FF is #115E00. Grayscale: #C2C2C2. Windows color (decimal): -1138177 or 16753134. OLE color: 16753134.
HSL color Cylindrical-coordinate representation of color #EEA1FF: hue angle of 289.15º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EEA1FF is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 161 | 255 | - |
| CMYK | 0.07 | 0.37 | 0 | 0 |
| HSL | 289.15º | 1% | 0.82% | - |
| HSV(B) | 289.15º | 0.37% | 1% | - |
| XYZ | 66.05 | 50.89 | 100.95 | - |
| YUV | 194.74 | 162.01 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 161 | 255 | 0.07 | 0.37 | 0 | 0 | 289.15 | 1 | 0.82 |
| Hex | EE | A1 | FF | 7 | 25 | 0 | 0 | 121 | 64 | 52 |
| Octal | 356 | 241 | 377 | 7 | 45 | 0 | 0 | 441 | 144 | 122 |
| Binary | 11101110 | 10100001 | 11111111 | 111 | 100101 | 0 | 0 | 100100001 | 1100100 | 1010010 |
Color Harmonies of #EEA1FF
Complementary color
Monochromatic Colors of #EEA1FF
Black with #EEA1FF
Text Example
Text Example
White with #EEA1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA1FF; }
p { color: rgb(238,161,255); }
H1.HeaderClassName
{
color: #EEA1FF;
}
.AnyTagClassName
{
color: #EEA1FF;
}
</style>
background-color css
<style>
a { background-color: #EEA1FF; }
a { background-color: rgb(238,161,255); }
div.DivClassName
{
background-color: #EEA1FF;
}
.BgClassName
{
background-color: #EEA1FF;
}
</style>
border-color css
<style>
span { border-color: #EEA1FF; }
span { border-color: rgb(238,161,255); }
td.TdClassName
{
border-color: #EEA1FF;
}
.TagClassName
{
border-color: #EEA1FF;
}
</style>