Shades of Mauve #EEA2FF
Tints of Mauve #EEA2FF
RGB
CMYK
RGB Variations
Color information
#EEA2FF (or 0xEEA2FF) is known color: Mauve. HEX triplet: EE, A2 and FF. RGB value is (238,162,255). Sum of RGB (Red+Green+Blue) = 238+162+255=655 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.34% from 655); Green value is 162 (63.67% from 255 or 24.73% from 655); Blue value is 255 (100% from 255 or 38.93% from 655); Max value from RGB is 255 - color contains mainly: blue. Hex color #EEA2FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA2FF is #115D00. Grayscale: #C3C3C3. Windows color (decimal): -1137921 or 16753390. OLE color: 16753390.
HSL color Cylindrical-coordinate representation of color #EEA2FF: hue angle of 289.03º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EEA2FF is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 162 | 255 | - |
| CMYK | 0.07 | 0.36 | 0 | 0 |
| HSL | 289.03º | 1% | 0.82% | - |
| HSV(B) | 289.03º | 0.36% | 1% | - |
| XYZ | 66.23 | 51.24 | 101.01 | - |
| YUV | 195.33 | 161.68 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 162 | 255 | 0.07 | 0.36 | 0 | 0 | 289.03 | 1 | 0.82 |
| Hex | EE | A2 | FF | 7 | 24 | 0 | 0 | 121 | 64 | 52 |
| Octal | 356 | 242 | 377 | 7 | 44 | 0 | 0 | 441 | 144 | 122 |
| Binary | 11101110 | 10100010 | 11111111 | 111 | 100100 | 0 | 0 | 100100001 | 1100100 | 1010010 |
Color Harmonies of #EEA2FF
Complementary color
Monochromatic Colors of #EEA2FF
Black with #EEA2FF
Text Example
Text Example
White with #EEA2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA2FF; }
p { color: rgb(238,162,255); }
H1.HeaderClassName
{
color: #EEA2FF;
}
.AnyTagClassName
{
color: #EEA2FF;
}
</style>
background-color css
<style>
a { background-color: #EEA2FF; }
a { background-color: rgb(238,162,255); }
div.DivClassName
{
background-color: #EEA2FF;
}
.BgClassName
{
background-color: #EEA2FF;
}
</style>
border-color css
<style>
span { border-color: #EEA2FF; }
span { border-color: rgb(238,162,255); }
td.TdClassName
{
border-color: #EEA2FF;
}
.TagClassName
{
border-color: #EEA2FF;
}
</style>