Shades of Mauve #E9ABFC
Tints of Mauve #E9ABFC
RGB
CMYK
RGB Variations
Color information
#E9ABFC (or 0xE9ABFC) is known color: Mauve. HEX triplet: E9, AB and FC. RGB value is (233,171,252). Sum of RGB (Red+Green+Blue) = 233+171+252=656 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.52% from 656); Green value is 171 (67.19% from 255 or 26.07% from 656); Blue value is 252 (98.83% from 255 or 38.41% from 656); Max value from RGB is 252 - color contains mainly: blue. Hex color #E9ABFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9ABFC is #165403. Grayscale: #C6C6C6. Windows color (decimal): -1463300 or 16559081. OLE color: 16559081.
HSL color Cylindrical-coordinate representation of color #E9ABFC: hue angle of 285.93º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E9ABFC is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 171 | 252 | - |
| CMYK | 0.08 | 0.32 | 0 | 0.01 |
| HSL | 285.93º | 0.93% | 0.83% | - |
| HSV(B) | 285.93º | 0.32% | 0.99% | - |
| XYZ | 65.74 | 53.48 | 98.95 | - |
| YUV | 198.77 | 158.04 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 171 | 252 | 0.08 | 0.32 | 0 | 0.01 | 285.93 | 0.93 | 0.83 |
| Hex | E9 | AB | FC | 8 | 20 | 0 | 1 | 11E | 5D | 53 |
| Octal | 351 | 253 | 374 | 10 | 40 | 0 | 1 | 436 | 135 | 123 |
| Binary | 11101001 | 10101011 | 11111100 | 1000 | 100000 | 0 | 1 | 100011110 | 1011101 | 1010011 |
Color Harmonies of #E9ABFC
Complementary color
Monochromatic Colors of #E9ABFC
Black with #E9ABFC
Text Example
Text Example
White with #E9ABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9ABFC; }
p { color: rgb(233,171,252); }
H1.HeaderClassName
{
color: #E9ABFC;
}
.AnyTagClassName
{
color: #E9ABFC;
}
</style>
background-color css
<style>
a { background-color: #E9ABFC; }
a { background-color: rgb(233,171,252); }
div.DivClassName
{
background-color: #E9ABFC;
}
.BgClassName
{
background-color: #E9ABFC;
}
</style>
border-color css
<style>
span { border-color: #E9ABFC; }
span { border-color: rgb(233,171,252); }
td.TdClassName
{
border-color: #E9ABFC;
}
.TagClassName
{
border-color: #E9ABFC;
}
</style>