Shades of Mauve #E4ABF1
Tints of Mauve #E4ABF1
RGB
CMYK
RGB Variations
Color information
#E4ABF1 (or 0xE4ABF1) is known color: Mauve. HEX triplet: E4, AB and F1. RGB value is (228,171,241). Sum of RGB (Red+Green+Blue) = 228+171+241=640 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.62% from 640); Green value is 171 (67.19% from 255 or 26.72% 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 #E4ABF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4ABF1 is #1B540E. Grayscale: #C3C3C3. Windows color (decimal): -1790991 or 15838180. OLE color: 15838180.
HSL color Cylindrical-coordinate representation of color #E4ABF1: hue angle of 288.86º 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 #E4ABF1 is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 228 | 171 | 241 | - |
| CMYK | 0.05 | 0.29 | 0 | 0.05 |
| HSL | 288.86º | 0.71% | 0.81% | - |
| HSV(B) | 288.86º | 0.29% | 0.95% | - |
| XYZ | 62.44 | 51.97 | 89.96 | - |
| YUV | 196.02 | 153.38 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 171 | 241 | 0.05 | 0.29 | 0 | 0.05 | 288.86 | 0.71 | 0.81 |
| Hex | E4 | AB | F1 | 5 | 1D | 0 | 5 | 121 | 47 | 51 |
| Octal | 344 | 253 | 361 | 5 | 35 | 0 | 5 | 441 | 107 | 121 |
| Binary | 11100100 | 10101011 | 11110001 | 101 | 11101 | 0 | 101 | 100100001 | 1000111 | 1010001 |
Color Harmonies of #E4ABF1
Complementary color
Monochromatic Colors of #E4ABF1
Black with #E4ABF1
Text Example
Text Example
White with #E4ABF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4ABF1; }
p { color: rgb(228,171,241); }
H1.HeaderClassName
{
color: #E4ABF1;
}
.AnyTagClassName
{
color: #E4ABF1;
}
</style>
background-color css
<style>
a { background-color: #E4ABF1; }
a { background-color: rgb(228,171,241); }
div.DivClassName
{
background-color: #E4ABF1;
}
.BgClassName
{
background-color: #E4ABF1;
}
</style>
border-color css
<style>
span { border-color: #E4ABF1; }
span { border-color: rgb(228,171,241); }
td.TdClassName
{
border-color: #E4ABF1;
}
.TagClassName
{
border-color: #E4ABF1;
}
</style>