Shades of Mauve #E2ACF1
Tints of Mauve #E2ACF1
RGB
CMYK
RGB Variations
Color information
#E2ACF1 (or 0xE2ACF1) is known color: Mauve. HEX triplet: E2, AC and F1. RGB value is (226,172,241). Sum of RGB (Red+Green+Blue) = 226+172+241=639 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.37% from 639); Green value is 172 (67.58% from 255 or 26.92% from 639); Blue value is 241 (94.53% from 255 or 37.72% from 639); Max value from RGB is 241 - color contains mainly: blue. Hex color #E2ACF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2ACF1 is #1D530E. Grayscale: #C3C3C3. Windows color (decimal): -1921807 or 15838434. OLE color: 15838434.
HSL color Cylindrical-coordinate representation of color #E2ACF1: hue angle of 286.96º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E2ACF1 is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 172 | 241 | - |
| CMYK | 0.06 | 0.29 | 0 | 0.05 |
| HSL | 286.96º | 0.71% | 0.81% | - |
| HSV(B) | 286.96º | 0.29% | 0.95% | - |
| XYZ | 61.99 | 52.02 | 89.99 | - |
| YUV | 196.01 | 153.39 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 172 | 241 | 0.06 | 0.29 | 0 | 0.05 | 286.96 | 0.71 | 0.81 |
| Hex | E2 | AC | F1 | 6 | 1D | 0 | 5 | 11F | 47 | 51 |
| Octal | 342 | 254 | 361 | 6 | 35 | 0 | 5 | 437 | 107 | 121 |
| Binary | 11100010 | 10101100 | 11110001 | 110 | 11101 | 0 | 101 | 100011111 | 1000111 | 1010001 |
Color Harmonies of #E2ACF1
Complementary color
Monochromatic Colors of #E2ACF1
Black with #E2ACF1
Text Example
Text Example
White with #E2ACF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ACF1; }
p { color: rgb(226,172,241); }
H1.HeaderClassName
{
color: #E2ACF1;
}
.AnyTagClassName
{
color: #E2ACF1;
}
</style>
background-color css
<style>
a { background-color: #E2ACF1; }
a { background-color: rgb(226,172,241); }
div.DivClassName
{
background-color: #E2ACF1;
}
.BgClassName
{
background-color: #E2ACF1;
}
</style>
border-color css
<style>
span { border-color: #E2ACF1; }
span { border-color: rgb(226,172,241); }
td.TdClassName
{
border-color: #E2ACF1;
}
.TagClassName
{
border-color: #E2ACF1;
}
</style>