Shades of Mauve #E2A7FC
Tints of Mauve #E2A7FC
RGB
CMYK
RGB Variations
Color information
#E2A7FC (or 0xE2A7FC) is known color: Mauve. HEX triplet: E2, A7 and FC. RGB value is (226,167,252). Sum of RGB (Red+Green+Blue) = 226+167+252=645 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.04% from 645); Green value is 167 (65.62% from 255 or 25.89% from 645); Blue value is 252 (98.83% from 255 or 39.07% from 645); Max value from RGB is 252 - color contains mainly: blue. Hex color #E2A7FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2A7FC is #1D5803. Grayscale: #C2C2C2. Windows color (decimal): -1923076 or 16558050. OLE color: 16558050.
HSL color Cylindrical-coordinate representation of color #E2A7FC: hue angle of 281.65º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E2A7FC is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 167 | 252 | - |
| CMYK | 0.10 | 0.34 | 0 | 0.01 |
| HSL | 281.65º | 0.93% | 0.82% | - |
| HSV(B) | 281.65º | 0.34% | 0.99% | - |
| XYZ | 62.75 | 50.83 | 98.6 | - |
| YUV | 194.33 | 160.55 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 167 | 252 | 0.10 | 0.34 | 0 | 0.01 | 281.65 | 0.93 | 0.82 |
| Hex | E2 | A7 | FC | A | 22 | 0 | 1 | 11A | 5D | 52 |
| Octal | 342 | 247 | 374 | 12 | 42 | 0 | 1 | 432 | 135 | 122 |
| Binary | 11100010 | 10100111 | 11111100 | 1010 | 100010 | 0 | 1 | 100011010 | 1011101 | 1010010 |
Color Harmonies of #E2A7FC
Complementary color
Monochromatic Colors of #E2A7FC
Black with #E2A7FC
Text Example
Text Example
White with #E2A7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A7FC; }
p { color: rgb(226,167,252); }
H1.HeaderClassName
{
color: #E2A7FC;
}
.AnyTagClassName
{
color: #E2A7FC;
}
</style>
background-color css
<style>
a { background-color: #E2A7FC; }
a { background-color: rgb(226,167,252); }
div.DivClassName
{
background-color: #E2A7FC;
}
.BgClassName
{
background-color: #E2A7FC;
}
</style>
border-color css
<style>
span { border-color: #E2A7FC; }
span { border-color: rgb(226,167,252); }
td.TdClassName
{
border-color: #E2A7FC;
}
.TagClassName
{
border-color: #E2A7FC;
}
</style>