Shades of Mauve #EAA2FC
Tints of Mauve #EAA2FC
RGB
CMYK
RGB Variations
Color information
#EAA2FC (or 0xEAA2FC) is known color: Mauve. HEX triplet: EA, A2 and FC. RGB value is (234,162,252). Sum of RGB (Red+Green+Blue) = 234+162+252=648 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.11% from 648); Green value is 162 (63.67% from 255 or 25% from 648); Blue value is 252 (98.83% from 255 or 38.89% from 648); Max value from RGB is 252 - color contains mainly: blue. Hex color #EAA2FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA2FC is #155D03. Grayscale: #C1C1C1. Windows color (decimal): -1400068 or 16556778. OLE color: 16556778.
HSL color Cylindrical-coordinate representation of color #EAA2FC: hue angle of 288º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EAA2FC is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 162 | 252 | - |
| CMYK | 0.07 | 0.36 | 0 | 0.01 |
| HSL | 288º | 0.94% | 0.81% | - |
| HSV(B) | 288º | 0.36% | 0.99% | - |
| XYZ | 64.42 | 50.36 | 98.42 | - |
| YUV | 193.79 | 160.85 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 162 | 252 | 0.07 | 0.36 | 0 | 0.01 | 288 | 0.94 | 0.81 |
| Hex | EA | A2 | FC | 7 | 24 | 0 | 1 | 120 | 5E | 51 |
| Octal | 352 | 242 | 374 | 7 | 44 | 0 | 1 | 440 | 136 | 121 |
| Binary | 11101010 | 10100010 | 11111100 | 111 | 100100 | 0 | 1 | 100100000 | 1011110 | 1010001 |
Color Harmonies of #EAA2FC
Complementary color
Monochromatic Colors of #EAA2FC
Black with #EAA2FC
Text Example
Text Example
White with #EAA2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA2FC; }
p { color: rgb(234,162,252); }
H1.HeaderClassName
{
color: #EAA2FC;
}
.AnyTagClassName
{
color: #EAA2FC;
}
</style>
background-color css
<style>
a { background-color: #EAA2FC; }
a { background-color: rgb(234,162,252); }
div.DivClassName
{
background-color: #EAA2FC;
}
.BgClassName
{
background-color: #EAA2FC;
}
</style>
border-color css
<style>
span { border-color: #EAA2FC; }
span { border-color: rgb(234,162,252); }
td.TdClassName
{
border-color: #EAA2FC;
}
.TagClassName
{
border-color: #EAA2FC;
}
</style>