Shades of Mauve #E49AFA
Tints of Mauve #E49AFA
RGB
CMYK
RGB Variations
Color information
#E49AFA (or 0xE49AFA) is known color: Mauve. HEX triplet: E4, 9A and FA. RGB value is (228,154,250). Sum of RGB (Red+Green+Blue) = 228+154+250=632 (83% of max value = 765). Red value is 228 (89.45% from 255 or 36.08% from 632); Green value is 154 (60.55% from 255 or 24.37% from 632); Blue value is 250 (98.05% from 255 or 39.56% from 632); Max value from RGB is 250 - color contains mainly: blue. Hex color #E49AFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E49AFA is #1B6505. Grayscale: #BABABA. Windows color (decimal): -1795334 or 16423652. OLE color: 16423652.
HSL color Cylindrical-coordinate representation of color #E49AFA: hue angle of 286.25º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E49AFA is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 154 | 250 | - |
| CMYK | 0.09 | 0.38 | 0 | 0.02 |
| HSL | 286.25º | 0.91% | 0.79% | - |
| HSV(B) | 286.25º | 0.38% | 0.98% | - |
| XYZ | 60.81 | 46.51 | 96.21 | - |
| YUV | 187.07 | 163.52 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 154 | 250 | 0.09 | 0.38 | 0 | 0.02 | 286.25 | 0.91 | 0.79 |
| Hex | E4 | 9A | FA | 9 | 26 | 0 | 2 | 11E | 5B | 4F |
| Octal | 344 | 232 | 372 | 11 | 46 | 0 | 2 | 436 | 133 | 117 |
| Binary | 11100100 | 10011010 | 11111010 | 1001 | 100110 | 0 | 10 | 100011110 | 1011011 | 1001111 |
Color Harmonies of #E49AFA
Complementary color
Monochromatic Colors of #E49AFA
Black with #E49AFA
Text Example
Text Example
White with #E49AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49AFA; }
p { color: rgb(228,154,250); }
H1.HeaderClassName
{
color: #E49AFA;
}
.AnyTagClassName
{
color: #E49AFA;
}
</style>
background-color css
<style>
a { background-color: #E49AFA; }
a { background-color: rgb(228,154,250); }
div.DivClassName
{
background-color: #E49AFA;
}
.BgClassName
{
background-color: #E49AFA;
}
</style>
border-color css
<style>
span { border-color: #E49AFA; }
span { border-color: rgb(228,154,250); }
td.TdClassName
{
border-color: #E49AFA;
}
.TagClassName
{
border-color: #E49AFA;
}
</style>