Shades of Mauve #EAACFC
Tints of Mauve #EAACFC
RGB
CMYK
RGB Variations
Color information
#EAACFC (or 0xEAACFC) is known color: Mauve. HEX triplet: EA, AC and FC. RGB value is (234,172,252). Sum of RGB (Red+Green+Blue) = 234+172+252=658 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.56% from 658); Green value is 172 (67.58% from 255 or 26.14% from 658); Blue value is 252 (98.83% from 255 or 38.30% from 658); Max value from RGB is 252 - color contains mainly: blue. Hex color #EAACFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAACFC is #155303. Grayscale: #C7C7C7. Windows color (decimal): -1397508 or 16559338. OLE color: 16559338.
HSL color Cylindrical-coordinate representation of color #EAACFC: hue angle of 286.5º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EAACFC is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 172 | 252 | - |
| CMYK | 0.07 | 0.32 | 0 | 0.01 |
| HSL | 286.5º | 0.93% | 0.83% | - |
| HSV(B) | 286.5º | 0.32% | 0.99% | - |
| XYZ | 66.25 | 54.03 | 99.03 | - |
| YUV | 199.66 | 157.54 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 172 | 252 | 0.07 | 0.32 | 0 | 0.01 | 286.5 | 0.93 | 0.83 |
| Hex | EA | AC | FC | 7 | 20 | 0 | 1 | 11E | 5D | 53 |
| Octal | 352 | 254 | 374 | 7 | 40 | 0 | 1 | 436 | 135 | 123 |
| Binary | 11101010 | 10101100 | 11111100 | 111 | 100000 | 0 | 1 | 100011110 | 1011101 | 1010011 |
Color Harmonies of #EAACFC
Complementary color
Monochromatic Colors of #EAACFC
Black with #EAACFC
Text Example
Text Example
White with #EAACFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAACFC; }
p { color: rgb(234,172,252); }
H1.HeaderClassName
{
color: #EAACFC;
}
.AnyTagClassName
{
color: #EAACFC;
}
</style>
background-color css
<style>
a { background-color: #EAACFC; }
a { background-color: rgb(234,172,252); }
div.DivClassName
{
background-color: #EAACFC;
}
.BgClassName
{
background-color: #EAACFC;
}
</style>
border-color css
<style>
span { border-color: #EAACFC; }
span { border-color: rgb(234,172,252); }
td.TdClassName
{
border-color: #EAACFC;
}
.TagClassName
{
border-color: #EAACFC;
}
</style>