Shades of Mauve #EAACF2
Tints of Mauve #EAACF2
RGB
CMYK
RGB Variations
Color information
#EAACF2 (or 0xEAACF2) is known color: Mauve. HEX triplet: EA, AC and F2. RGB value is (234,172,242). Sum of RGB (Red+Green+Blue) = 234+172+242=648 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.11% from 648); Green value is 172 (67.58% from 255 or 26.54% from 648); Blue value is 242 (94.92% from 255 or 37.35% from 648); Max value from RGB is 242 - color contains mainly: blue. Hex color #EAACF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAACF2 is #15530D. Grayscale: #C6C6C6. Windows color (decimal): -1397518 or 15903978. OLE color: 15903978.
HSL color Cylindrical-coordinate representation of color #EAACF2: hue angle of 293.14º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EAACF2 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 172 | 242 | - |
| CMYK | 0.03 | 0.29 | 0 | 0.05 |
| HSL | 293.14º | 0.73% | 0.81% | - |
| HSV(B) | 293.14º | 0.29% | 0.95% | - |
| XYZ | 64.71 | 53.41 | 90.9 | - |
| YUV | 198.52 | 152.54 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 172 | 242 | 0.03 | 0.29 | 0 | 0.05 | 293.14 | 0.73 | 0.81 |
| Hex | EA | AC | F2 | 3 | 1D | 0 | 5 | 125 | 49 | 51 |
| Octal | 352 | 254 | 362 | 3 | 35 | 0 | 5 | 445 | 111 | 121 |
| Binary | 11101010 | 10101100 | 11110010 | 11 | 11101 | 0 | 101 | 100100101 | 1001001 | 1010001 |
Color Harmonies of #EAACF2
Complementary color
Monochromatic Colors of #EAACF2
Black with #EAACF2
Text Example
Text Example
White with #EAACF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAACF2; }
p { color: rgb(234,172,242); }
H1.HeaderClassName
{
color: #EAACF2;
}
.AnyTagClassName
{
color: #EAACF2;
}
</style>
background-color css
<style>
a { background-color: #EAACF2; }
a { background-color: rgb(234,172,242); }
div.DivClassName
{
background-color: #EAACF2;
}
.BgClassName
{
background-color: #EAACF2;
}
</style>
border-color css
<style>
span { border-color: #EAACF2; }
span { border-color: rgb(234,172,242); }
td.TdClassName
{
border-color: #EAACF2;
}
.TagClassName
{
border-color: #EAACF2;
}
</style>