Shades of Mauve #EEA5FE
Tints of Mauve #EEA5FE
RGB
CMYK
RGB Variations
Color information
#EEA5FE (or 0xEEA5FE) is known color: Mauve. HEX triplet: EE, A5 and FE. RGB value is (238,165,254). Sum of RGB (Red+Green+Blue) = 238+165+254=657 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.23% from 657); Green value is 165 (64.84% from 255 or 25.11% from 657); Blue value is 254 (99.61% from 255 or 38.66% from 657); Max value from RGB is 254 - color contains mainly: blue. Hex color #EEA5FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA5FE is #115A01. Grayscale: #C4C4C4. Windows color (decimal): -1137154 or 16688622. OLE color: 16688622.
HSL color Cylindrical-coordinate representation of color #EEA5FE: hue angle of 289.21º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EEA5FE is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 165 | 254 | - |
| CMYK | 0.06 | 0.35 | 0 | 0.00 |
| HSL | 289.21º | 0.98% | 0.82% | - |
| HSV(B) | 289.21º | 0.35% | 1% | - |
| XYZ | 66.6 | 52.24 | 100.34 | - |
| YUV | 196.97 | 160.18 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 165 | 254 | 0.06 | 0.35 | 0 | 0.00 | 289.21 | 0.98 | 0.82 |
| Hex | EE | A5 | FE | 6 | 23 | 0 | 0 | 121 | 62 | 52 |
| Octal | 356 | 245 | 376 | 6 | 43 | 0 | 0 | 441 | 142 | 122 |
| Binary | 11101110 | 10100101 | 11111110 | 110 | 100011 | 0 | 0 | 100100001 | 1100010 | 1010010 |
Color Harmonies of #EEA5FE
Complementary color
Monochromatic Colors of #EEA5FE
Black with #EEA5FE
Text Example
Text Example
White with #EEA5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA5FE; }
p { color: rgb(238,165,254); }
H1.HeaderClassName
{
color: #EEA5FE;
}
.AnyTagClassName
{
color: #EEA5FE;
}
</style>
background-color css
<style>
a { background-color: #EEA5FE; }
a { background-color: rgb(238,165,254); }
div.DivClassName
{
background-color: #EEA5FE;
}
.BgClassName
{
background-color: #EEA5FE;
}
</style>
border-color css
<style>
span { border-color: #EEA5FE; }
span { border-color: rgb(238,165,254); }
td.TdClassName
{
border-color: #EEA5FE;
}
.TagClassName
{
border-color: #EEA5FE;
}
</style>