Shades of Mauve #E8ABF4
Tints of Mauve #E8ABF4
RGB
CMYK
RGB Variations
Color information
#E8ABF4 (or 0xE8ABF4) is known color: Mauve. HEX triplet: E8, AB and F4. RGB value is (232,171,244). Sum of RGB (Red+Green+Blue) = 232+171+244=647 (85% of max value = 765). Red value is 232 (91.02% from 255 or 35.86% from 647); Green value is 171 (67.19% from 255 or 26.43% from 647); Blue value is 244 (95.70% from 255 or 37.71% from 647); Max value from RGB is 244 - color contains mainly: blue. Hex color #E8ABF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8ABF4 is #17540B. Grayscale: #C5C5C5. Windows color (decimal): -1528844 or 16034792. OLE color: 16034792.
HSL color Cylindrical-coordinate representation of color #E8ABF4: hue angle of 290.14º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E8ABF4 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 232 | 171 | 244 | - |
| CMYK | 0.05 | 0.30 | 0 | 0.04 |
| HSL | 290.14º | 0.77% | 0.81% | - |
| HSV(B) | 290.14º | 0.3% | 0.96% | - |
| XYZ | 64.17 | 52.81 | 92.4 | - |
| YUV | 197.56 | 154.21 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 171 | 244 | 0.05 | 0.30 | 0 | 0.04 | 290.14 | 0.77 | 0.81 |
| Hex | E8 | AB | F4 | 5 | 1E | 0 | 4 | 122 | 4D | 51 |
| Octal | 350 | 253 | 364 | 5 | 36 | 0 | 4 | 442 | 115 | 121 |
| Binary | 11101000 | 10101011 | 11110100 | 101 | 11110 | 0 | 100 | 100100010 | 1001101 | 1010001 |
Color Harmonies of #E8ABF4
Complementary color
Monochromatic Colors of #E8ABF4
Black with #E8ABF4
Text Example
Text Example
White with #E8ABF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8ABF4; }
p { color: rgb(232,171,244); }
H1.HeaderClassName
{
color: #E8ABF4;
}
.AnyTagClassName
{
color: #E8ABF4;
}
</style>
background-color css
<style>
a { background-color: #E8ABF4; }
a { background-color: rgb(232,171,244); }
div.DivClassName
{
background-color: #E8ABF4;
}
.BgClassName
{
background-color: #E8ABF4;
}
</style>
border-color css
<style>
span { border-color: #E8ABF4; }
span { border-color: rgb(232,171,244); }
td.TdClassName
{
border-color: #E8ABF4;
}
.TagClassName
{
border-color: #E8ABF4;
}
</style>