Shades of Mauve #E0ACFE
Tints of Mauve #E0ACFE
RGB
CMYK
RGB Variations
Color information
#E0ACFE (or 0xE0ACFE) is known color: Mauve. HEX triplet: E0, AC and FE. RGB value is (224,172,254). Sum of RGB (Red+Green+Blue) = 224+172+254=650 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.46% from 650); Green value is 172 (67.58% from 255 or 26.46% from 650); Blue value is 254 (99.61% from 255 or 39.08% from 650); Max value from RGB is 254 - color contains mainly: blue. Hex color #E0ACFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0ACFE is #1F5301. Grayscale: #C4C4C4. Windows color (decimal): -2052866 or 16690400. OLE color: 16690400.
HSL color Cylindrical-coordinate representation of color #E0ACFE: hue angle of 278.05º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E0ACFE is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 172 | 254 | - |
| CMYK | 0.12 | 0.32 | 0 | 0.00 |
| HSL | 278.05º | 0.98% | 0.84% | - |
| HSV(B) | 278.05º | 0.32% | 1% | - |
| XYZ | 63.38 | 52.51 | 100.56 | - |
| YUV | 196.9 | 160.23 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 172 | 254 | 0.12 | 0.32 | 0 | 0.00 | 278.05 | 0.98 | 0.84 |
| Hex | E0 | AC | FE | C | 20 | 0 | 0 | 116 | 62 | 54 |
| Octal | 340 | 254 | 376 | 14 | 40 | 0 | 0 | 426 | 142 | 124 |
| Binary | 11100000 | 10101100 | 11111110 | 1100 | 100000 | 0 | 0 | 100010110 | 1100010 | 1010100 |
Color Harmonies of #E0ACFE
Complementary color
Monochromatic Colors of #E0ACFE
Black with #E0ACFE
Text Example
Text Example
White with #E0ACFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0ACFE; }
p { color: rgb(224,172,254); }
H1.HeaderClassName
{
color: #E0ACFE;
}
.AnyTagClassName
{
color: #E0ACFE;
}
</style>
background-color css
<style>
a { background-color: #E0ACFE; }
a { background-color: rgb(224,172,254); }
div.DivClassName
{
background-color: #E0ACFE;
}
.BgClassName
{
background-color: #E0ACFE;
}
</style>
border-color css
<style>
span { border-color: #E0ACFE; }
span { border-color: rgb(224,172,254); }
td.TdClassName
{
border-color: #E0ACFE;
}
.TagClassName
{
border-color: #E0ACFE;
}
</style>