Shades of Mauve #E3A5F9
Tints of Mauve #E3A5F9
RGB
CMYK
RGB Variations
Color information
#E3A5F9 (or 0xE3A5F9) is known color: Mauve. HEX triplet: E3, A5 and F9. RGB value is (227,165,249). Sum of RGB (Red+Green+Blue) = 227+165+249=641 (84% of max value = 765). Red value is 227 (89.06% from 255 or 35.41% from 641); Green value is 165 (64.84% from 255 or 25.74% from 641); Blue value is 249 (97.66% from 255 or 38.85% from 641); Max value from RGB is 249 - color contains mainly: blue. Hex color #E3A5F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E3A5F9 is #1C5A06. Grayscale: #C0C0C0. Windows color (decimal): -1858055 or 16360931. OLE color: 16360931.
HSL color Cylindrical-coordinate representation of color #E3A5F9: hue angle of 284.29º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E3A5F9 is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 227 | 165 | 249 | - |
| CMYK | 0.09 | 0.34 | 0 | 0.02 |
| HSL | 284.29º | 0.88% | 0.81% | - |
| HSV(B) | 284.29º | 0.34% | 0.98% | - |
| XYZ | 62.23 | 50.08 | 96.01 | - |
| YUV | 193.11 | 159.54 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 165 | 249 | 0.09 | 0.34 | 0 | 0.02 | 284.29 | 0.88 | 0.81 |
| Hex | E3 | A5 | F9 | 9 | 22 | 0 | 2 | 11C | 58 | 51 |
| Octal | 343 | 245 | 371 | 11 | 42 | 0 | 2 | 434 | 130 | 121 |
| Binary | 11100011 | 10100101 | 11111001 | 1001 | 100010 | 0 | 10 | 100011100 | 1011000 | 1010001 |
Color Harmonies of #E3A5F9
Complementary color
Monochromatic Colors of #E3A5F9
Black with #E3A5F9
Text Example
Text Example
White with #E3A5F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A5F9; }
p { color: rgb(227,165,249); }
H1.HeaderClassName
{
color: #E3A5F9;
}
.AnyTagClassName
{
color: #E3A5F9;
}
</style>
background-color css
<style>
a { background-color: #E3A5F9; }
a { background-color: rgb(227,165,249); }
div.DivClassName
{
background-color: #E3A5F9;
}
.BgClassName
{
background-color: #E3A5F9;
}
</style>
border-color css
<style>
span { border-color: #E3A5F9; }
span { border-color: rgb(227,165,249); }
td.TdClassName
{
border-color: #E3A5F9;
}
.TagClassName
{
border-color: #E3A5F9;
}
</style>