Shades of Mauve #EAACF8
Tints of Mauve #EAACF8
RGB
CMYK
RGB Variations
Color information
#EAACF8 (or 0xEAACF8) is known color: Mauve. HEX triplet: EA, AC and F8. RGB value is (234,172,248). Sum of RGB (Red+Green+Blue) = 234+172+248=654 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.78% from 654); Green value is 172 (67.58% from 255 or 26.30% from 654); Blue value is 248 (97.27% from 255 or 37.92% from 654); Max value from RGB is 248 - color contains mainly: blue. Hex color #EAACF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAACF8 is #155307. Grayscale: #C6C6C6. Windows color (decimal): -1397512 or 16297194. OLE color: 16297194.
HSL color Cylindrical-coordinate representation of color #EAACF8: hue angle of 288.95º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EAACF8 is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 234 | 172 | 248 | - |
| CMYK | 0.06 | 0.31 | 0 | 0.03 |
| HSL | 288.95º | 0.84% | 0.82% | - |
| HSV(B) | 288.95º | 0.31% | 0.97% | - |
| XYZ | 65.63 | 53.77 | 95.73 | - |
| YUV | 199.2 | 155.54 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 172 | 248 | 0.06 | 0.31 | 0 | 0.03 | 288.95 | 0.84 | 0.82 |
| Hex | EA | AC | F8 | 6 | 1F | 0 | 3 | 121 | 54 | 52 |
| Octal | 352 | 254 | 370 | 6 | 37 | 0 | 3 | 441 | 124 | 122 |
| Binary | 11101010 | 10101100 | 11111000 | 110 | 11111 | 0 | 11 | 100100001 | 1010100 | 1010010 |
Color Harmonies of #EAACF8
Complementary color
Monochromatic Colors of #EAACF8
Black with #EAACF8
Text Example
Text Example
White with #EAACF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAACF8; }
p { color: rgb(234,172,248); }
H1.HeaderClassName
{
color: #EAACF8;
}
.AnyTagClassName
{
color: #EAACF8;
}
</style>
background-color css
<style>
a { background-color: #EAACF8; }
a { background-color: rgb(234,172,248); }
div.DivClassName
{
background-color: #EAACF8;
}
.BgClassName
{
background-color: #EAACF8;
}
</style>
border-color css
<style>
span { border-color: #EAACF8; }
span { border-color: rgb(234,172,248); }
td.TdClassName
{
border-color: #EAACF8;
}
.TagClassName
{
border-color: #EAACF8;
}
</style>