Shades of Mauve #E1ABFD
Tints of Mauve #E1ABFD
RGB
CMYK
RGB Variations
Color information
#E1ABFD (or 0xE1ABFD) is known color: Mauve. HEX triplet: E1, AB and FD. RGB value is (225,171,253). Sum of RGB (Red+Green+Blue) = 225+171+253=649 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.67% from 649); Green value is 171 (67.19% from 255 or 26.35% from 649); Blue value is 253 (99.22% from 255 or 38.98% from 649); Max value from RGB is 253 - color contains mainly: blue. Hex color #E1ABFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1ABFD is #1E5402. Grayscale: #C4C4C4. Windows color (decimal): -1987587 or 16624609. OLE color: 16624609.
HSL color Cylindrical-coordinate representation of color #E1ABFD: hue angle of 279.51º degrees, saturation: 0.95, 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 #E1ABFD is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 171 | 253 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.01 |
| HSL | 279.51º | 0.95% | 0.83% | - |
| HSV(B) | 279.51º | 0.32% | 0.99% | - |
| XYZ | 63.34 | 52.23 | 99.67 | - |
| YUV | 196.49 | 159.89 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 171 | 253 | 0.11 | 0.32 | 0 | 0.01 | 279.51 | 0.95 | 0.83 |
| Hex | E1 | AB | FD | B | 20 | 0 | 1 | 118 | 5F | 53 |
| Octal | 341 | 253 | 375 | 13 | 40 | 0 | 1 | 430 | 137 | 123 |
| Binary | 11100001 | 10101011 | 11111101 | 1011 | 100000 | 0 | 1 | 100011000 | 1011111 | 1010011 |
Color Harmonies of #E1ABFD
Complementary color
Monochromatic Colors of #E1ABFD
Black with #E1ABFD
Text Example
Text Example
White with #E1ABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1ABFD; }
p { color: rgb(225,171,253); }
H1.HeaderClassName
{
color: #E1ABFD;
}
.AnyTagClassName
{
color: #E1ABFD;
}
</style>
background-color css
<style>
a { background-color: #E1ABFD; }
a { background-color: rgb(225,171,253); }
div.DivClassName
{
background-color: #E1ABFD;
}
.BgClassName
{
background-color: #E1ABFD;
}
</style>
border-color css
<style>
span { border-color: #E1ABFD; }
span { border-color: rgb(225,171,253); }
td.TdClassName
{
border-color: #E1ABFD;
}
.TagClassName
{
border-color: #E1ABFD;
}
</style>