Shades of Mauve #E2ACF3
Tints of Mauve #E2ACF3
RGB
CMYK
RGB Variations
Color information
#E2ACF3 (or 0xE2ACF3) is known color: Mauve. HEX triplet: E2, AC and F3. RGB value is (226,172,243). Sum of RGB (Red+Green+Blue) = 226+172+243=641 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.26% from 641); Green value is 172 (67.58% from 255 or 26.83% from 641); Blue value is 243 (95.31% from 255 or 37.91% from 641); Max value from RGB is 243 - color contains mainly: blue. Hex color #E2ACF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2ACF3 is #1D530C. Grayscale: #C4C4C4. Windows color (decimal): -1921805 or 15969506. OLE color: 15969506.
HSL color Cylindrical-coordinate representation of color #E2ACF3: hue angle of 285.63º degrees, saturation: 0.75, 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 #E2ACF3 is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 172 | 243 | - |
| CMYK | 0.07 | 0.29 | 0 | 0.05 |
| HSL | 285.63º | 0.75% | 0.81% | - |
| HSV(B) | 285.63º | 0.29% | 0.95% | - |
| XYZ | 62.29 | 52.14 | 91.58 | - |
| YUV | 196.24 | 154.39 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 172 | 243 | 0.07 | 0.29 | 0 | 0.05 | 285.63 | 0.75 | 0.81 |
| Hex | E2 | AC | F3 | 7 | 1D | 0 | 5 | 11E | 4B | 51 |
| Octal | 342 | 254 | 363 | 7 | 35 | 0 | 5 | 436 | 113 | 121 |
| Binary | 11100010 | 10101100 | 11110011 | 111 | 11101 | 0 | 101 | 100011110 | 1001011 | 1010001 |
Color Harmonies of #E2ACF3
Complementary color
Monochromatic Colors of #E2ACF3
Black with #E2ACF3
Text Example
Text Example
White with #E2ACF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ACF3; }
p { color: rgb(226,172,243); }
H1.HeaderClassName
{
color: #E2ACF3;
}
.AnyTagClassName
{
color: #E2ACF3;
}
</style>
background-color css
<style>
a { background-color: #E2ACF3; }
a { background-color: rgb(226,172,243); }
div.DivClassName
{
background-color: #E2ACF3;
}
.BgClassName
{
background-color: #E2ACF3;
}
</style>
border-color css
<style>
span { border-color: #E2ACF3; }
span { border-color: rgb(226,172,243); }
td.TdClassName
{
border-color: #E2ACF3;
}
.TagClassName
{
border-color: #E2ACF3;
}
</style>