Shades of Mauve #E0A4FE
Tints of Mauve #E0A4FE
RGB
CMYK
RGB Variations
Color information
#E0A4FE (or 0xE0A4FE) is known color: Mauve. HEX triplet: E0, A4 and FE. RGB value is (224,164,254). Sum of RGB (Red+Green+Blue) = 224+164+254=642 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.89% from 642); Green value is 164 (64.45% from 255 or 25.55% from 642); Blue value is 254 (99.61% from 255 or 39.56% from 642); Max value from RGB is 254 - color contains mainly: blue. Hex color #E0A4FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0A4FE is #1F5B01. Grayscale: #BFBFBF. Windows color (decimal): -2054914 or 16688352. OLE color: 16688352.
HSL color Cylindrical-coordinate representation of color #E0A4FE: hue angle of 280º 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 #E0A4FE is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 164 | 254 | - |
| CMYK | 0.12 | 0.35 | 0 | 0.00 |
| HSL | 280º | 0.98% | 0.82% | - |
| HSV(B) | 280º | 0.35% | 1% | - |
| XYZ | 61.91 | 49.55 | 100.07 | - |
| YUV | 192.2 | 162.88 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 164 | 254 | 0.12 | 0.35 | 0 | 0.00 | 280 | 0.98 | 0.82 |
| Hex | E0 | A4 | FE | C | 23 | 0 | 0 | 118 | 62 | 52 |
| Octal | 340 | 244 | 376 | 14 | 43 | 0 | 0 | 430 | 142 | 122 |
| Binary | 11100000 | 10100100 | 11111110 | 1100 | 100011 | 0 | 0 | 100011000 | 1100010 | 1010010 |
Color Harmonies of #E0A4FE
Complementary color
Monochromatic Colors of #E0A4FE
Black with #E0A4FE
Text Example
Text Example
White with #E0A4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A4FE; }
p { color: rgb(224,164,254); }
H1.HeaderClassName
{
color: #E0A4FE;
}
.AnyTagClassName
{
color: #E0A4FE;
}
</style>
background-color css
<style>
a { background-color: #E0A4FE; }
a { background-color: rgb(224,164,254); }
div.DivClassName
{
background-color: #E0A4FE;
}
.BgClassName
{
background-color: #E0A4FE;
}
</style>
border-color css
<style>
span { border-color: #E0A4FE; }
span { border-color: rgb(224,164,254); }
td.TdClassName
{
border-color: #E0A4FE;
}
.TagClassName
{
border-color: #E0A4FE;
}
</style>