Shades of Mauve #EABCF6
Tints of Mauve #EABCF6
RGB
CMYK
RGB Variations
Color information
#EABCF6 (or 0xEABCF6) is known color: Mauve. HEX triplet: EA, BC and F6. RGB value is (234,188,246). Sum of RGB (Red+Green+Blue) = 234+188+246=668 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.03% from 668); Green value is 188 (73.83% from 255 or 28.14% from 668); Blue value is 246 (96.48% from 255 or 36.83% from 668); Max value from RGB is 246 - color contains mainly: blue. Hex color #EABCF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABCF6 is #154309. Grayscale: #D0D0D0. Windows color (decimal): -1393418 or 16170218. OLE color: 16170218.
HSL color Cylindrical-coordinate representation of color #EABCF6: hue angle of 287.59º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EABCF6 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 188 | 246 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.04 |
| HSL | 287.59º | 0.76% | 0.85% | - |
| HSV(B) | 287.59º | 0.24% | 0.96% | - |
| XYZ | 68.55 | 60.11 | 95.18 | - |
| YUV | 208.37 | 149.24 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 188 | 246 | 0.05 | 0.24 | 0 | 0.04 | 287.59 | 0.76 | 0.85 |
| Hex | EA | BC | F6 | 5 | 18 | 0 | 4 | 120 | 4C | 55 |
| Octal | 352 | 274 | 366 | 5 | 30 | 0 | 4 | 440 | 114 | 125 |
| Binary | 11101010 | 10111100 | 11110110 | 101 | 11000 | 0 | 100 | 100100000 | 1001100 | 1010101 |
Color Harmonies of #EABCF6
Complementary color
Monochromatic Colors of #EABCF6
Black with #EABCF6
Text Example
Text Example
White with #EABCF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABCF6; }
p { color: rgb(234,188,246); }
H1.HeaderClassName
{
color: #EABCF6;
}
.AnyTagClassName
{
color: #EABCF6;
}
</style>
background-color css
<style>
a { background-color: #EABCF6; }
a { background-color: rgb(234,188,246); }
div.DivClassName
{
background-color: #EABCF6;
}
.BgClassName
{
background-color: #EABCF6;
}
</style>
border-color css
<style>
span { border-color: #EABCF6; }
span { border-color: rgb(234,188,246); }
td.TdClassName
{
border-color: #EABCF6;
}
.TagClassName
{
border-color: #EABCF6;
}
</style>