Shades of Mauve #EAC5FF
Tints of Mauve #EAC5FF
RGB
CMYK
RGB Variations
Color information
#EAC5FF (or 0xEAC5FF) is known color: Mauve. HEX triplet: EA, C5 and FF. RGB value is (234,197,255). Sum of RGB (Red+Green+Blue) = 234+197+255=686 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.11% from 686); Green value is 197 (77.34% from 255 or 28.72% from 686); Blue value is 255 (100% from 255 or 37.17% from 686); Max value from RGB is 255 - color contains mainly: blue. Hex color #EAC5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC5FF is #153A00. Grayscale: #D6D6D6. Windows color (decimal): -1391105 or 16762346. OLE color: 16762346.
HSL color Cylindrical-coordinate representation of color #EAC5FF: hue angle of 278.28º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EAC5FF is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 234 | 197 | 255 | - |
| CMYK | 0.08 | 0.23 | 0 | 0 |
| HSL | 278.28º | 1% | 0.89% | - |
| HSV(B) | 278.28º | 0.23% | 1% | - |
| XYZ | 71.95 | 64.64 | 103.29 | - |
| YUV | 214.68 | 150.76 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 197 | 255 | 0.08 | 0.23 | 0 | 0 | 278.28 | 1 | 0.89 |
| Hex | EA | C5 | FF | 8 | 17 | 0 | 0 | 116 | 64 | 59 |
| Octal | 352 | 305 | 377 | 10 | 27 | 0 | 0 | 426 | 144 | 131 |
| Binary | 11101010 | 11000101 | 11111111 | 1000 | 10111 | 0 | 0 | 100010110 | 1100100 | 1011001 |
Color Harmonies of #EAC5FF
Complementary color
Monochromatic Colors of #EAC5FF
Black with #EAC5FF
Text Example
Text Example
White with #EAC5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC5FF; }
p { color: rgb(234,197,255); }
H1.HeaderClassName
{
color: #EAC5FF;
}
.AnyTagClassName
{
color: #EAC5FF;
}
</style>
background-color css
<style>
a { background-color: #EAC5FF; }
a { background-color: rgb(234,197,255); }
div.DivClassName
{
background-color: #EAC5FF;
}
.BgClassName
{
background-color: #EAC5FF;
}
</style>
border-color css
<style>
span { border-color: #EAC5FF; }
span { border-color: rgb(234,197,255); }
td.TdClassName
{
border-color: #EAC5FF;
}
.TagClassName
{
border-color: #EAC5FF;
}
</style>