Shades of Mauve #E9B1FB
Tints of Mauve #E9B1FB
RGB
CMYK
RGB Variations
Color information
#E9B1FB (or 0xE9B1FB) is known color: Mauve. HEX triplet: E9, B1 and FB. RGB value is (233,177,251). Sum of RGB (Red+Green+Blue) = 233+177+251=661 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.25% from 661); Green value is 177 (69.53% from 255 or 26.78% 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 #E9B1FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9B1FB is #164E04. Grayscale: #C9C9C9. Windows color (decimal): -1461765 or 16495081. OLE color: 16495081.
HSL color Cylindrical-coordinate representation of color #E9B1FB: hue angle of 285.41º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E9B1FB is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 177 | 251 | - |
| CMYK | 0.07 | 0.29 | 0 | 0.02 |
| HSL | 285.41º | 0.9% | 0.84% | - |
| HSV(B) | 285.41º | 0.29% | 0.98% | - |
| XYZ | 66.74 | 55.73 | 98.51 | - |
| YUV | 202.18 | 155.55 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 177 | 251 | 0.07 | 0.29 | 0 | 0.02 | 285.41 | 0.9 | 0.84 |
| Hex | E9 | B1 | FB | 7 | 1D | 0 | 2 | 11D | 5A | 54 |
| Octal | 351 | 261 | 373 | 7 | 35 | 0 | 2 | 435 | 132 | 124 |
| Binary | 11101001 | 10110001 | 11111011 | 111 | 11101 | 0 | 10 | 100011101 | 1011010 | 1010100 |
Color Harmonies of #E9B1FB
Complementary color
Monochromatic Colors of #E9B1FB
Black with #E9B1FB
Text Example
Text Example
White with #E9B1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B1FB; }
p { color: rgb(233,177,251); }
H1.HeaderClassName
{
color: #E9B1FB;
}
.AnyTagClassName
{
color: #E9B1FB;
}
</style>
background-color css
<style>
a { background-color: #E9B1FB; }
a { background-color: rgb(233,177,251); }
div.DivClassName
{
background-color: #E9B1FB;
}
.BgClassName
{
background-color: #E9B1FB;
}
</style>
border-color css
<style>
span { border-color: #E9B1FB; }
span { border-color: rgb(233,177,251); }
td.TdClassName
{
border-color: #E9B1FB;
}
.TagClassName
{
border-color: #E9B1FB;
}
</style>