Shades of Mauve #E4ACF1
Tints of Mauve #E4ACF1
RGB
CMYK
RGB Variations
Color information
#E4ACF1 (or 0xE4ACF1) is known color: Mauve. HEX triplet: E4, AC and F1. RGB value is (228,172,241). Sum of RGB (Red+Green+Blue) = 228+172+241=641 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.57% from 641); Green value is 172 (67.58% from 255 or 26.83% from 641); Blue value is 241 (94.53% from 255 or 37.60% from 641); Max value from RGB is 241 - color contains mainly: blue. Hex color #E4ACF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4ACF1 is #1B530E. Grayscale: #C4C4C4. Windows color (decimal): -1790735 or 15838436. OLE color: 15838436.
HSL color Cylindrical-coordinate representation of color #E4ACF1: hue angle of 288.7º 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 #E4ACF1 is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 228 | 172 | 241 | - |
| CMYK | 0.05 | 0.29 | 0 | 0.05 |
| HSL | 288.7º | 0.71% | 0.81% | - |
| HSV(B) | 288.7º | 0.29% | 0.95% | - |
| XYZ | 62.62 | 52.35 | 90.02 | - |
| YUV | 196.61 | 153.05 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 172 | 241 | 0.05 | 0.29 | 0 | 0.05 | 288.7 | 0.71 | 0.81 |
| Hex | E4 | AC | F1 | 5 | 1D | 0 | 5 | 121 | 47 | 51 |
| Octal | 344 | 254 | 361 | 5 | 35 | 0 | 5 | 441 | 107 | 121 |
| Binary | 11100100 | 10101100 | 11110001 | 101 | 11101 | 0 | 101 | 100100001 | 1000111 | 1010001 |
Color Harmonies of #E4ACF1
Complementary color
Monochromatic Colors of #E4ACF1
Black with #E4ACF1
Text Example
Text Example
White with #E4ACF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4ACF1; }
p { color: rgb(228,172,241); }
H1.HeaderClassName
{
color: #E4ACF1;
}
.AnyTagClassName
{
color: #E4ACF1;
}
</style>
background-color css
<style>
a { background-color: #E4ACF1; }
a { background-color: rgb(228,172,241); }
div.DivClassName
{
background-color: #E4ACF1;
}
.BgClassName
{
background-color: #E4ACF1;
}
</style>
border-color css
<style>
span { border-color: #E4ACF1; }
span { border-color: rgb(228,172,241); }
td.TdClassName
{
border-color: #E4ACF1;
}
.TagClassName
{
border-color: #E4ACF1;
}
</style>