Shades of Mauve #EA9FFC
Tints of Mauve #EA9FFC
RGB
CMYK
RGB Variations
Color information
#EA9FFC (or 0xEA9FFC) is known color: Mauve. HEX triplet: EA, 9F and FC. RGB value is (234,159,252). Sum of RGB (Red+Green+Blue) = 234+159+252=645 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.28% from 645); Green value is 159 (62.5% from 255 or 24.65% from 645); Blue value is 252 (98.83% from 255 or 39.07% from 645); Max value from RGB is 252 - color contains mainly: blue. Hex color #EA9FFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9FFC is #156003. Grayscale: #BFBFBF. Windows color (decimal): -1400836 or 16556010. OLE color: 16556010.
HSL color Cylindrical-coordinate representation of color #EA9FFC: hue angle of 288.39º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EA9FFC is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 159 | 252 | - |
| CMYK | 0.07 | 0.37 | 0 | 0.01 |
| HSL | 288.39º | 0.94% | 0.81% | - |
| HSV(B) | 288.39º | 0.37% | 0.99% | - |
| XYZ | 63.9 | 49.32 | 98.25 | - |
| YUV | 192.03 | 161.85 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 159 | 252 | 0.07 | 0.37 | 0 | 0.01 | 288.39 | 0.94 | 0.81 |
| Hex | EA | 9F | FC | 7 | 25 | 0 | 1 | 120 | 5E | 51 |
| Octal | 352 | 237 | 374 | 7 | 45 | 0 | 1 | 440 | 136 | 121 |
| Binary | 11101010 | 10011111 | 11111100 | 111 | 100101 | 0 | 1 | 100100000 | 1011110 | 1010001 |
Color Harmonies of #EA9FFC
Complementary color
Monochromatic Colors of #EA9FFC
Black with #EA9FFC
Text Example
Text Example
White with #EA9FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9FFC; }
p { color: rgb(234,159,252); }
H1.HeaderClassName
{
color: #EA9FFC;
}
.AnyTagClassName
{
color: #EA9FFC;
}
</style>
background-color css
<style>
a { background-color: #EA9FFC; }
a { background-color: rgb(234,159,252); }
div.DivClassName
{
background-color: #EA9FFC;
}
.BgClassName
{
background-color: #EA9FFC;
}
</style>
border-color css
<style>
span { border-color: #EA9FFC; }
span { border-color: rgb(234,159,252); }
td.TdClassName
{
border-color: #EA9FFC;
}
.TagClassName
{
border-color: #EA9FFC;
}
</style>