Shades of Mauve #EA99FC
Tints of Mauve #EA99FC
RGB
CMYK
RGB Variations
Color information
#EA99FC (or 0xEA99FC) is known color: Mauve. HEX triplet: EA, 99 and FC. RGB value is (234,153,252). Sum of RGB (Red+Green+Blue) = 234+153+252=639 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.62% from 639); Green value is 153 (60.16% from 255 or 23.94% from 639); Blue value is 252 (98.83% from 255 or 39.44% from 639); Max value from RGB is 252 - color contains mainly: blue. Hex color #EA99FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA99FC is #156603. Grayscale: #BCBCBC. Windows color (decimal): -1402372 or 16554474. OLE color: 16554474.
HSL color Cylindrical-coordinate representation of color #EA99FC: hue angle of 289.09º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EA99FC is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 153 | 252 | - |
| CMYK | 0.07 | 0.39 | 0 | 0.01 |
| HSL | 289.09º | 0.94% | 0.79% | - |
| HSV(B) | 289.09º | 0.39% | 0.99% | - |
| XYZ | 62.89 | 47.3 | 97.91 | - |
| YUV | 188.51 | 163.84 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 153 | 252 | 0.07 | 0.39 | 0 | 0.01 | 289.09 | 0.94 | 0.79 |
| Hex | EA | 99 | FC | 7 | 27 | 0 | 1 | 121 | 5E | 4F |
| Octal | 352 | 231 | 374 | 7 | 47 | 0 | 1 | 441 | 136 | 117 |
| Binary | 11101010 | 10011001 | 11111100 | 111 | 100111 | 0 | 1 | 100100001 | 1011110 | 1001111 |
Color Harmonies of #EA99FC
Complementary color
Monochromatic Colors of #EA99FC
Black with #EA99FC
Text Example
Text Example
White with #EA99FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA99FC; }
p { color: rgb(234,153,252); }
H1.HeaderClassName
{
color: #EA99FC;
}
.AnyTagClassName
{
color: #EA99FC;
}
</style>
background-color css
<style>
a { background-color: #EA99FC; }
a { background-color: rgb(234,153,252); }
div.DivClassName
{
background-color: #EA99FC;
}
.BgClassName
{
background-color: #EA99FC;
}
</style>
border-color css
<style>
span { border-color: #EA99FC; }
span { border-color: rgb(234,153,252); }
td.TdClassName
{
border-color: #EA99FC;
}
.TagClassName
{
border-color: #EA99FC;
}
</style>