Shades of Mauve #E2A5F0
Tints of Mauve #E2A5F0
RGB
CMYK
RGB Variations
Color information
#E2A5F0 (or 0xE2A5F0) is known color: Mauve. HEX triplet: E2, A5 and F0. RGB value is (226,165,240). Sum of RGB (Red+Green+Blue) = 226+165+240=631 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.82% from 631); Green value is 165 (64.84% from 255 or 26.15% from 631); Blue value is 240 (94.14% from 255 or 38.03% from 631); Max value from RGB is 240 - color contains mainly: blue. Hex color #E2A5F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2A5F0 is #1D5A0F. Grayscale: #BFBFBF. Windows color (decimal): -1923600 or 15771106. OLE color: 15771106.
HSL color Cylindrical-coordinate representation of color #E2A5F0: hue angle of 288.8º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E2A5F0 is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 165 | 240 | - |
| CMYK | 0.06 | 0.31 | 0 | 0.06 |
| HSL | 288.8º | 0.71% | 0.79% | - |
| HSV(B) | 288.8º | 0.31% | 0.94% | - |
| XYZ | 60.55 | 49.37 | 88.78 | - |
| YUV | 191.79 | 155.21 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 165 | 240 | 0.06 | 0.31 | 0 | 0.06 | 288.8 | 0.71 | 0.79 |
| Hex | E2 | A5 | F0 | 6 | 1F | 0 | 6 | 121 | 47 | 4F |
| Octal | 342 | 245 | 360 | 6 | 37 | 0 | 6 | 441 | 107 | 117 |
| Binary | 11100010 | 10100101 | 11110000 | 110 | 11111 | 0 | 110 | 100100001 | 1000111 | 1001111 |
Color Harmonies of #E2A5F0
Complementary color
Monochromatic Colors of #E2A5F0
Black with #E2A5F0
Text Example
Text Example
White with #E2A5F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A5F0; }
p { color: rgb(226,165,240); }
H1.HeaderClassName
{
color: #E2A5F0;
}
.AnyTagClassName
{
color: #E2A5F0;
}
</style>
background-color css
<style>
a { background-color: #E2A5F0; }
a { background-color: rgb(226,165,240); }
div.DivClassName
{
background-color: #E2A5F0;
}
.BgClassName
{
background-color: #E2A5F0;
}
</style>
border-color css
<style>
span { border-color: #E2A5F0; }
span { border-color: rgb(226,165,240); }
td.TdClassName
{
border-color: #E2A5F0;
}
.TagClassName
{
border-color: #E2A5F0;
}
</style>