Shades of Mauve #E4ABFA
Tints of Mauve #E4ABFA
RGB
CMYK
RGB Variations
Color information
#E4ABFA (or 0xE4ABFA) is known color: Mauve. HEX triplet: E4, AB and FA. RGB value is (228,171,250). Sum of RGB (Red+Green+Blue) = 228+171+250=649 (85% of max value = 765). Red value is 228 (89.45% from 255 or 35.13% from 649); Green value is 171 (67.19% from 255 or 26.35% from 649); Blue value is 250 (98.05% from 255 or 38.52% from 649); Max value from RGB is 250 - color contains mainly: blue. Hex color #E4ABFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4ABFA is #1B5405. Grayscale: #C4C4C4. Windows color (decimal): -1790982 or 16428004. OLE color: 16428004.
HSL color Cylindrical-coordinate representation of color #E4ABFA: hue angle of 283.29º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E4ABFA is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 171 | 250 | - |
| CMYK | 0.09 | 0.32 | 0 | 0.02 |
| HSL | 283.29º | 0.89% | 0.83% | - |
| HSV(B) | 283.29º | 0.32% | 0.98% | - |
| XYZ | 63.81 | 52.52 | 97.22 | - |
| YUV | 197.05 | 157.88 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 171 | 250 | 0.09 | 0.32 | 0 | 0.02 | 283.29 | 0.89 | 0.83 |
| Hex | E4 | AB | FA | 9 | 20 | 0 | 2 | 11B | 59 | 53 |
| Octal | 344 | 253 | 372 | 11 | 40 | 0 | 2 | 433 | 131 | 123 |
| Binary | 11100100 | 10101011 | 11111010 | 1001 | 100000 | 0 | 10 | 100011011 | 1011001 | 1010011 |
Color Harmonies of #E4ABFA
Complementary color
Monochromatic Colors of #E4ABFA
Black with #E4ABFA
Text Example
Text Example
White with #E4ABFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4ABFA; }
p { color: rgb(228,171,250); }
H1.HeaderClassName
{
color: #E4ABFA;
}
.AnyTagClassName
{
color: #E4ABFA;
}
</style>
background-color css
<style>
a { background-color: #E4ABFA; }
a { background-color: rgb(228,171,250); }
div.DivClassName
{
background-color: #E4ABFA;
}
.BgClassName
{
background-color: #E4ABFA;
}
</style>
border-color css
<style>
span { border-color: #E4ABFA; }
span { border-color: rgb(228,171,250); }
td.TdClassName
{
border-color: #E4ABFA;
}
.TagClassName
{
border-color: #E4ABFA;
}
</style>