Shades of Mauve #EA9FF7
Tints of Mauve #EA9FF7
RGB
CMYK
RGB Variations
Color information
#EA9FF7 (or 0xEA9FF7) is known color: Mauve. HEX triplet: EA, 9F and F7. RGB value is (234,159,247). Sum of RGB (Red+Green+Blue) = 234+159+247=640 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.56% from 640); Green value is 159 (62.5% from 255 or 24.84% from 640); Blue value is 247 (96.88% from 255 or 38.59% from 640); Max value from RGB is 247 - color contains mainly: blue. Hex color #EA9FF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9FF7 is #156008. Grayscale: #BFBFBF. Windows color (decimal): -1400841 or 16228330. OLE color: 16228330.
HSL color Cylindrical-coordinate representation of color #EA9FF7: hue angle of 291.14º degrees, saturation: 0.85, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EA9FF7 is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 234 | 159 | 247 | - |
| CMYK | 0.05 | 0.36 | 0 | 0.03 |
| HSL | 291.14º | 0.85% | 0.8% | - |
| HSV(B) | 291.14º | 0.36% | 0.97% | - |
| XYZ | 63.12 | 49 | 94.13 | - |
| YUV | 191.46 | 159.35 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 159 | 247 | 0.05 | 0.36 | 0 | 0.03 | 291.14 | 0.85 | 0.8 |
| Hex | EA | 9F | F7 | 5 | 24 | 0 | 3 | 123 | 55 | 50 |
| Octal | 352 | 237 | 367 | 5 | 44 | 0 | 3 | 443 | 125 | 120 |
| Binary | 11101010 | 10011111 | 11110111 | 101 | 100100 | 0 | 11 | 100100011 | 1010101 | 1010000 |
Color Harmonies of #EA9FF7
Complementary color
Monochromatic Colors of #EA9FF7
Black with #EA9FF7
Text Example
Text Example
White with #EA9FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9FF7; }
p { color: rgb(234,159,247); }
H1.HeaderClassName
{
color: #EA9FF7;
}
.AnyTagClassName
{
color: #EA9FF7;
}
</style>
background-color css
<style>
a { background-color: #EA9FF7; }
a { background-color: rgb(234,159,247); }
div.DivClassName
{
background-color: #EA9FF7;
}
.BgClassName
{
background-color: #EA9FF7;
}
</style>
border-color css
<style>
span { border-color: #EA9FF7; }
span { border-color: rgb(234,159,247); }
td.TdClassName
{
border-color: #EA9FF7;
}
.TagClassName
{
border-color: #EA9FF7;
}
</style>