Shades of Mauve #E0ABFF
Tints of Mauve #E0ABFF
RGB
CMYK
RGB Variations
Color information
#E0ABFF (or 0xE0ABFF) is known color: Mauve. HEX triplet: E0, AB and FF. RGB value is (224,171,255). Sum of RGB (Red+Green+Blue) = 224+171+255=650 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.46% from 650); Green value is 171 (67.19% from 255 or 26.31% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #E0ABFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0ABFF is #1F5400. Grayscale: #C4C4C4. Windows color (decimal): -2053121 or 16755680. OLE color: 16755680.
HSL color Cylindrical-coordinate representation of color #E0ABFF: hue angle of 277.86º 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 #E0ABFF is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 171 | 255 | - |
| CMYK | 0.12 | 0.33 | 0 | 0 |
| HSL | 277.86º | 1% | 0.84% | - |
| HSV(B) | 277.86º | 0.33% | 1% | - |
| XYZ | 63.35 | 52.19 | 101.34 | - |
| YUV | 196.42 | 161.06 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 171 | 255 | 0.12 | 0.33 | 0 | 0 | 277.86 | 1 | 0.84 |
| Hex | E0 | AB | FF | C | 21 | 0 | 0 | 116 | 64 | 54 |
| Octal | 340 | 253 | 377 | 14 | 41 | 0 | 0 | 426 | 144 | 124 |
| Binary | 11100000 | 10101011 | 11111111 | 1100 | 100001 | 0 | 0 | 100010110 | 1100100 | 1010100 |
Color Harmonies of #E0ABFF
Complementary color
Monochromatic Colors of #E0ABFF
Black with #E0ABFF
Text Example
Text Example
White with #E0ABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0ABFF; }
p { color: rgb(224,171,255); }
H1.HeaderClassName
{
color: #E0ABFF;
}
.AnyTagClassName
{
color: #E0ABFF;
}
</style>
background-color css
<style>
a { background-color: #E0ABFF; }
a { background-color: rgb(224,171,255); }
div.DivClassName
{
background-color: #E0ABFF;
}
.BgClassName
{
background-color: #E0ABFF;
}
</style>
border-color css
<style>
span { border-color: #E0ABFF; }
span { border-color: rgb(224,171,255); }
td.TdClassName
{
border-color: #E0ABFF;
}
.TagClassName
{
border-color: #E0ABFF;
}
</style>