Shades of Mauve #E2ABFF
Tints of Mauve #E2ABFF
RGB
CMYK
RGB Variations
Color information
#E2ABFF (or 0xE2ABFF) is known color: Mauve. HEX triplet: E2, AB and FF. RGB value is (226,171,255). Sum of RGB (Red+Green+Blue) = 226+171+255=652 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.66% from 652); Green value is 171 (67.19% from 255 or 26.23% from 652); Blue value is 255 (100% from 255 or 39.11% from 652); Max value from RGB is 255 - color contains mainly: blue. Hex color #E2ABFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2ABFF is #1D5400. Grayscale: #C4C4C4. Windows color (decimal): -1922049 or 16755682. OLE color: 16755682.
HSL color Cylindrical-coordinate representation of color #E2ABFF: hue angle of 279.29º 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 #E2ABFF is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 171 | 255 | - |
| CMYK | 0.11 | 0.33 | 0 | 0 |
| HSL | 279.29º | 1% | 0.84% | - |
| HSV(B) | 279.29º | 0.33% | 1% | - |
| XYZ | 63.98 | 52.51 | 101.37 | - |
| YUV | 197.02 | 160.72 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 171 | 255 | 0.11 | 0.33 | 0 | 0 | 279.29 | 1 | 0.84 |
| Hex | E2 | AB | FF | B | 21 | 0 | 0 | 117 | 64 | 54 |
| Octal | 342 | 253 | 377 | 13 | 41 | 0 | 0 | 427 | 144 | 124 |
| Binary | 11100010 | 10101011 | 11111111 | 1011 | 100001 | 0 | 0 | 100010111 | 1100100 | 1010100 |
Color Harmonies of #E2ABFF
Complementary color
Monochromatic Colors of #E2ABFF
Black with #E2ABFF
Text Example
Text Example
White with #E2ABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ABFF; }
p { color: rgb(226,171,255); }
H1.HeaderClassName
{
color: #E2ABFF;
}
.AnyTagClassName
{
color: #E2ABFF;
}
</style>
background-color css
<style>
a { background-color: #E2ABFF; }
a { background-color: rgb(226,171,255); }
div.DivClassName
{
background-color: #E2ABFF;
}
.BgClassName
{
background-color: #E2ABFF;
}
</style>
border-color css
<style>
span { border-color: #E2ABFF; }
span { border-color: rgb(226,171,255); }
td.TdClassName
{
border-color: #E2ABFF;
}
.TagClassName
{
border-color: #E2ABFF;
}
</style>