Shades of Mauve #E0A2FE
Tints of Mauve #E0A2FE
RGB
CMYK
RGB Variations
Color information
#E0A2FE (or 0xE0A2FE) is known color: Mauve. HEX triplet: E0, A2 and FE. RGB value is (224,162,254). Sum of RGB (Red+Green+Blue) = 224+162+254=640 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35% from 640); Green value is 162 (63.67% from 255 or 25.31% from 640); Blue value is 254 (99.61% from 255 or 39.69% from 640); Max value from RGB is 254 - color contains mainly: blue. Hex color #E0A2FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0A2FE is #1F5D01. Grayscale: #BEBEBE. Windows color (decimal): -2055426 or 16687840. OLE color: 16687840.
HSL color Cylindrical-coordinate representation of color #E0A2FE: hue angle of 280.43º 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 #E0A2FE is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 162 | 254 | - |
| CMYK | 0.12 | 0.36 | 0 | 0.00 |
| HSL | 280.43º | 0.98% | 0.82% | - |
| HSV(B) | 280.43º | 0.36% | 1% | - |
| XYZ | 61.55 | 48.84 | 99.95 | - |
| YUV | 191.03 | 163.54 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 162 | 254 | 0.12 | 0.36 | 0 | 0.00 | 280.43 | 0.98 | 0.82 |
| Hex | E0 | A2 | FE | C | 24 | 0 | 0 | 118 | 62 | 52 |
| Octal | 340 | 242 | 376 | 14 | 44 | 0 | 0 | 430 | 142 | 122 |
| Binary | 11100000 | 10100010 | 11111110 | 1100 | 100100 | 0 | 0 | 100011000 | 1100010 | 1010010 |
Color Harmonies of #E0A2FE
Complementary color
Monochromatic Colors of #E0A2FE
Black with #E0A2FE
Text Example
Text Example
White with #E0A2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A2FE; }
p { color: rgb(224,162,254); }
H1.HeaderClassName
{
color: #E0A2FE;
}
.AnyTagClassName
{
color: #E0A2FE;
}
</style>
background-color css
<style>
a { background-color: #E0A2FE; }
a { background-color: rgb(224,162,254); }
div.DivClassName
{
background-color: #E0A2FE;
}
.BgClassName
{
background-color: #E0A2FE;
}
</style>
border-color css
<style>
span { border-color: #E0A2FE; }
span { border-color: rgb(224,162,254); }
td.TdClassName
{
border-color: #E0A2FE;
}
.TagClassName
{
border-color: #E0A2FE;
}
</style>