Shades of Mauve #E2ACF4
Tints of Mauve #E2ACF4
RGB
CMYK
RGB Variations
Color information
#E2ACF4 (or 0xE2ACF4) is known color: Mauve. HEX triplet: E2, AC and F4. RGB value is (226,172,244). Sum of RGB (Red+Green+Blue) = 226+172+244=642 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.20% from 642); Green value is 172 (67.58% from 255 or 26.79% from 642); Blue value is 244 (95.70% from 255 or 38.01% from 642); Max value from RGB is 244 - color contains mainly: blue. Hex color #E2ACF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2ACF4 is #1D530B. Grayscale: #C4C4C4. Windows color (decimal): -1921804 or 16035042. OLE color: 16035042.
HSL color Cylindrical-coordinate representation of color #E2ACF4: hue angle of 285º degrees, saturation: 0.77, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E2ACF4 is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 226 | 172 | 244 | - |
| CMYK | 0.07 | 0.30 | 0 | 0.04 |
| HSL | 285º | 0.77% | 0.82% | - |
| HSV(B) | 285º | 0.3% | 0.96% | - |
| XYZ | 62.45 | 52.21 | 92.37 | - |
| YUV | 196.35 | 154.89 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 172 | 244 | 0.07 | 0.30 | 0 | 0.04 | 285 | 0.77 | 0.82 |
| Hex | E2 | AC | F4 | 7 | 1E | 0 | 4 | 11D | 4D | 52 |
| Octal | 342 | 254 | 364 | 7 | 36 | 0 | 4 | 435 | 115 | 122 |
| Binary | 11100010 | 10101100 | 11110100 | 111 | 11110 | 0 | 100 | 100011101 | 1001101 | 1010010 |
Color Harmonies of #E2ACF4
Complementary color
Monochromatic Colors of #E2ACF4
Black with #E2ACF4
Text Example
Text Example
White with #E2ACF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ACF4; }
p { color: rgb(226,172,244); }
H1.HeaderClassName
{
color: #E2ACF4;
}
.AnyTagClassName
{
color: #E2ACF4;
}
</style>
background-color css
<style>
a { background-color: #E2ACF4; }
a { background-color: rgb(226,172,244); }
div.DivClassName
{
background-color: #E2ACF4;
}
.BgClassName
{
background-color: #E2ACF4;
}
</style>
border-color css
<style>
span { border-color: #E2ACF4; }
span { border-color: rgb(226,172,244); }
td.TdClassName
{
border-color: #E2ACF4;
}
.TagClassName
{
border-color: #E2ACF4;
}
</style>