Shades of Mauve #E2A9FC
Tints of Mauve #E2A9FC
RGB
CMYK
RGB Variations
Color information
#E2A9FC (or 0xE2A9FC) is known color: Mauve. HEX triplet: E2, A9 and FC. RGB value is (226,169,252). Sum of RGB (Red+Green+Blue) = 226+169+252=647 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.93% from 647); Green value is 169 (66.41% from 255 or 26.12% from 647); Blue value is 252 (98.83% from 255 or 38.95% from 647); Max value from RGB is 252 - color contains mainly: blue. Hex color #E2A9FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2A9FC is #1D5603. Grayscale: #C3C3C3. Windows color (decimal): -1922564 or 16558562. OLE color: 16558562.
HSL color Cylindrical-coordinate representation of color #E2A9FC: hue angle of 281.2º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E2A9FC is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 169 | 252 | - |
| CMYK | 0.10 | 0.33 | 0 | 0.01 |
| HSL | 281.2º | 0.93% | 0.83% | - |
| HSV(B) | 281.2º | 0.33% | 0.99% | - |
| XYZ | 63.12 | 51.57 | 98.72 | - |
| YUV | 195.51 | 159.88 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 169 | 252 | 0.10 | 0.33 | 0 | 0.01 | 281.2 | 0.93 | 0.83 |
| Hex | E2 | A9 | FC | A | 21 | 0 | 1 | 119 | 5D | 53 |
| Octal | 342 | 251 | 374 | 12 | 41 | 0 | 1 | 431 | 135 | 123 |
| Binary | 11100010 | 10101001 | 11111100 | 1010 | 100001 | 0 | 1 | 100011001 | 1011101 | 1010011 |
Color Harmonies of #E2A9FC
Complementary color
Monochromatic Colors of #E2A9FC
Black with #E2A9FC
Text Example
Text Example
White with #E2A9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A9FC; }
p { color: rgb(226,169,252); }
H1.HeaderClassName
{
color: #E2A9FC;
}
.AnyTagClassName
{
color: #E2A9FC;
}
</style>
background-color css
<style>
a { background-color: #E2A9FC; }
a { background-color: rgb(226,169,252); }
div.DivClassName
{
background-color: #E2A9FC;
}
.BgClassName
{
background-color: #E2A9FC;
}
</style>
border-color css
<style>
span { border-color: #E2A9FC; }
span { border-color: rgb(226,169,252); }
td.TdClassName
{
border-color: #E2A9FC;
}
.TagClassName
{
border-color: #E2A9FC;
}
</style>