Shades of Mauve #EAC5FC
Tints of Mauve #EAC5FC
RGB
CMYK
RGB Variations
Color information
#EAC5FC (or 0xEAC5FC) is known color: Mauve. HEX triplet: EA, C5 and FC. RGB value is (234,197,252). Sum of RGB (Red+Green+Blue) = 234+197+252=683 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.26% from 683); Green value is 197 (77.34% from 255 or 28.84% from 683); Blue value is 252 (98.83% from 255 or 36.90% from 683); Max value from RGB is 252 - color contains mainly: blue. Hex color #EAC5FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC5FC is #153A03. Grayscale: #D6D6D6. Windows color (decimal): -1391108 or 16565738. OLE color: 16565738.
HSL color Cylindrical-coordinate representation of color #EAC5FC: hue angle of 280.36º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EAC5FC is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 197 | 252 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.01 |
| HSL | 280.36º | 0.9% | 0.88% | - |
| HSV(B) | 280.36º | 0.22% | 0.99% | - |
| XYZ | 71.47 | 64.45 | 100.77 | - |
| YUV | 214.33 | 149.26 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 197 | 252 | 0.07 | 0.22 | 0 | 0.01 | 280.36 | 0.9 | 0.88 |
| Hex | EA | C5 | FC | 7 | 16 | 0 | 1 | 118 | 5A | 58 |
| Octal | 352 | 305 | 374 | 7 | 26 | 0 | 1 | 430 | 132 | 130 |
| Binary | 11101010 | 11000101 | 11111100 | 111 | 10110 | 0 | 1 | 100011000 | 1011010 | 1011000 |
Color Harmonies of #EAC5FC
Complementary color
Monochromatic Colors of #EAC5FC
Black with #EAC5FC
Text Example
Text Example
White with #EAC5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC5FC; }
p { color: rgb(234,197,252); }
H1.HeaderClassName
{
color: #EAC5FC;
}
.AnyTagClassName
{
color: #EAC5FC;
}
</style>
background-color css
<style>
a { background-color: #EAC5FC; }
a { background-color: rgb(234,197,252); }
div.DivClassName
{
background-color: #EAC5FC;
}
.BgClassName
{
background-color: #EAC5FC;
}
</style>
border-color css
<style>
span { border-color: #EAC5FC; }
span { border-color: rgb(234,197,252); }
td.TdClassName
{
border-color: #EAC5FC;
}
.TagClassName
{
border-color: #EAC5FC;
}
</style>