Shades of Mauve #EAC9FF
Tints of Mauve #EAC9FF
RGB
CMYK
RGB Variations
Color information
#EAC9FF (or 0xEAC9FF) is known color: Mauve. HEX triplet: EA, C9 and FF. RGB value is (234,201,255). Sum of RGB (Red+Green+Blue) = 234+201+255=690 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.91% from 690); Green value is 201 (78.91% from 255 or 29.13% from 690); Blue value is 255 (100% from 255 or 36.96% from 690); Max value from RGB is 255 - color contains mainly: blue. Hex color #EAC9FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC9FF is #153600. Grayscale: #D8D8D8. Windows color (decimal): -1390081 or 16763370. OLE color: 16763370.
HSL color Cylindrical-coordinate representation of color #EAC9FF: hue angle of 276.67º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EAC9FF is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 234 | 201 | 255 | - |
| CMYK | 0.08 | 0.21 | 0 | 0 |
| HSL | 276.67º | 1% | 0.89% | - |
| HSV(B) | 276.67º | 0.21% | 1% | - |
| XYZ | 72.87 | 66.49 | 103.6 | - |
| YUV | 217.02 | 149.43 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 201 | 255 | 0.08 | 0.21 | 0 | 0 | 276.67 | 1 | 0.89 |
| Hex | EA | C9 | FF | 8 | 15 | 0 | 0 | 115 | 64 | 59 |
| Octal | 352 | 311 | 377 | 10 | 25 | 0 | 0 | 425 | 144 | 131 |
| Binary | 11101010 | 11001001 | 11111111 | 1000 | 10101 | 0 | 0 | 100010101 | 1100100 | 1011001 |
Color Harmonies of #EAC9FF
Complementary color
Monochromatic Colors of #EAC9FF
Black with #EAC9FF
Text Example
Text Example
White with #EAC9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC9FF; }
p { color: rgb(234,201,255); }
H1.HeaderClassName
{
color: #EAC9FF;
}
.AnyTagClassName
{
color: #EAC9FF;
}
</style>
background-color css
<style>
a { background-color: #EAC9FF; }
a { background-color: rgb(234,201,255); }
div.DivClassName
{
background-color: #EAC9FF;
}
.BgClassName
{
background-color: #EAC9FF;
}
</style>
border-color css
<style>
span { border-color: #EAC9FF; }
span { border-color: rgb(234,201,255); }
td.TdClassName
{
border-color: #EAC9FF;
}
.TagClassName
{
border-color: #EAC9FF;
}
</style>