Shades of Mauve #EA9BFC
Tints of Mauve #EA9BFC
RGB
CMYK
RGB Variations
Color information
#EA9BFC (or 0xEA9BFC) is known color: Mauve. HEX triplet: EA, 9B and FC. RGB value is (234,155,252). Sum of RGB (Red+Green+Blue) = 234+155+252=641 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.51% from 641); Green value is 155 (60.94% from 255 or 24.18% from 641); Blue value is 252 (98.83% from 255 or 39.31% from 641); Max value from RGB is 252 - color contains mainly: blue. Hex color #EA9BFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9BFC is #156403. Grayscale: #BDBDBD. Windows color (decimal): -1401860 or 16554986. OLE color: 16554986.
HSL color Cylindrical-coordinate representation of color #EA9BFC: hue angle of 288.87º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EA9BFC is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 155 | 252 | - |
| CMYK | 0.07 | 0.38 | 0 | 0.01 |
| HSL | 288.87º | 0.94% | 0.8% | - |
| HSV(B) | 288.87º | 0.38% | 0.99% | - |
| XYZ | 63.22 | 47.96 | 98.02 | - |
| YUV | 189.68 | 163.17 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 155 | 252 | 0.07 | 0.38 | 0 | 0.01 | 288.87 | 0.94 | 0.8 |
| Hex | EA | 9B | FC | 7 | 26 | 0 | 1 | 121 | 5E | 50 |
| Octal | 352 | 233 | 374 | 7 | 46 | 0 | 1 | 441 | 136 | 120 |
| Binary | 11101010 | 10011011 | 11111100 | 111 | 100110 | 0 | 1 | 100100001 | 1011110 | 1010000 |
Color Harmonies of #EA9BFC
Complementary color
Monochromatic Colors of #EA9BFC
Black with #EA9BFC
Text Example
Text Example
White with #EA9BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9BFC; }
p { color: rgb(234,155,252); }
H1.HeaderClassName
{
color: #EA9BFC;
}
.AnyTagClassName
{
color: #EA9BFC;
}
</style>
background-color css
<style>
a { background-color: #EA9BFC; }
a { background-color: rgb(234,155,252); }
div.DivClassName
{
background-color: #EA9BFC;
}
.BgClassName
{
background-color: #EA9BFC;
}
</style>
border-color css
<style>
span { border-color: #EA9BFC; }
span { border-color: rgb(234,155,252); }
td.TdClassName
{
border-color: #EA9BFC;
}
.TagClassName
{
border-color: #EA9BFC;
}
</style>