Shades of Mauve #E2ACFE
Tints of Mauve #E2ACFE
RGB
CMYK
RGB Variations
Color information
#E2ACFE (or 0xE2ACFE) is known color: Mauve. HEX triplet: E2, AC and FE. RGB value is (226,172,254). Sum of RGB (Red+Green+Blue) = 226+172+254=652 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.66% from 652); Green value is 172 (67.58% from 255 or 26.38% from 652); Blue value is 254 (99.61% from 255 or 38.96% from 652); Max value from RGB is 254 - color contains mainly: blue. Hex color #E2ACFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2ACFE is #1D5301. Grayscale: #C5C5C5. Windows color (decimal): -1921794 or 16690402. OLE color: 16690402.
HSL color Cylindrical-coordinate representation of color #E2ACFE: hue angle of 279.51º 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 #E2ACFE is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 172 | 254 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.00 |
| HSL | 279.51º | 0.98% | 0.84% | - |
| HSV(B) | 279.51º | 0.32% | 1% | - |
| XYZ | 64.01 | 52.83 | 100.59 | - |
| YUV | 197.49 | 159.89 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 172 | 254 | 0.11 | 0.32 | 0 | 0.00 | 279.51 | 0.98 | 0.84 |
| Hex | E2 | AC | FE | B | 20 | 0 | 0 | 118 | 62 | 54 |
| Octal | 342 | 254 | 376 | 13 | 40 | 0 | 0 | 430 | 142 | 124 |
| Binary | 11100010 | 10101100 | 11111110 | 1011 | 100000 | 0 | 0 | 100011000 | 1100010 | 1010100 |
Color Harmonies of #E2ACFE
Complementary color
Monochromatic Colors of #E2ACFE
Black with #E2ACFE
Text Example
Text Example
White with #E2ACFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ACFE; }
p { color: rgb(226,172,254); }
H1.HeaderClassName
{
color: #E2ACFE;
}
.AnyTagClassName
{
color: #E2ACFE;
}
</style>
background-color css
<style>
a { background-color: #E2ACFE; }
a { background-color: rgb(226,172,254); }
div.DivClassName
{
background-color: #E2ACFE;
}
.BgClassName
{
background-color: #E2ACFE;
}
</style>
border-color css
<style>
span { border-color: #E2ACFE; }
span { border-color: rgb(226,172,254); }
td.TdClassName
{
border-color: #E2ACFE;
}
.TagClassName
{
border-color: #E2ACFE;
}
</style>