Shades of Mauve #E3ACF1
Tints of Mauve #E3ACF1
RGB
CMYK
RGB Variations
Color information
#E3ACF1 (or 0xE3ACF1) is known color: Mauve. HEX triplet: E3, AC and F1. RGB value is (227,172,241). Sum of RGB (Red+Green+Blue) = 227+172+241=640 (84% of max value = 765). Red value is 227 (89.06% from 255 or 35.47% from 640); Green value is 172 (67.58% from 255 or 26.88% from 640); Blue value is 241 (94.53% from 255 or 37.66% from 640); Max value from RGB is 241 - color contains mainly: blue. Hex color #E3ACF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E3ACF1 is #1C530E. Grayscale: #C4C4C4. Windows color (decimal): -1856271 or 15838435. OLE color: 15838435.
HSL color Cylindrical-coordinate representation of color #E3ACF1: hue angle of 287.83º 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 #E3ACF1 is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 227 | 172 | 241 | - |
| CMYK | 0.06 | 0.29 | 0 | 0.05 |
| HSL | 287.83º | 0.71% | 0.81% | - |
| HSV(B) | 287.83º | 0.29% | 0.95% | - |
| XYZ | 62.31 | 52.19 | 90.01 | - |
| YUV | 196.31 | 153.22 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 172 | 241 | 0.06 | 0.29 | 0 | 0.05 | 287.83 | 0.71 | 0.81 |
| Hex | E3 | AC | F1 | 6 | 1D | 0 | 5 | 120 | 47 | 51 |
| Octal | 343 | 254 | 361 | 6 | 35 | 0 | 5 | 440 | 107 | 121 |
| Binary | 11100011 | 10101100 | 11110001 | 110 | 11101 | 0 | 101 | 100100000 | 1000111 | 1010001 |
Color Harmonies of #E3ACF1
Complementary color
Monochromatic Colors of #E3ACF1
Black with #E3ACF1
Text Example
Text Example
White with #E3ACF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3ACF1; }
p { color: rgb(227,172,241); }
H1.HeaderClassName
{
color: #E3ACF1;
}
.AnyTagClassName
{
color: #E3ACF1;
}
</style>
background-color css
<style>
a { background-color: #E3ACF1; }
a { background-color: rgb(227,172,241); }
div.DivClassName
{
background-color: #E3ACF1;
}
.BgClassName
{
background-color: #E3ACF1;
}
</style>
border-color css
<style>
span { border-color: #E3ACF1; }
span { border-color: rgb(227,172,241); }
td.TdClassName
{
border-color: #E3ACF1;
}
.TagClassName
{
border-color: #E3ACF1;
}
</style>