Shades of Mauve #EAB0F6
Tints of Mauve #EAB0F6
RGB
CMYK
RGB Variations
Color information
#EAB0F6 (or 0xEAB0F6) is known color: Mauve. HEX triplet: EA, B0 and F6. RGB value is (234,176,246). Sum of RGB (Red+Green+Blue) = 234+176+246=656 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.67% from 656); Green value is 176 (69.14% from 255 or 26.83% from 656); Blue value is 246 (96.48% from 255 or 37.5% from 656); Max value from RGB is 246 - color contains mainly: blue. Hex color #EAB0F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAB0F6 is #154F09. Grayscale: #C9C9C9. Windows color (decimal): -1396490 or 16167146. OLE color: 16167146.
HSL color Cylindrical-coordinate representation of color #EAB0F6: hue angle of 289.71º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAB0F6 is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 176 | 246 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.04 |
| HSL | 289.71º | 0.8% | 0.83% | - |
| HSV(B) | 289.71º | 0.28% | 0.96% | - |
| XYZ | 66.09 | 55.2 | 94.36 | - |
| YUV | 201.32 | 153.22 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 176 | 246 | 0.05 | 0.28 | 0 | 0.04 | 289.71 | 0.8 | 0.83 |
| Hex | EA | B0 | F6 | 5 | 1C | 0 | 4 | 122 | 50 | 53 |
| Octal | 352 | 260 | 366 | 5 | 34 | 0 | 4 | 442 | 120 | 123 |
| Binary | 11101010 | 10110000 | 11110110 | 101 | 11100 | 0 | 100 | 100100010 | 1010000 | 1010011 |
Color Harmonies of #EAB0F6
Complementary color
Monochromatic Colors of #EAB0F6
Black with #EAB0F6
Text Example
Text Example
White with #EAB0F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB0F6; }
p { color: rgb(234,176,246); }
H1.HeaderClassName
{
color: #EAB0F6;
}
.AnyTagClassName
{
color: #EAB0F6;
}
</style>
background-color css
<style>
a { background-color: #EAB0F6; }
a { background-color: rgb(234,176,246); }
div.DivClassName
{
background-color: #EAB0F6;
}
.BgClassName
{
background-color: #EAB0F6;
}
</style>
border-color css
<style>
span { border-color: #EAB0F6; }
span { border-color: rgb(234,176,246); }
td.TdClassName
{
border-color: #EAB0F6;
}
.TagClassName
{
border-color: #EAB0F6;
}
</style>