Shades of Mauve #EA9FFA
Tints of Mauve #EA9FFA
RGB
CMYK
RGB Variations
Color information
#EA9FFA (or 0xEA9FFA) is known color: Mauve. HEX triplet: EA, 9F and FA. RGB value is (234,159,250). Sum of RGB (Red+Green+Blue) = 234+159+250=643 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.39% from 643); Green value is 159 (62.5% from 255 or 24.73% from 643); Blue value is 250 (98.05% from 255 or 38.88% from 643); Max value from RGB is 250 - color contains mainly: blue. Hex color #EA9FFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9FFA is #156005. Grayscale: #BFBFBF. Windows color (decimal): -1400838 or 16424938. OLE color: 16424938.
HSL color Cylindrical-coordinate representation of color #EA9FFA: hue angle of 289.45º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EA9FFA is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 159 | 250 | - |
| CMYK | 0.06 | 0.36 | 0 | 0.02 |
| HSL | 289.45º | 0.9% | 0.8% | - |
| HSV(B) | 289.45º | 0.36% | 0.98% | - |
| XYZ | 63.59 | 49.19 | 96.59 | - |
| YUV | 191.8 | 160.85 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 159 | 250 | 0.06 | 0.36 | 0 | 0.02 | 289.45 | 0.9 | 0.8 |
| Hex | EA | 9F | FA | 6 | 24 | 0 | 2 | 121 | 5A | 50 |
| Octal | 352 | 237 | 372 | 6 | 44 | 0 | 2 | 441 | 132 | 120 |
| Binary | 11101010 | 10011111 | 11111010 | 110 | 100100 | 0 | 10 | 100100001 | 1011010 | 1010000 |
Color Harmonies of #EA9FFA
Complementary color
Monochromatic Colors of #EA9FFA
Black with #EA9FFA
Text Example
Text Example
White with #EA9FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9FFA; }
p { color: rgb(234,159,250); }
H1.HeaderClassName
{
color: #EA9FFA;
}
.AnyTagClassName
{
color: #EA9FFA;
}
</style>
background-color css
<style>
a { background-color: #EA9FFA; }
a { background-color: rgb(234,159,250); }
div.DivClassName
{
background-color: #EA9FFA;
}
.BgClassName
{
background-color: #EA9FFA;
}
</style>
border-color css
<style>
span { border-color: #EA9FFA; }
span { border-color: rgb(234,159,250); }
td.TdClassName
{
border-color: #EA9FFA;
}
.TagClassName
{
border-color: #EA9FFA;
}
</style>