Shades of Mauve #EABBFB
Tints of Mauve #EABBFB
RGB
CMYK
RGB Variations
Color information
#EABBFB (or 0xEABBFB) is known color: Mauve. HEX triplet: EA, BB and FB. RGB value is (234,187,251). Sum of RGB (Red+Green+Blue) = 234+187+251=672 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.82% from 672); Green value is 187 (73.44% from 255 or 27.83% from 672); Blue value is 251 (98.44% from 255 or 37.35% from 672); Max value from RGB is 251 - color contains mainly: blue. Hex color #EABBFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABBFB is #154404. Grayscale: #D0D0D0. Windows color (decimal): -1393669 or 16497642. OLE color: 16497642.
HSL color Cylindrical-coordinate representation of color #EABBFB: hue angle of 284.06º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EABBFB is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 187 | 251 | - |
| CMYK | 0.07 | 0.25 | 0 | 0.02 |
| HSL | 284.06º | 0.89% | 0.86% | - |
| HSV(B) | 284.06º | 0.25% | 0.98% | - |
| XYZ | 69.11 | 60 | 99.2 | - |
| YUV | 208.35 | 152.07 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 251 | 0.07 | 0.25 | 0 | 0.02 | 284.06 | 0.89 | 0.86 |
| Hex | EA | BB | FB | 7 | 19 | 0 | 2 | 11C | 59 | 56 |
| Octal | 352 | 273 | 373 | 7 | 31 | 0 | 2 | 434 | 131 | 126 |
| Binary | 11101010 | 10111011 | 11111011 | 111 | 11001 | 0 | 10 | 100011100 | 1011001 | 1010110 |
Color Harmonies of #EABBFB
Complementary color
Monochromatic Colors of #EABBFB
Black with #EABBFB
Text Example
Text Example
White with #EABBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABBFB; }
p { color: rgb(234,187,251); }
H1.HeaderClassName
{
color: #EABBFB;
}
.AnyTagClassName
{
color: #EABBFB;
}
</style>
background-color css
<style>
a { background-color: #EABBFB; }
a { background-color: rgb(234,187,251); }
div.DivClassName
{
background-color: #EABBFB;
}
.BgClassName
{
background-color: #EABBFB;
}
</style>
border-color css
<style>
span { border-color: #EABBFB; }
span { border-color: rgb(234,187,251); }
td.TdClassName
{
border-color: #EABBFB;
}
.TagClassName
{
border-color: #EABBFB;
}
</style>