Shades of Mauve #EABAFB
Tints of Mauve #EABAFB
RGB
CMYK
RGB Variations
Color information
#EABAFB (or 0xEABAFB) is known color: Mauve. HEX triplet: EA, BA and FB. RGB value is (234,186,251). Sum of RGB (Red+Green+Blue) = 234+186+251=671 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.87% from 671); Green value is 186 (73.05% from 255 or 27.72% from 671); Blue value is 251 (98.44% from 255 or 37.41% from 671); Max value from RGB is 251 - color contains mainly: blue. Hex color #EABAFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABAFB is #154504. Grayscale: #CFCFCF. Windows color (decimal): -1393925 or 16497386. OLE color: 16497386.
HSL color Cylindrical-coordinate representation of color #EABAFB: hue angle of 284.31º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EABAFB is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 186 | 251 | - |
| CMYK | 0.07 | 0.26 | 0 | 0.02 |
| HSL | 284.31º | 0.89% | 0.86% | - |
| HSV(B) | 284.31º | 0.26% | 0.98% | - |
| XYZ | 68.9 | 59.58 | 99.13 | - |
| YUV | 207.76 | 152.4 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 186 | 251 | 0.07 | 0.26 | 0 | 0.02 | 284.31 | 0.89 | 0.86 |
| Hex | EA | BA | FB | 7 | 1A | 0 | 2 | 11C | 59 | 56 |
| Octal | 352 | 272 | 373 | 7 | 32 | 0 | 2 | 434 | 131 | 126 |
| Binary | 11101010 | 10111010 | 11111011 | 111 | 11010 | 0 | 10 | 100011100 | 1011001 | 1010110 |
Color Harmonies of #EABAFB
Complementary color
Monochromatic Colors of #EABAFB
Black with #EABAFB
Text Example
Text Example
White with #EABAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABAFB; }
p { color: rgb(234,186,251); }
H1.HeaderClassName
{
color: #EABAFB;
}
.AnyTagClassName
{
color: #EABAFB;
}
</style>
background-color css
<style>
a { background-color: #EABAFB; }
a { background-color: rgb(234,186,251); }
div.DivClassName
{
background-color: #EABAFB;
}
.BgClassName
{
background-color: #EABAFB;
}
</style>
border-color css
<style>
span { border-color: #EABAFB; }
span { border-color: rgb(234,186,251); }
td.TdClassName
{
border-color: #EABAFB;
}
.TagClassName
{
border-color: #EABAFB;
}
</style>