Shades of Mauve #E0A3FE
Tints of Mauve #E0A3FE
RGB
CMYK
RGB Variations
Color information
#E0A3FE (or 0xE0A3FE) is known color: Mauve. HEX triplet: E0, A3 and FE. RGB value is (224,163,254). Sum of RGB (Red+Green+Blue) = 224+163+254=641 (84% of max value = 765). Red value is 224 (87.89% from 255 or 34.95% from 641); Green value is 163 (64.06% from 255 or 25.43% from 641); Blue value is 254 (99.61% from 255 or 39.63% from 641); Max value from RGB is 254 - color contains mainly: blue. Hex color #E0A3FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0A3FE is #1F5C01. Grayscale: #BFBFBF. Windows color (decimal): -2055170 or 16688096. OLE color: 16688096.
HSL color Cylindrical-coordinate representation of color #E0A3FE: hue angle of 280.22º 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 #E0A3FE is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 163 | 254 | - |
| CMYK | 0.12 | 0.36 | 0 | 0.00 |
| HSL | 280.22º | 0.98% | 0.82% | - |
| HSV(B) | 280.22º | 0.36% | 1% | - |
| XYZ | 61.73 | 49.2 | 100.01 | - |
| YUV | 191.61 | 163.21 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 163 | 254 | 0.12 | 0.36 | 0 | 0.00 | 280.22 | 0.98 | 0.82 |
| Hex | E0 | A3 | FE | C | 24 | 0 | 0 | 118 | 62 | 52 |
| Octal | 340 | 243 | 376 | 14 | 44 | 0 | 0 | 430 | 142 | 122 |
| Binary | 11100000 | 10100011 | 11111110 | 1100 | 100100 | 0 | 0 | 100011000 | 1100010 | 1010010 |
Color Harmonies of #E0A3FE
Complementary color
Monochromatic Colors of #E0A3FE
Black with #E0A3FE
Text Example
Text Example
White with #E0A3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A3FE; }
p { color: rgb(224,163,254); }
H1.HeaderClassName
{
color: #E0A3FE;
}
.AnyTagClassName
{
color: #E0A3FE;
}
</style>
background-color css
<style>
a { background-color: #E0A3FE; }
a { background-color: rgb(224,163,254); }
div.DivClassName
{
background-color: #E0A3FE;
}
.BgClassName
{
background-color: #E0A3FE;
}
</style>
border-color css
<style>
span { border-color: #E0A3FE; }
span { border-color: rgb(224,163,254); }
td.TdClassName
{
border-color: #E0A3FE;
}
.TagClassName
{
border-color: #E0A3FE;
}
</style>