Shades of Mauve #E5ABFB
Tints of Mauve #E5ABFB
RGB
CMYK
RGB Variations
Color information
#E5ABFB (or 0xE5ABFB) is known color: Mauve. HEX triplet: E5, AB and FB. RGB value is (229,171,251). Sum of RGB (Red+Green+Blue) = 229+171+251=651 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.18% from 651); Green value is 171 (67.19% from 255 or 26.27% from 651); Blue value is 251 (98.44% from 255 or 38.56% from 651); Max value from RGB is 251 - color contains mainly: blue. Hex color #E5ABFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5ABFB is #1A5404. Grayscale: #C5C5C5. Windows color (decimal): -1725445 or 16493541. OLE color: 16493541.
HSL color Cylindrical-coordinate representation of color #E5ABFB: hue angle of 283.5º degrees, saturation: 0.91, 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 #E5ABFB is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 171 | 251 | - |
| CMYK | 0.09 | 0.32 | 0 | 0.02 |
| HSL | 283.5º | 0.91% | 0.83% | - |
| HSV(B) | 283.5º | 0.32% | 0.98% | - |
| XYZ | 64.29 | 52.75 | 98.06 | - |
| YUV | 197.46 | 158.22 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 171 | 251 | 0.09 | 0.32 | 0 | 0.02 | 283.5 | 0.91 | 0.83 |
| Hex | E5 | AB | FB | 9 | 20 | 0 | 2 | 11C | 5B | 53 |
| Octal | 345 | 253 | 373 | 11 | 40 | 0 | 2 | 434 | 133 | 123 |
| Binary | 11100101 | 10101011 | 11111011 | 1001 | 100000 | 0 | 10 | 100011100 | 1011011 | 1010011 |
Color Harmonies of #E5ABFB
Complementary color
Monochromatic Colors of #E5ABFB
Black with #E5ABFB
Text Example
Text Example
White with #E5ABFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5ABFB; }
p { color: rgb(229,171,251); }
H1.HeaderClassName
{
color: #E5ABFB;
}
.AnyTagClassName
{
color: #E5ABFB;
}
</style>
background-color css
<style>
a { background-color: #E5ABFB; }
a { background-color: rgb(229,171,251); }
div.DivClassName
{
background-color: #E5ABFB;
}
.BgClassName
{
background-color: #E5ABFB;
}
</style>
border-color css
<style>
span { border-color: #E5ABFB; }
span { border-color: rgb(229,171,251); }
td.TdClassName
{
border-color: #E5ABFB;
}
.TagClassName
{
border-color: #E5ABFB;
}
</style>