Shades of Mauve #EAB0FB
Tints of Mauve #EAB0FB
RGB
CMYK
RGB Variations
Color information
#EAB0FB (or 0xEAB0FB) is known color: Mauve. HEX triplet: EA, B0 and FB. RGB value is (234,176,251). Sum of RGB (Red+Green+Blue) = 234+176+251=661 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.40% from 661); Green value is 176 (69.14% from 255 or 26.63% from 661); Blue value is 251 (98.44% from 255 or 37.97% from 661); Max value from RGB is 251 - color contains mainly: blue. Hex color #EAB0FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAB0FB is #154F04. Grayscale: #C9C9C9. Windows color (decimal): -1396485 or 16494826. OLE color: 16494826.
HSL color Cylindrical-coordinate representation of color #EAB0FB: hue angle of 286.4º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EAB0FB is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 176 | 251 | - |
| CMYK | 0.07 | 0.30 | 0 | 0.02 |
| HSL | 286.4º | 0.9% | 0.84% | - |
| HSV(B) | 286.4º | 0.3% | 0.98% | - |
| XYZ | 66.87 | 55.51 | 98.46 | - |
| YUV | 201.89 | 155.72 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 176 | 251 | 0.07 | 0.30 | 0 | 0.02 | 286.4 | 0.9 | 0.84 |
| Hex | EA | B0 | FB | 7 | 1E | 0 | 2 | 11E | 5A | 54 |
| Octal | 352 | 260 | 373 | 7 | 36 | 0 | 2 | 436 | 132 | 124 |
| Binary | 11101010 | 10110000 | 11111011 | 111 | 11110 | 0 | 10 | 100011110 | 1011010 | 1010100 |
Color Harmonies of #EAB0FB
Complementary color
Monochromatic Colors of #EAB0FB
Black with #EAB0FB
Text Example
Text Example
White with #EAB0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB0FB; }
p { color: rgb(234,176,251); }
H1.HeaderClassName
{
color: #EAB0FB;
}
.AnyTagClassName
{
color: #EAB0FB;
}
</style>
background-color css
<style>
a { background-color: #EAB0FB; }
a { background-color: rgb(234,176,251); }
div.DivClassName
{
background-color: #EAB0FB;
}
.BgClassName
{
background-color: #EAB0FB;
}
</style>
border-color css
<style>
span { border-color: #EAB0FB; }
span { border-color: rgb(234,176,251); }
td.TdClassName
{
border-color: #EAB0FB;
}
.TagClassName
{
border-color: #EAB0FB;
}
</style>