Shades of Mauve #E0A0FE
Tints of Mauve #E0A0FE
RGB
CMYK
RGB Variations
Color information
#E0A0FE (or 0xE0A0FE) is known color: Mauve. HEX triplet: E0, A0 and FE. RGB value is (224,160,254). Sum of RGB (Red+Green+Blue) = 224+160+254=638 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.11% from 638); Green value is 160 (62.89% from 255 or 25.08% from 638); Blue value is 254 (99.61% from 255 or 39.81% from 638); Max value from RGB is 254 - color contains mainly: blue. Hex color #E0A0FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0A0FE is #1F5F01. Grayscale: #BDBDBD. Windows color (decimal): -2055938 or 16687328. OLE color: 16687328.
HSL color Cylindrical-coordinate representation of color #E0A0FE: hue angle of 280.85º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E0A0FE is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 160 | 254 | - |
| CMYK | 0.12 | 0.37 | 0 | 0.00 |
| HSL | 280.85º | 0.98% | 0.81% | - |
| HSV(B) | 280.85º | 0.37% | 1% | - |
| XYZ | 61.2 | 48.14 | 99.83 | - |
| YUV | 189.85 | 164.2 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 160 | 254 | 0.12 | 0.37 | 0 | 0.00 | 280.85 | 0.98 | 0.81 |
| Hex | E0 | A0 | FE | C | 25 | 0 | 0 | 119 | 62 | 51 |
| Octal | 340 | 240 | 376 | 14 | 45 | 0 | 0 | 431 | 142 | 121 |
| Binary | 11100000 | 10100000 | 11111110 | 1100 | 100101 | 0 | 0 | 100011001 | 1100010 | 1010001 |
Color Harmonies of #E0A0FE
Complementary color
Monochromatic Colors of #E0A0FE
Black with #E0A0FE
Text Example
Text Example
White with #E0A0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A0FE; }
p { color: rgb(224,160,254); }
H1.HeaderClassName
{
color: #E0A0FE;
}
.AnyTagClassName
{
color: #E0A0FE;
}
</style>
background-color css
<style>
a { background-color: #E0A0FE; }
a { background-color: rgb(224,160,254); }
div.DivClassName
{
background-color: #E0A0FE;
}
.BgClassName
{
background-color: #E0A0FE;
}
</style>
border-color css
<style>
span { border-color: #E0A0FE; }
span { border-color: rgb(224,160,254); }
td.TdClassName
{
border-color: #E0A0FE;
}
.TagClassName
{
border-color: #E0A0FE;
}
</style>