Shades of Mauve #E1ABF5
Tints of Mauve #E1ABF5
RGB
CMYK
RGB Variations
Color information
#E1ABF5 (or 0xE1ABF5) is known color: Mauve. HEX triplet: E1, AB and F5. RGB value is (225,171,245). Sum of RGB (Red+Green+Blue) = 225+171+245=641 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.10% from 641); Green value is 171 (67.19% from 255 or 26.68% from 641); Blue value is 245 (96.09% from 255 or 38.22% from 641); Max value from RGB is 245 - color contains mainly: blue. Hex color #E1ABF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1ABF5 is #1E540A. Grayscale: #C3C3C3. Windows color (decimal): -1987595 or 16100321. OLE color: 16100321.
HSL color Cylindrical-coordinate representation of color #E1ABF5: hue angle of 283.78º degrees, saturation: 0.79, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E1ABF5 is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 225 | 171 | 245 | - |
| CMYK | 0.08 | 0.30 | 0 | 0.04 |
| HSL | 283.78º | 0.79% | 0.82% | - |
| HSV(B) | 283.78º | 0.3% | 0.96% | - |
| XYZ | 62.1 | 51.73 | 93.1 | - |
| YUV | 195.58 | 155.89 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 171 | 245 | 0.08 | 0.30 | 0 | 0.04 | 283.78 | 0.79 | 0.82 |
| Hex | E1 | AB | F5 | 8 | 1E | 0 | 4 | 11C | 4F | 52 |
| Octal | 341 | 253 | 365 | 10 | 36 | 0 | 4 | 434 | 117 | 122 |
| Binary | 11100001 | 10101011 | 11110101 | 1000 | 11110 | 0 | 100 | 100011100 | 1001111 | 1010010 |
Color Harmonies of #E1ABF5
Complementary color
Monochromatic Colors of #E1ABF5
Black with #E1ABF5
Text Example
Text Example
White with #E1ABF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1ABF5; }
p { color: rgb(225,171,245); }
H1.HeaderClassName
{
color: #E1ABF5;
}
.AnyTagClassName
{
color: #E1ABF5;
}
</style>
background-color css
<style>
a { background-color: #E1ABF5; }
a { background-color: rgb(225,171,245); }
div.DivClassName
{
background-color: #E1ABF5;
}
.BgClassName
{
background-color: #E1ABF5;
}
</style>
border-color css
<style>
span { border-color: #E1ABF5; }
span { border-color: rgb(225,171,245); }
td.TdClassName
{
border-color: #E1ABF5;
}
.TagClassName
{
border-color: #E1ABF5;
}
</style>