Shades of Mauve #E2A8FC
Tints of Mauve #E2A8FC
RGB
CMYK
RGB Variations
Color information
#E2A8FC (or 0xE2A8FC) is known color: Mauve. HEX triplet: E2, A8 and FC. RGB value is (226,168,252). Sum of RGB (Red+Green+Blue) = 226+168+252=646 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.98% from 646); Green value is 168 (66.02% from 255 or 26.01% from 646); Blue value is 252 (98.83% from 255 or 39.01% from 646); Max value from RGB is 252 - color contains mainly: blue. Hex color #E2A8FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2A8FC is #1D5703. Grayscale: #C2C2C2. Windows color (decimal): -1922820 or 16558306. OLE color: 16558306.
HSL color Cylindrical-coordinate representation of color #E2A8FC: hue angle of 281.43º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E2A8FC is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 168 | 252 | - |
| CMYK | 0.10 | 0.33 | 0 | 0.01 |
| HSL | 281.43º | 0.93% | 0.82% | - |
| HSV(B) | 281.43º | 0.33% | 0.99% | - |
| XYZ | 62.94 | 51.2 | 98.66 | - |
| YUV | 194.92 | 160.22 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 168 | 252 | 0.10 | 0.33 | 0 | 0.01 | 281.43 | 0.93 | 0.82 |
| Hex | E2 | A8 | FC | A | 21 | 0 | 1 | 119 | 5D | 52 |
| Octal | 342 | 250 | 374 | 12 | 41 | 0 | 1 | 431 | 135 | 122 |
| Binary | 11100010 | 10101000 | 11111100 | 1010 | 100001 | 0 | 1 | 100011001 | 1011101 | 1010010 |
Color Harmonies of #E2A8FC
Complementary color
Monochromatic Colors of #E2A8FC
Black with #E2A8FC
Text Example
Text Example
White with #E2A8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A8FC; }
p { color: rgb(226,168,252); }
H1.HeaderClassName
{
color: #E2A8FC;
}
.AnyTagClassName
{
color: #E2A8FC;
}
</style>
background-color css
<style>
a { background-color: #E2A8FC; }
a { background-color: rgb(226,168,252); }
div.DivClassName
{
background-color: #E2A8FC;
}
.BgClassName
{
background-color: #E2A8FC;
}
</style>
border-color css
<style>
span { border-color: #E2A8FC; }
span { border-color: rgb(226,168,252); }
td.TdClassName
{
border-color: #E2A8FC;
}
.TagClassName
{
border-color: #E2A8FC;
}
</style>