Shades of Mauve #EEA0FF
Tints of Mauve #EEA0FF
RGB
CMYK
RGB Variations
Color information
#EEA0FF (or 0xEEA0FF) is known color: Mauve. HEX triplet: EE, A0 and FF. RGB value is (238,160,255). Sum of RGB (Red+Green+Blue) = 238+160+255=653 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.45% from 653); Green value is 160 (62.89% from 255 or 24.50% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #EEA0FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA0FF is #115F00. Grayscale: #C1C1C1. Windows color (decimal): -1138433 or 16752878. OLE color: 16752878.
HSL color Cylindrical-coordinate representation of color #EEA0FF: hue angle of 289.26º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EEA0FF is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 160 | 255 | - |
| CMYK | 0.07 | 0.37 | 0 | 0 |
| HSL | 289.26º | 1% | 0.81% | - |
| HSV(B) | 289.26º | 0.37% | 1% | - |
| XYZ | 65.88 | 50.54 | 100.89 | - |
| YUV | 194.15 | 162.34 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 160 | 255 | 0.07 | 0.37 | 0 | 0 | 289.26 | 1 | 0.81 |
| Hex | EE | A0 | FF | 7 | 25 | 0 | 0 | 121 | 64 | 51 |
| Octal | 356 | 240 | 377 | 7 | 45 | 0 | 0 | 441 | 144 | 121 |
| Binary | 11101110 | 10100000 | 11111111 | 111 | 100101 | 0 | 0 | 100100001 | 1100100 | 1010001 |
Color Harmonies of #EEA0FF
Complementary color
Monochromatic Colors of #EEA0FF
Black with #EEA0FF
Text Example
Text Example
White with #EEA0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA0FF; }
p { color: rgb(238,160,255); }
H1.HeaderClassName
{
color: #EEA0FF;
}
.AnyTagClassName
{
color: #EEA0FF;
}
</style>
background-color css
<style>
a { background-color: #EEA0FF; }
a { background-color: rgb(238,160,255); }
div.DivClassName
{
background-color: #EEA0FF;
}
.BgClassName
{
background-color: #EEA0FF;
}
</style>
border-color css
<style>
span { border-color: #EEA0FF; }
span { border-color: rgb(238,160,255); }
td.TdClassName
{
border-color: #EEA0FF;
}
.TagClassName
{
border-color: #EEA0FF;
}
</style>