Shades of Mauve #E8ABFC
Tints of Mauve #E8ABFC
RGB
CMYK
RGB Variations
Color information
#E8ABFC (or 0xE8ABFC) is known color: Mauve. HEX triplet: E8, AB and FC. RGB value is (232,171,252). Sum of RGB (Red+Green+Blue) = 232+171+252=655 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.42% from 655); Green value is 171 (67.19% from 255 or 26.11% from 655); Blue value is 252 (98.83% from 255 or 38.47% from 655); Max value from RGB is 252 - color contains mainly: blue. Hex color #E8ABFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8ABFC is #175403. Grayscale: #C6C6C6. Windows color (decimal): -1528836 or 16559080. OLE color: 16559080.
HSL color Cylindrical-coordinate representation of color #E8ABFC: hue angle of 285.19º 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 #E8ABFC is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 171 | 252 | - |
| CMYK | 0.08 | 0.32 | 0 | 0.01 |
| HSL | 285.19º | 0.93% | 0.83% | - |
| HSV(B) | 285.19º | 0.32% | 0.99% | - |
| XYZ | 65.41 | 53.31 | 98.94 | - |
| YUV | 198.47 | 158.21 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 171 | 252 | 0.08 | 0.32 | 0 | 0.01 | 285.19 | 0.93 | 0.83 |
| Hex | E8 | AB | FC | 8 | 20 | 0 | 1 | 11D | 5D | 53 |
| Octal | 350 | 253 | 374 | 10 | 40 | 0 | 1 | 435 | 135 | 123 |
| Binary | 11101000 | 10101011 | 11111100 | 1000 | 100000 | 0 | 1 | 100011101 | 1011101 | 1010011 |
Color Harmonies of #E8ABFC
Complementary color
Monochromatic Colors of #E8ABFC
Black with #E8ABFC
Text Example
Text Example
White with #E8ABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8ABFC; }
p { color: rgb(232,171,252); }
H1.HeaderClassName
{
color: #E8ABFC;
}
.AnyTagClassName
{
color: #E8ABFC;
}
</style>
background-color css
<style>
a { background-color: #E8ABFC; }
a { background-color: rgb(232,171,252); }
div.DivClassName
{
background-color: #E8ABFC;
}
.BgClassName
{
background-color: #E8ABFC;
}
</style>
border-color css
<style>
span { border-color: #E8ABFC; }
span { border-color: rgb(232,171,252); }
td.TdClassName
{
border-color: #E8ABFC;
}
.TagClassName
{
border-color: #E8ABFC;
}
</style>