Shades of Mauve #EAACF5
Tints of Mauve #EAACF5
RGB
CMYK
RGB Variations
Color information
#EAACF5 (or 0xEAACF5) is known color: Mauve. HEX triplet: EA, AC and F5. RGB value is (234,172,245). Sum of RGB (Red+Green+Blue) = 234+172+245=651 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.94% from 651); Green value is 172 (67.58% from 255 or 26.42% from 651); Blue value is 245 (96.09% from 255 or 37.63% from 651); Max value from RGB is 245 - color contains mainly: blue. Hex color #EAACF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAACF5 is #15530A. Grayscale: #C6C6C6. Windows color (decimal): -1397515 or 16100586. OLE color: 16100586.
HSL color Cylindrical-coordinate representation of color #EAACF5: hue angle of 290.96º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EAACF5 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 172 | 245 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.04 |
| HSL | 290.96º | 0.78% | 0.82% | - |
| HSV(B) | 290.96º | 0.3% | 0.96% | - |
| XYZ | 65.17 | 53.59 | 93.3 | - |
| YUV | 198.86 | 154.04 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 172 | 245 | 0.04 | 0.30 | 0 | 0.04 | 290.96 | 0.78 | 0.82 |
| Hex | EA | AC | F5 | 4 | 1E | 0 | 4 | 123 | 4E | 52 |
| Octal | 352 | 254 | 365 | 4 | 36 | 0 | 4 | 443 | 116 | 122 |
| Binary | 11101010 | 10101100 | 11110101 | 100 | 11110 | 0 | 100 | 100100011 | 1001110 | 1010010 |
Color Harmonies of #EAACF5
Complementary color
Monochromatic Colors of #EAACF5
Black with #EAACF5
Text Example
Text Example
White with #EAACF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAACF5; }
p { color: rgb(234,172,245); }
H1.HeaderClassName
{
color: #EAACF5;
}
.AnyTagClassName
{
color: #EAACF5;
}
</style>
background-color css
<style>
a { background-color: #EAACF5; }
a { background-color: rgb(234,172,245); }
div.DivClassName
{
background-color: #EAACF5;
}
.BgClassName
{
background-color: #EAACF5;
}
</style>
border-color css
<style>
span { border-color: #EAACF5; }
span { border-color: rgb(234,172,245); }
td.TdClassName
{
border-color: #EAACF5;
}
.TagClassName
{
border-color: #EAACF5;
}
</style>