Shades of Mauve #E2A8F3
Tints of Mauve #E2A8F3
RGB
CMYK
RGB Variations
Color information
#E2A8F3 (or 0xE2A8F3) is known color: Mauve. HEX triplet: E2, A8 and F3. RGB value is (226,168,243). Sum of RGB (Red+Green+Blue) = 226+168+243=637 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.48% from 637); Green value is 168 (66.02% from 255 or 26.37% from 637); Blue value is 243 (95.31% from 255 or 38.15% from 637); Max value from RGB is 243 - color contains mainly: blue. Hex color #E2A8F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2A8F3 is #1D570C. Grayscale: #C1C1C1. Windows color (decimal): -1922829 or 15968482. OLE color: 15968482.
HSL color Cylindrical-coordinate representation of color #E2A8F3: hue angle of 286.4º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E2A8F3 is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 168 | 243 | - |
| CMYK | 0.07 | 0.31 | 0 | 0.05 |
| HSL | 286.4º | 0.76% | 0.81% | - |
| HSV(B) | 286.4º | 0.31% | 0.95% | - |
| XYZ | 61.54 | 50.65 | 91.33 | - |
| YUV | 193.89 | 155.72 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 168 | 243 | 0.07 | 0.31 | 0 | 0.05 | 286.4 | 0.76 | 0.81 |
| Hex | E2 | A8 | F3 | 7 | 1F | 0 | 5 | 11E | 4C | 51 |
| Octal | 342 | 250 | 363 | 7 | 37 | 0 | 5 | 436 | 114 | 121 |
| Binary | 11100010 | 10101000 | 11110011 | 111 | 11111 | 0 | 101 | 100011110 | 1001100 | 1010001 |
Color Harmonies of #E2A8F3
Complementary color
Monochromatic Colors of #E2A8F3
Black with #E2A8F3
Text Example
Text Example
White with #E2A8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A8F3; }
p { color: rgb(226,168,243); }
H1.HeaderClassName
{
color: #E2A8F3;
}
.AnyTagClassName
{
color: #E2A8F3;
}
</style>
background-color css
<style>
a { background-color: #E2A8F3; }
a { background-color: rgb(226,168,243); }
div.DivClassName
{
background-color: #E2A8F3;
}
.BgClassName
{
background-color: #E2A8F3;
}
</style>
border-color css
<style>
span { border-color: #E2A8F3; }
span { border-color: rgb(226,168,243); }
td.TdClassName
{
border-color: #E2A8F3;
}
.TagClassName
{
border-color: #E2A8F3;
}
</style>