Shades of Mauve #EABBF6
Tints of Mauve #EABBF6
RGB
CMYK
RGB Variations
Color information
#EABBF6 (or 0xEABBF6) is known color: Mauve. HEX triplet: EA, BB and F6. RGB value is (234,187,246). Sum of RGB (Red+Green+Blue) = 234+187+246=667 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.08% from 667); Green value is 187 (73.44% from 255 or 28.04% from 667); Blue value is 246 (96.48% from 255 or 36.88% from 667); Max value from RGB is 246 - color contains mainly: blue. Hex color #EABBF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABBF6 is #154409. Grayscale: #CFCFCF. Windows color (decimal): -1393674 or 16169962. OLE color: 16169962.
HSL color Cylindrical-coordinate representation of color #EABBF6: hue angle of 287.8º degrees, saturation: 0.77, 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 #EABBF6 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 187 | 246 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.04 |
| HSL | 287.8º | 0.77% | 0.85% | - |
| HSV(B) | 287.8º | 0.24% | 0.96% | - |
| XYZ | 68.34 | 59.69 | 95.11 | - |
| YUV | 207.78 | 149.57 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 246 | 0.05 | 0.24 | 0 | 0.04 | 287.8 | 0.77 | 0.85 |
| Hex | EA | BB | F6 | 5 | 18 | 0 | 4 | 120 | 4D | 55 |
| Octal | 352 | 273 | 366 | 5 | 30 | 0 | 4 | 440 | 115 | 125 |
| Binary | 11101010 | 10111011 | 11110110 | 101 | 11000 | 0 | 100 | 100100000 | 1001101 | 1010101 |
Color Harmonies of #EABBF6
Complementary color
Monochromatic Colors of #EABBF6
Black with #EABBF6
Text Example
Text Example
White with #EABBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABBF6; }
p { color: rgb(234,187,246); }
H1.HeaderClassName
{
color: #EABBF6;
}
.AnyTagClassName
{
color: #EABBF6;
}
</style>
background-color css
<style>
a { background-color: #EABBF6; }
a { background-color: rgb(234,187,246); }
div.DivClassName
{
background-color: #EABBF6;
}
.BgClassName
{
background-color: #EABBF6;
}
</style>
border-color css
<style>
span { border-color: #EABBF6; }
span { border-color: rgb(234,187,246); }
td.TdClassName
{
border-color: #EABBF6;
}
.TagClassName
{
border-color: #EABBF6;
}
</style>