Shades of Mauve #E4A3FC
Tints of Mauve #E4A3FC
RGB
CMYK
RGB Variations
Color information
#E4A3FC (or 0xE4A3FC) is known color: Mauve. HEX triplet: E4, A3 and FC. RGB value is (228,163,252). Sum of RGB (Red+Green+Blue) = 228+163+252=643 (85% of max value = 765). Red value is 228 (89.45% from 255 or 35.46% from 643); Green value is 163 (64.06% from 255 or 25.35% from 643); Blue value is 252 (98.83% from 255 or 39.19% from 643); Max value from RGB is 252 - color contains mainly: blue. Hex color #E4A3FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4A3FC is #1B5C03. Grayscale: #C0C0C0. Windows color (decimal): -1793028 or 16557028. OLE color: 16557028.
HSL color Cylindrical-coordinate representation of color #E4A3FC: hue angle of 283.82º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E4A3FC is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 163 | 252 | - |
| CMYK | 0.10 | 0.35 | 0 | 0.01 |
| HSL | 283.82º | 0.94% | 0.81% | - |
| HSV(B) | 283.82º | 0.35% | 0.99% | - |
| XYZ | 62.66 | 49.72 | 98.39 | - |
| YUV | 192.58 | 161.53 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 163 | 252 | 0.10 | 0.35 | 0 | 0.01 | 283.82 | 0.94 | 0.81 |
| Hex | E4 | A3 | FC | A | 23 | 0 | 1 | 11C | 5E | 51 |
| Octal | 344 | 243 | 374 | 12 | 43 | 0 | 1 | 434 | 136 | 121 |
| Binary | 11100100 | 10100011 | 11111100 | 1010 | 100011 | 0 | 1 | 100011100 | 1011110 | 1010001 |
Color Harmonies of #E4A3FC
Complementary color
Monochromatic Colors of #E4A3FC
Black with #E4A3FC
Text Example
Text Example
White with #E4A3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4A3FC; }
p { color: rgb(228,163,252); }
H1.HeaderClassName
{
color: #E4A3FC;
}
.AnyTagClassName
{
color: #E4A3FC;
}
</style>
background-color css
<style>
a { background-color: #E4A3FC; }
a { background-color: rgb(228,163,252); }
div.DivClassName
{
background-color: #E4A3FC;
}
.BgClassName
{
background-color: #E4A3FC;
}
</style>
border-color css
<style>
span { border-color: #E4A3FC; }
span { border-color: rgb(228,163,252); }
td.TdClassName
{
border-color: #E4A3FC;
}
.TagClassName
{
border-color: #E4A3FC;
}
</style>