Shades of Mauve #EEA2FE
Tints of Mauve #EEA2FE
RGB
CMYK
RGB Variations
Color information
#EEA2FE (or 0xEEA2FE) is known color: Mauve. HEX triplet: EE, A2 and FE. RGB value is (238,162,254). Sum of RGB (Red+Green+Blue) = 238+162+254=654 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.39% from 654); Green value is 162 (63.67% from 255 or 24.77% from 654); Blue value is 254 (99.61% from 255 or 38.84% from 654); Max value from RGB is 254 - color contains mainly: blue. Hex color #EEA2FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA2FE is #115D01. Grayscale: #C2C2C2. Windows color (decimal): -1137922 or 16687854. OLE color: 16687854.
HSL color Cylindrical-coordinate representation of color #EEA2FE: hue angle of 289.57º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EEA2FE is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 162 | 254 | - |
| CMYK | 0.06 | 0.36 | 0 | 0.00 |
| HSL | 289.57º | 0.98% | 0.82% | - |
| HSV(B) | 289.57º | 0.36% | 1% | - |
| XYZ | 66.07 | 51.17 | 100.16 | - |
| YUV | 195.21 | 161.18 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 162 | 254 | 0.06 | 0.36 | 0 | 0.00 | 289.57 | 0.98 | 0.82 |
| Hex | EE | A2 | FE | 6 | 24 | 0 | 0 | 122 | 62 | 52 |
| Octal | 356 | 242 | 376 | 6 | 44 | 0 | 0 | 442 | 142 | 122 |
| Binary | 11101110 | 10100010 | 11111110 | 110 | 100100 | 0 | 0 | 100100010 | 1100010 | 1010010 |
Color Harmonies of #EEA2FE
Complementary color
Monochromatic Colors of #EEA2FE
Black with #EEA2FE
Text Example
Text Example
White with #EEA2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA2FE; }
p { color: rgb(238,162,254); }
H1.HeaderClassName
{
color: #EEA2FE;
}
.AnyTagClassName
{
color: #EEA2FE;
}
</style>
background-color css
<style>
a { background-color: #EEA2FE; }
a { background-color: rgb(238,162,254); }
div.DivClassName
{
background-color: #EEA2FE;
}
.BgClassName
{
background-color: #EEA2FE;
}
</style>
border-color css
<style>
span { border-color: #EEA2FE; }
span { border-color: rgb(238,162,254); }
td.TdClassName
{
border-color: #EEA2FE;
}
.TagClassName
{
border-color: #EEA2FE;
}
</style>