Shades of Mauve #E4A4FA
Tints of Mauve #E4A4FA
RGB
CMYK
RGB Variations
Color information
#E4A4FA (or 0xE4A4FA) is known color: Mauve. HEX triplet: E4, A4 and FA. RGB value is (228,164,250). Sum of RGB (Red+Green+Blue) = 228+164+250=642 (85% of max value = 765). Red value is 228 (89.45% from 255 or 35.51% from 642); Green value is 164 (64.45% from 255 or 25.55% from 642); Blue value is 250 (98.05% from 255 or 38.94% from 642); Max value from RGB is 250 - color contains mainly: blue. Hex color #E4A4FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4A4FA is #1B5B05. Grayscale: #C0C0C0. Windows color (decimal): -1792774 or 16426212. OLE color: 16426212.
HSL color Cylindrical-coordinate representation of color #E4A4FA: hue angle of 284.65º degrees, saturation: 0.9, 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 #E4A4FA is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 164 | 250 | - |
| CMYK | 0.09 | 0.34 | 0 | 0.02 |
| HSL | 284.65º | 0.9% | 0.81% | - |
| HSV(B) | 284.65º | 0.34% | 0.98% | - |
| XYZ | 62.53 | 49.95 | 96.79 | - |
| YUV | 192.94 | 160.2 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 164 | 250 | 0.09 | 0.34 | 0 | 0.02 | 284.65 | 0.9 | 0.81 |
| Hex | E4 | A4 | FA | 9 | 22 | 0 | 2 | 11D | 5A | 51 |
| Octal | 344 | 244 | 372 | 11 | 42 | 0 | 2 | 435 | 132 | 121 |
| Binary | 11100100 | 10100100 | 11111010 | 1001 | 100010 | 0 | 10 | 100011101 | 1011010 | 1010001 |
Color Harmonies of #E4A4FA
Complementary color
Monochromatic Colors of #E4A4FA
Black with #E4A4FA
Text Example
Text Example
White with #E4A4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4A4FA; }
p { color: rgb(228,164,250); }
H1.HeaderClassName
{
color: #E4A4FA;
}
.AnyTagClassName
{
color: #E4A4FA;
}
</style>
background-color css
<style>
a { background-color: #E4A4FA; }
a { background-color: rgb(228,164,250); }
div.DivClassName
{
background-color: #E4A4FA;
}
.BgClassName
{
background-color: #E4A4FA;
}
</style>
border-color css
<style>
span { border-color: #E4A4FA; }
span { border-color: rgb(228,164,250); }
td.TdClassName
{
border-color: #E4A4FA;
}
.TagClassName
{
border-color: #E4A4FA;
}
</style>