Shades of Mauve #E2A1FB
Tints of Mauve #E2A1FB
RGB
CMYK
RGB Variations
Color information
#E2A1FB (or 0xE2A1FB) is known color: Mauve. HEX triplet: E2, A1 and FB. RGB value is (226,161,251). Sum of RGB (Red+Green+Blue) = 226+161+251=638 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.42% from 638); Green value is 161 (63.28% from 255 or 25.24% from 638); Blue value is 251 (98.44% from 255 or 39.34% from 638); Max value from RGB is 251 - color contains mainly: blue. Hex color #E2A1FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2A1FB is #1D5E04. Grayscale: #BEBEBE. Windows color (decimal): -1924613 or 16490978. OLE color: 16490978.
HSL color Cylindrical-coordinate representation of color #E2A1FB: hue angle of 283.33º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E2A1FB is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 161 | 251 | - |
| CMYK | 0.10 | 0.36 | 0 | 0.02 |
| HSL | 283.33º | 0.92% | 0.81% | - |
| HSV(B) | 283.33º | 0.36% | 0.98% | - |
| XYZ | 61.52 | 48.62 | 97.41 | - |
| YUV | 190.7 | 162.03 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 161 | 251 | 0.10 | 0.36 | 0 | 0.02 | 283.33 | 0.92 | 0.81 |
| Hex | E2 | A1 | FB | A | 24 | 0 | 2 | 11B | 5C | 51 |
| Octal | 342 | 241 | 373 | 12 | 44 | 0 | 2 | 433 | 134 | 121 |
| Binary | 11100010 | 10100001 | 11111011 | 1010 | 100100 | 0 | 10 | 100011011 | 1011100 | 1010001 |
Color Harmonies of #E2A1FB
Complementary color
Monochromatic Colors of #E2A1FB
Black with #E2A1FB
Text Example
Text Example
White with #E2A1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A1FB; }
p { color: rgb(226,161,251); }
H1.HeaderClassName
{
color: #E2A1FB;
}
.AnyTagClassName
{
color: #E2A1FB;
}
</style>
background-color css
<style>
a { background-color: #E2A1FB; }
a { background-color: rgb(226,161,251); }
div.DivClassName
{
background-color: #E2A1FB;
}
.BgClassName
{
background-color: #E2A1FB;
}
</style>
border-color css
<style>
span { border-color: #E2A1FB; }
span { border-color: rgb(226,161,251); }
td.TdClassName
{
border-color: #E2A1FB;
}
.TagClassName
{
border-color: #E2A1FB;
}
</style>