Shades of Mauve #EEA5FF
Tints of Mauve #EEA5FF
RGB
CMYK
RGB Variations
Color information
#EEA5FF (or 0xEEA5FF) is known color: Mauve. HEX triplet: EE, A5 and FF. RGB value is (238,165,255). Sum of RGB (Red+Green+Blue) = 238+165+255=658 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.17% from 658); Green value is 165 (64.84% from 255 or 25.08% from 658); Blue value is 255 (100% from 255 or 38.75% from 658); Max value from RGB is 255 - color contains mainly: blue. Hex color #EEA5FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA5FF is #115A00. Grayscale: #C4C4C4. Windows color (decimal): -1137153 or 16754158. OLE color: 16754158.
HSL color Cylindrical-coordinate representation of color #EEA5FF: hue angle of 288.67º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EEA5FF is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 165 | 255 | - |
| CMYK | 0.07 | 0.35 | 0 | 0 |
| HSL | 288.67º | 1% | 0.82% | - |
| HSV(B) | 288.67º | 0.35% | 1% | - |
| XYZ | 66.77 | 52.31 | 101.19 | - |
| YUV | 197.09 | 160.68 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 165 | 255 | 0.07 | 0.35 | 0 | 0 | 288.67 | 1 | 0.82 |
| Hex | EE | A5 | FF | 7 | 23 | 0 | 0 | 121 | 64 | 52 |
| Octal | 356 | 245 | 377 | 7 | 43 | 0 | 0 | 441 | 144 | 122 |
| Binary | 11101110 | 10100101 | 11111111 | 111 | 100011 | 0 | 0 | 100100001 | 1100100 | 1010010 |
Color Harmonies of #EEA5FF
Complementary color
Monochromatic Colors of #EEA5FF
Black with #EEA5FF
Text Example
Text Example
White with #EEA5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA5FF; }
p { color: rgb(238,165,255); }
H1.HeaderClassName
{
color: #EEA5FF;
}
.AnyTagClassName
{
color: #EEA5FF;
}
</style>
background-color css
<style>
a { background-color: #EEA5FF; }
a { background-color: rgb(238,165,255); }
div.DivClassName
{
background-color: #EEA5FF;
}
.BgClassName
{
background-color: #EEA5FF;
}
</style>
border-color css
<style>
span { border-color: #EEA5FF; }
span { border-color: rgb(238,165,255); }
td.TdClassName
{
border-color: #EEA5FF;
}
.TagClassName
{
border-color: #EEA5FF;
}
</style>