Shades of Mauve #E5ABFF
Tints of Mauve #E5ABFF
RGB
CMYK
RGB Variations
Color information
#E5ABFF (or 0xE5ABFF) is known color: Mauve. HEX triplet: E5, AB and FF. RGB value is (229,171,255). Sum of RGB (Red+Green+Blue) = 229+171+255=655 (86% of max value = 765). Red value is 229 (89.84% from 255 or 34.96% from 655); Green value is 171 (67.19% from 255 or 26.11% from 655); Blue value is 255 (100% from 255 or 38.93% from 655); Max value from RGB is 255 - color contains mainly: blue. Hex color #E5ABFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5ABFF is #1A5400. Grayscale: #C5C5C5. Windows color (decimal): -1725441 or 16755685. OLE color: 16755685.
HSL color Cylindrical-coordinate representation of color #E5ABFF: hue angle of 281.43º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E5ABFF is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 171 | 255 | - |
| CMYK | 0.10 | 0.33 | 0 | 0 |
| HSL | 281.43º | 1% | 0.84% | - |
| HSV(B) | 281.43º | 0.33% | 1% | - |
| XYZ | 64.93 | 53 | 101.42 | - |
| YUV | 197.92 | 160.22 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 171 | 255 | 0.10 | 0.33 | 0 | 0 | 281.43 | 1 | 0.84 |
| Hex | E5 | AB | FF | A | 21 | 0 | 0 | 119 | 64 | 54 |
| Octal | 345 | 253 | 377 | 12 | 41 | 0 | 0 | 431 | 144 | 124 |
| Binary | 11100101 | 10101011 | 11111111 | 1010 | 100001 | 0 | 0 | 100011001 | 1100100 | 1010100 |
Color Harmonies of #E5ABFF
Complementary color
Monochromatic Colors of #E5ABFF
Black with #E5ABFF
Text Example
Text Example
White with #E5ABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5ABFF; }
p { color: rgb(229,171,255); }
H1.HeaderClassName
{
color: #E5ABFF;
}
.AnyTagClassName
{
color: #E5ABFF;
}
</style>
background-color css
<style>
a { background-color: #E5ABFF; }
a { background-color: rgb(229,171,255); }
div.DivClassName
{
background-color: #E5ABFF;
}
.BgClassName
{
background-color: #E5ABFF;
}
</style>
border-color css
<style>
span { border-color: #E5ABFF; }
span { border-color: rgb(229,171,255); }
td.TdClassName
{
border-color: #E5ABFF;
}
.TagClassName
{
border-color: #E5ABFF;
}
</style>