Shades of Mauve #E9B0FB
Tints of Mauve #E9B0FB
RGB
CMYK
RGB Variations
Color information
#E9B0FB (or 0xE9B0FB) is known color: Mauve. HEX triplet: E9, B0 and FB. RGB value is (233,176,251). Sum of RGB (Red+Green+Blue) = 233+176+251=660 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.30% from 660); Green value is 176 (69.14% from 255 or 26.67% from 660); Blue value is 251 (98.44% from 255 or 38.03% from 660); Max value from RGB is 251 - color contains mainly: blue. Hex color #E9B0FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9B0FB is #164F04. Grayscale: #C9C9C9. Windows color (decimal): -1462021 or 16494825. OLE color: 16494825.
HSL color Cylindrical-coordinate representation of color #E9B0FB: hue angle of 285.6º 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 #E9B0FB is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 176 | 251 | - |
| CMYK | 0.07 | 0.30 | 0 | 0.02 |
| HSL | 285.6º | 0.9% | 0.84% | - |
| HSV(B) | 285.6º | 0.3% | 0.98% | - |
| XYZ | 66.54 | 55.34 | 98.44 | - |
| YUV | 201.59 | 155.88 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 176 | 251 | 0.07 | 0.30 | 0 | 0.02 | 285.6 | 0.9 | 0.84 |
| Hex | E9 | B0 | FB | 7 | 1E | 0 | 2 | 11E | 5A | 54 |
| Octal | 351 | 260 | 373 | 7 | 36 | 0 | 2 | 436 | 132 | 124 |
| Binary | 11101001 | 10110000 | 11111011 | 111 | 11110 | 0 | 10 | 100011110 | 1011010 | 1010100 |
Color Harmonies of #E9B0FB
Complementary color
Monochromatic Colors of #E9B0FB
Black with #E9B0FB
Text Example
Text Example
White with #E9B0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B0FB; }
p { color: rgb(233,176,251); }
H1.HeaderClassName
{
color: #E9B0FB;
}
.AnyTagClassName
{
color: #E9B0FB;
}
</style>
background-color css
<style>
a { background-color: #E9B0FB; }
a { background-color: rgb(233,176,251); }
div.DivClassName
{
background-color: #E9B0FB;
}
.BgClassName
{
background-color: #E9B0FB;
}
</style>
border-color css
<style>
span { border-color: #E9B0FB; }
span { border-color: rgb(233,176,251); }
td.TdClassName
{
border-color: #E9B0FB;
}
.TagClassName
{
border-color: #E9B0FB;
}
</style>