Shades of Mauve #EABBFE
Tints of Mauve #EABBFE
RGB
CMYK
RGB Variations
Color information
#EABBFE (or 0xEABBFE) is known color: Mauve. HEX triplet: EA, BB and FE. RGB value is (234,187,254). Sum of RGB (Red+Green+Blue) = 234+187+254=675 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.67% from 675); Green value is 187 (73.44% from 255 or 27.70% from 675); Blue value is 254 (99.61% from 255 or 37.63% from 675); Max value from RGB is 254 - color contains mainly: blue. Hex color #EABBFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABBFE is #154401. Grayscale: #D0D0D0. Windows color (decimal): -1393666 or 16694250. OLE color: 16694250.
HSL color Cylindrical-coordinate representation of color #EABBFE: hue angle of 282.09º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EABBFE is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 234 | 187 | 254 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.00 |
| HSL | 282.09º | 0.97% | 0.86% | - |
| HSV(B) | 282.09º | 0.26% | 1% | - |
| XYZ | 69.59 | 60.19 | 101.72 | - |
| YUV | 208.69 | 153.57 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 254 | 0.08 | 0.26 | 0 | 0.00 | 282.09 | 0.97 | 0.86 |
| Hex | EA | BB | FE | 8 | 1A | 0 | 0 | 11A | 61 | 56 |
| Octal | 352 | 273 | 376 | 10 | 32 | 0 | 0 | 432 | 141 | 126 |
| Binary | 11101010 | 10111011 | 11111110 | 1000 | 11010 | 0 | 0 | 100011010 | 1100001 | 1010110 |
Color Harmonies of #EABBFE
Complementary color
Monochromatic Colors of #EABBFE
Black with #EABBFE
Text Example
Text Example
White with #EABBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABBFE; }
p { color: rgb(234,187,254); }
H1.HeaderClassName
{
color: #EABBFE;
}
.AnyTagClassName
{
color: #EABBFE;
}
</style>
background-color css
<style>
a { background-color: #EABBFE; }
a { background-color: rgb(234,187,254); }
div.DivClassName
{
background-color: #EABBFE;
}
.BgClassName
{
background-color: #EABBFE;
}
</style>
border-color css
<style>
span { border-color: #EABBFE; }
span { border-color: rgb(234,187,254); }
td.TdClassName
{
border-color: #EABBFE;
}
.TagClassName
{
border-color: #EABBFE;
}
</style>