Shades of Mauve #E2A9FB
Tints of Mauve #E2A9FB
RGB
CMYK
RGB Variations
Color information
#E2A9FB (or 0xE2A9FB) is known color: Mauve. HEX triplet: E2, A9 and FB. RGB value is (226,169,251). Sum of RGB (Red+Green+Blue) = 226+169+251=646 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.98% from 646); Green value is 169 (66.41% from 255 or 26.16% from 646); Blue value is 251 (98.44% from 255 or 38.85% from 646); Max value from RGB is 251 - color contains mainly: blue. Hex color #E2A9FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2A9FB is #1D5604. Grayscale: #C3C3C3. Windows color (decimal): -1922565 or 16493026. OLE color: 16493026.
HSL color Cylindrical-coordinate representation of color #E2A9FB: hue angle of 281.71º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E2A9FB is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 169 | 251 | - |
| CMYK | 0.10 | 0.33 | 0 | 0.02 |
| HSL | 281.71º | 0.91% | 0.82% | - |
| HSV(B) | 281.71º | 0.33% | 0.98% | - |
| XYZ | 62.96 | 51.51 | 97.89 | - |
| YUV | 195.39 | 159.38 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 169 | 251 | 0.10 | 0.33 | 0 | 0.02 | 281.71 | 0.91 | 0.82 |
| Hex | E2 | A9 | FB | A | 21 | 0 | 2 | 11A | 5B | 52 |
| Octal | 342 | 251 | 373 | 12 | 41 | 0 | 2 | 432 | 133 | 122 |
| Binary | 11100010 | 10101001 | 11111011 | 1010 | 100001 | 0 | 10 | 100011010 | 1011011 | 1010010 |
Color Harmonies of #E2A9FB
Complementary color
Monochromatic Colors of #E2A9FB
Black with #E2A9FB
Text Example
Text Example
White with #E2A9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A9FB; }
p { color: rgb(226,169,251); }
H1.HeaderClassName
{
color: #E2A9FB;
}
.AnyTagClassName
{
color: #E2A9FB;
}
</style>
background-color css
<style>
a { background-color: #E2A9FB; }
a { background-color: rgb(226,169,251); }
div.DivClassName
{
background-color: #E2A9FB;
}
.BgClassName
{
background-color: #E2A9FB;
}
</style>
border-color css
<style>
span { border-color: #E2A9FB; }
span { border-color: rgb(226,169,251); }
td.TdClassName
{
border-color: #E2A9FB;
}
.TagClassName
{
border-color: #E2A9FB;
}
</style>