Shades of Mauve #EABBF5
Tints of Mauve #EABBF5
RGB
CMYK
RGB Variations
Color information
#EABBF5 (or 0xEABBF5) is known color: Mauve. HEX triplet: EA, BB and F5. RGB value is (234,187,245). Sum of RGB (Red+Green+Blue) = 234+187+245=666 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.14% from 666); Green value is 187 (73.44% from 255 or 28.08% from 666); Blue value is 245 (96.09% from 255 or 36.79% from 666); Max value from RGB is 245 - color contains mainly: blue. Hex color #EABBF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABBF5 is #15440A. Grayscale: #CFCFCF. Windows color (decimal): -1393675 or 16104426. OLE color: 16104426.
HSL color Cylindrical-coordinate representation of color #EABBF5: hue angle of 288.62º degrees, saturation: 0.74, 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 #EABBF5 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 187 | 245 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.04 |
| HSL | 288.62º | 0.74% | 0.85% | - |
| HSV(B) | 288.62º | 0.24% | 0.96% | - |
| XYZ | 68.18 | 59.63 | 94.3 | - |
| YUV | 207.67 | 149.07 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 245 | 0.04 | 0.24 | 0 | 0.04 | 288.62 | 0.74 | 0.85 |
| Hex | EA | BB | F5 | 4 | 18 | 0 | 4 | 121 | 4A | 55 |
| Octal | 352 | 273 | 365 | 4 | 30 | 0 | 4 | 441 | 112 | 125 |
| Binary | 11101010 | 10111011 | 11110101 | 100 | 11000 | 0 | 100 | 100100001 | 1001010 | 1010101 |
Color Harmonies of #EABBF5
Complementary color
Monochromatic Colors of #EABBF5
Black with #EABBF5
Text Example
Text Example
White with #EABBF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABBF5; }
p { color: rgb(234,187,245); }
H1.HeaderClassName
{
color: #EABBF5;
}
.AnyTagClassName
{
color: #EABBF5;
}
</style>
background-color css
<style>
a { background-color: #EABBF5; }
a { background-color: rgb(234,187,245); }
div.DivClassName
{
background-color: #EABBF5;
}
.BgClassName
{
background-color: #EABBF5;
}
</style>
border-color css
<style>
span { border-color: #EABBF5; }
span { border-color: rgb(234,187,245); }
td.TdClassName
{
border-color: #EABBF5;
}
.TagClassName
{
border-color: #EABBF5;
}
</style>