Shades of Mauve #E0A4F3
Tints of Mauve #E0A4F3
RGB
CMYK
RGB Variations
Color information
#E0A4F3 (or 0xE0A4F3) is known color: Mauve. HEX triplet: E0, A4 and F3. RGB value is (224,164,243). Sum of RGB (Red+Green+Blue) = 224+164+243=631 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.50% from 631); Green value is 164 (64.45% from 255 or 25.99% from 631); Blue value is 243 (95.31% from 255 or 38.51% from 631); Max value from RGB is 243 - color contains mainly: blue. Hex color #E0A4F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0A4F3 is #1F5B0C. Grayscale: #BEBEBE. Windows color (decimal): -2054925 or 15967456. OLE color: 15967456.
HSL color Cylindrical-coordinate representation of color #E0A4F3: hue angle of 285.57º degrees, saturation: 0.77, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E0A4F3 is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 164 | 243 | - |
| CMYK | 0.08 | 0.33 | 0 | 0.05 |
| HSL | 285.57º | 0.77% | 0.8% | - |
| HSV(B) | 285.57º | 0.33% | 0.95% | - |
| XYZ | 60.19 | 48.87 | 91.05 | - |
| YUV | 190.95 | 157.38 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 164 | 243 | 0.08 | 0.33 | 0 | 0.05 | 285.57 | 0.77 | 0.8 |
| Hex | E0 | A4 | F3 | 8 | 21 | 0 | 5 | 11E | 4D | 50 |
| Octal | 340 | 244 | 363 | 10 | 41 | 0 | 5 | 436 | 115 | 120 |
| Binary | 11100000 | 10100100 | 11110011 | 1000 | 100001 | 0 | 101 | 100011110 | 1001101 | 1010000 |
Color Harmonies of #E0A4F3
Complementary color
Monochromatic Colors of #E0A4F3
Black with #E0A4F3
Text Example
Text Example
White with #E0A4F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A4F3; }
p { color: rgb(224,164,243); }
H1.HeaderClassName
{
color: #E0A4F3;
}
.AnyTagClassName
{
color: #E0A4F3;
}
</style>
background-color css
<style>
a { background-color: #E0A4F3; }
a { background-color: rgb(224,164,243); }
div.DivClassName
{
background-color: #E0A4F3;
}
.BgClassName
{
background-color: #E0A4F3;
}
</style>
border-color css
<style>
span { border-color: #E0A4F3; }
span { border-color: rgb(224,164,243); }
td.TdClassName
{
border-color: #E0A4F3;
}
.TagClassName
{
border-color: #E0A4F3;
}
</style>