Shades of Mauve #E5ABFA
Tints of Mauve #E5ABFA
RGB
CMYK
RGB Variations
Color information
#E5ABFA (or 0xE5ABFA) is known color: Mauve. HEX triplet: E5, AB and FA. RGB value is (229,171,250). Sum of RGB (Red+Green+Blue) = 229+171+250=650 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.23% from 650); Green value is 171 (67.19% from 255 or 26.31% from 650); Blue value is 250 (98.05% from 255 or 38.46% from 650); Max value from RGB is 250 - color contains mainly: blue. Hex color #E5ABFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5ABFA is #1A5405. Grayscale: #C5C5C5. Windows color (decimal): -1725446 or 16428005. OLE color: 16428005.
HSL color Cylindrical-coordinate representation of color #E5ABFA: hue angle of 284.05º 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 #E5ABFA is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 171 | 250 | - |
| CMYK | 0.08 | 0.32 | 0 | 0.02 |
| HSL | 284.05º | 0.89% | 0.83% | - |
| HSV(B) | 284.05º | 0.32% | 0.98% | - |
| XYZ | 64.13 | 52.69 | 97.23 | - |
| YUV | 197.35 | 157.72 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 171 | 250 | 0.08 | 0.32 | 0 | 0.02 | 284.05 | 0.89 | 0.83 |
| Hex | E5 | AB | FA | 8 | 20 | 0 | 2 | 11C | 59 | 53 |
| Octal | 345 | 253 | 372 | 10 | 40 | 0 | 2 | 434 | 131 | 123 |
| Binary | 11100101 | 10101011 | 11111010 | 1000 | 100000 | 0 | 10 | 100011100 | 1011001 | 1010011 |
Color Harmonies of #E5ABFA
Complementary color
Monochromatic Colors of #E5ABFA
Black with #E5ABFA
Text Example
Text Example
White with #E5ABFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5ABFA; }
p { color: rgb(229,171,250); }
H1.HeaderClassName
{
color: #E5ABFA;
}
.AnyTagClassName
{
color: #E5ABFA;
}
</style>
background-color css
<style>
a { background-color: #E5ABFA; }
a { background-color: rgb(229,171,250); }
div.DivClassName
{
background-color: #E5ABFA;
}
.BgClassName
{
background-color: #E5ABFA;
}
</style>
border-color css
<style>
span { border-color: #E5ABFA; }
span { border-color: rgb(229,171,250); }
td.TdClassName
{
border-color: #E5ABFA;
}
.TagClassName
{
border-color: #E5ABFA;
}
</style>