Shades of Mauve #E5ABFC
Tints of Mauve #E5ABFC
RGB
CMYK
RGB Variations
Color information
#E5ABFC (or 0xE5ABFC) is known color: Mauve. HEX triplet: E5, AB and FC. RGB value is (229,171,252). Sum of RGB (Red+Green+Blue) = 229+171+252=652 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.12% from 652); Green value is 171 (67.19% from 255 or 26.23% from 652); Blue value is 252 (98.83% from 255 or 38.65% from 652); Max value from RGB is 252 - color contains mainly: blue. Hex color #E5ABFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5ABFC is #1A5403. Grayscale: #C5C5C5. Windows color (decimal): -1725444 or 16559077. OLE color: 16559077.
HSL color Cylindrical-coordinate representation of color #E5ABFC: hue angle of 282.96º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E5ABFC is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 171 | 252 | - |
| CMYK | 0.09 | 0.32 | 0 | 0.01 |
| HSL | 282.96º | 0.93% | 0.83% | - |
| HSV(B) | 282.96º | 0.32% | 0.99% | - |
| XYZ | 64.45 | 52.81 | 98.89 | - |
| YUV | 197.58 | 158.72 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 171 | 252 | 0.09 | 0.32 | 0 | 0.01 | 282.96 | 0.93 | 0.83 |
| Hex | E5 | AB | FC | 9 | 20 | 0 | 1 | 11B | 5D | 53 |
| Octal | 345 | 253 | 374 | 11 | 40 | 0 | 1 | 433 | 135 | 123 |
| Binary | 11100101 | 10101011 | 11111100 | 1001 | 100000 | 0 | 1 | 100011011 | 1011101 | 1010011 |
Color Harmonies of #E5ABFC
Complementary color
Monochromatic Colors of #E5ABFC
Black with #E5ABFC
Text Example
Text Example
White with #E5ABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5ABFC; }
p { color: rgb(229,171,252); }
H1.HeaderClassName
{
color: #E5ABFC;
}
.AnyTagClassName
{
color: #E5ABFC;
}
</style>
background-color css
<style>
a { background-color: #E5ABFC; }
a { background-color: rgb(229,171,252); }
div.DivClassName
{
background-color: #E5ABFC;
}
.BgClassName
{
background-color: #E5ABFC;
}
</style>
border-color css
<style>
span { border-color: #E5ABFC; }
span { border-color: rgb(229,171,252); }
td.TdClassName
{
border-color: #E5ABFC;
}
.TagClassName
{
border-color: #E5ABFC;
}
</style>