Shades of Mauve #EAC3FE
Tints of Mauve #EAC3FE
RGB
CMYK
RGB Variations
Color information
#EAC3FE (or 0xEAC3FE) is known color: Mauve. HEX triplet: EA, C3 and FE. RGB value is (234,195,254). Sum of RGB (Red+Green+Blue) = 234+195+254=683 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.26% from 683); Green value is 195 (76.56% from 255 or 28.55% from 683); Blue value is 254 (99.61% from 255 or 37.19% from 683); Max value from RGB is 254 - color contains mainly: blue. Hex color #EAC3FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC3FE is #153C01. Grayscale: #D5D5D5. Windows color (decimal): -1391618 or 16696298. OLE color: 16696298.
HSL color Cylindrical-coordinate representation of color #EAC3FE: hue angle of 279.66º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EAC3FE is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 234 | 195 | 254 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.00 |
| HSL | 279.66º | 0.97% | 0.88% | - |
| HSV(B) | 279.66º | 0.23% | 1% | - |
| XYZ | 71.34 | 63.68 | 102.3 | - |
| YUV | 213.39 | 150.92 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 195 | 254 | 0.08 | 0.23 | 0 | 0.00 | 279.66 | 0.97 | 0.88 |
| Hex | EA | C3 | FE | 8 | 17 | 0 | 0 | 118 | 61 | 58 |
| Octal | 352 | 303 | 376 | 10 | 27 | 0 | 0 | 430 | 141 | 130 |
| Binary | 11101010 | 11000011 | 11111110 | 1000 | 10111 | 0 | 0 | 100011000 | 1100001 | 1011000 |
Color Harmonies of #EAC3FE
Complementary color
Monochromatic Colors of #EAC3FE
Black with #EAC3FE
Text Example
Text Example
White with #EAC3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC3FE; }
p { color: rgb(234,195,254); }
H1.HeaderClassName
{
color: #EAC3FE;
}
.AnyTagClassName
{
color: #EAC3FE;
}
</style>
background-color css
<style>
a { background-color: #EAC3FE; }
a { background-color: rgb(234,195,254); }
div.DivClassName
{
background-color: #EAC3FE;
}
.BgClassName
{
background-color: #EAC3FE;
}
</style>
border-color css
<style>
span { border-color: #EAC3FE; }
span { border-color: rgb(234,195,254); }
td.TdClassName
{
border-color: #EAC3FE;
}
.TagClassName
{
border-color: #EAC3FE;
}
</style>