Shades of Mauve #E9ABFB
Tints of Mauve #E9ABFB
RGB
CMYK
RGB Variations
Color information
#E9ABFB (or 0xE9ABFB) is known color: Mauve. HEX triplet: E9, AB and FB. RGB value is (233,171,251). Sum of RGB (Red+Green+Blue) = 233+171+251=655 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.57% from 655); Green value is 171 (67.19% from 255 or 26.11% from 655); Blue value is 251 (98.44% from 255 or 38.32% from 655); Max value from RGB is 251 - color contains mainly: blue. Hex color #E9ABFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9ABFB is #165404. Grayscale: #C6C6C6. Windows color (decimal): -1463301 or 16493545. OLE color: 16493545.
HSL color Cylindrical-coordinate representation of color #E9ABFB: hue angle of 286.5º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E9ABFB is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 171 | 251 | - |
| CMYK | 0.07 | 0.32 | 0 | 0.02 |
| HSL | 286.5º | 0.91% | 0.83% | - |
| HSV(B) | 286.5º | 0.32% | 0.98% | - |
| XYZ | 65.58 | 53.41 | 98.12 | - |
| YUV | 198.66 | 157.54 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 171 | 251 | 0.07 | 0.32 | 0 | 0.02 | 286.5 | 0.91 | 0.83 |
| Hex | E9 | AB | FB | 7 | 20 | 0 | 2 | 11E | 5B | 53 |
| Octal | 351 | 253 | 373 | 7 | 40 | 0 | 2 | 436 | 133 | 123 |
| Binary | 11101001 | 10101011 | 11111011 | 111 | 100000 | 0 | 10 | 100011110 | 1011011 | 1010011 |
Color Harmonies of #E9ABFB
Complementary color
Monochromatic Colors of #E9ABFB
Black with #E9ABFB
Text Example
Text Example
White with #E9ABFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9ABFB; }
p { color: rgb(233,171,251); }
H1.HeaderClassName
{
color: #E9ABFB;
}
.AnyTagClassName
{
color: #E9ABFB;
}
</style>
background-color css
<style>
a { background-color: #E9ABFB; }
a { background-color: rgb(233,171,251); }
div.DivClassName
{
background-color: #E9ABFB;
}
.BgClassName
{
background-color: #E9ABFB;
}
</style>
border-color css
<style>
span { border-color: #E9ABFB; }
span { border-color: rgb(233,171,251); }
td.TdClassName
{
border-color: #E9ABFB;
}
.TagClassName
{
border-color: #E9ABFB;
}
</style>