Shades of Mauve #E2ABFD
Tints of Mauve #E2ABFD
RGB
CMYK
RGB Variations
Color information
#E2ABFD (or 0xE2ABFD) is known color: Mauve. HEX triplet: E2, AB and FD. RGB value is (226,171,253). Sum of RGB (Red+Green+Blue) = 226+171+253=650 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.77% from 650); Green value is 171 (67.19% from 255 or 26.31% from 650); Blue value is 253 (99.22% from 255 or 38.92% from 650); Max value from RGB is 253 - color contains mainly: blue. Hex color #E2ABFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2ABFD is #1D5402. Grayscale: #C4C4C4. Windows color (decimal): -1922051 or 16624610. OLE color: 16624610.
HSL color Cylindrical-coordinate representation of color #E2ABFD: hue angle of 280.24º 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 #E2ABFD is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 171 | 253 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.01 |
| HSL | 280.24º | 0.95% | 0.83% | - |
| HSV(B) | 280.24º | 0.32% | 0.99% | - |
| XYZ | 63.66 | 52.39 | 99.69 | - |
| YUV | 196.79 | 159.72 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 171 | 253 | 0.11 | 0.32 | 0 | 0.01 | 280.24 | 0.95 | 0.83 |
| Hex | E2 | AB | FD | B | 20 | 0 | 1 | 118 | 5F | 53 |
| Octal | 342 | 253 | 375 | 13 | 40 | 0 | 1 | 430 | 137 | 123 |
| Binary | 11100010 | 10101011 | 11111101 | 1011 | 100000 | 0 | 1 | 100011000 | 1011111 | 1010011 |
Color Harmonies of #E2ABFD
Complementary color
Monochromatic Colors of #E2ABFD
Black with #E2ABFD
Text Example
Text Example
White with #E2ABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ABFD; }
p { color: rgb(226,171,253); }
H1.HeaderClassName
{
color: #E2ABFD;
}
.AnyTagClassName
{
color: #E2ABFD;
}
</style>
background-color css
<style>
a { background-color: #E2ABFD; }
a { background-color: rgb(226,171,253); }
div.DivClassName
{
background-color: #E2ABFD;
}
.BgClassName
{
background-color: #E2ABFD;
}
</style>
border-color css
<style>
span { border-color: #E2ABFD; }
span { border-color: rgb(226,171,253); }
td.TdClassName
{
border-color: #E2ABFD;
}
.TagClassName
{
border-color: #E2ABFD;
}
</style>