Shades of Mauve #EAC3FC
Tints of Mauve #EAC3FC
RGB
CMYK
RGB Variations
Color information
#EAC3FC (or 0xEAC3FC) is known color: Mauve. HEX triplet: EA, C3 and FC. RGB value is (234,195,252). Sum of RGB (Red+Green+Blue) = 234+195+252=681 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.36% from 681); Green value is 195 (76.56% from 255 or 28.63% from 681); Blue value is 252 (98.83% from 255 or 37.00% from 681); Max value from RGB is 252 - color contains mainly: blue. Hex color #EAC3FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC3FC is #153C03. Grayscale: #D4D4D4. Windows color (decimal): -1391620 or 16565226. OLE color: 16565226.
HSL color Cylindrical-coordinate representation of color #EAC3FC: hue angle of 281.05º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EAC3FC is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 195 | 252 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.01 |
| HSL | 281.05º | 0.9% | 0.88% | - |
| HSV(B) | 281.05º | 0.23% | 0.99% | - |
| XYZ | 71.02 | 63.55 | 100.62 | - |
| YUV | 213.16 | 149.92 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 195 | 252 | 0.07 | 0.23 | 0 | 0.01 | 281.05 | 0.9 | 0.88 |
| Hex | EA | C3 | FC | 7 | 17 | 0 | 1 | 119 | 5A | 58 |
| Octal | 352 | 303 | 374 | 7 | 27 | 0 | 1 | 431 | 132 | 130 |
| Binary | 11101010 | 11000011 | 11111100 | 111 | 10111 | 0 | 1 | 100011001 | 1011010 | 1011000 |
Color Harmonies of #EAC3FC
Complementary color
Monochromatic Colors of #EAC3FC
Black with #EAC3FC
Text Example
Text Example
White with #EAC3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC3FC; }
p { color: rgb(234,195,252); }
H1.HeaderClassName
{
color: #EAC3FC;
}
.AnyTagClassName
{
color: #EAC3FC;
}
</style>
background-color css
<style>
a { background-color: #EAC3FC; }
a { background-color: rgb(234,195,252); }
div.DivClassName
{
background-color: #EAC3FC;
}
.BgClassName
{
background-color: #EAC3FC;
}
</style>
border-color css
<style>
span { border-color: #EAC3FC; }
span { border-color: rgb(234,195,252); }
td.TdClassName
{
border-color: #EAC3FC;
}
.TagClassName
{
border-color: #EAC3FC;
}
</style>