Shades of Mauve #E6ABFC
Tints of Mauve #E6ABFC
RGB
CMYK
RGB Variations
Color information
#E6ABFC (or 0xE6ABFC) is known color: Mauve. HEX triplet: E6, AB and FC. RGB value is (230,171,252). Sum of RGB (Red+Green+Blue) = 230+171+252=653 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.22% from 653); Green value is 171 (67.19% from 255 or 26.19% from 653); Blue value is 252 (98.83% from 255 or 38.59% from 653); Max value from RGB is 252 - color contains mainly: blue. Hex color #E6ABFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6ABFC is #195403. Grayscale: #C5C5C5. Windows color (decimal): -1659908 or 16559078. OLE color: 16559078.
HSL color Cylindrical-coordinate representation of color #E6ABFC: hue angle of 283.7º 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 #E6ABFC is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 171 | 252 | - |
| CMYK | 0.09 | 0.32 | 0 | 0.01 |
| HSL | 283.7º | 0.93% | 0.83% | - |
| HSV(B) | 283.7º | 0.32% | 0.99% | - |
| XYZ | 64.77 | 52.98 | 98.91 | - |
| YUV | 197.88 | 158.55 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 171 | 252 | 0.09 | 0.32 | 0 | 0.01 | 283.7 | 0.93 | 0.83 |
| Hex | E6 | AB | FC | 9 | 20 | 0 | 1 | 11C | 5D | 53 |
| Octal | 346 | 253 | 374 | 11 | 40 | 0 | 1 | 434 | 135 | 123 |
| Binary | 11100110 | 10101011 | 11111100 | 1001 | 100000 | 0 | 1 | 100011100 | 1011101 | 1010011 |
Color Harmonies of #E6ABFC
Complementary color
Monochromatic Colors of #E6ABFC
Black with #E6ABFC
Text Example
Text Example
White with #E6ABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6ABFC; }
p { color: rgb(230,171,252); }
H1.HeaderClassName
{
color: #E6ABFC;
}
.AnyTagClassName
{
color: #E6ABFC;
}
</style>
background-color css
<style>
a { background-color: #E6ABFC; }
a { background-color: rgb(230,171,252); }
div.DivClassName
{
background-color: #E6ABFC;
}
.BgClassName
{
background-color: #E6ABFC;
}
</style>
border-color css
<style>
span { border-color: #E6ABFC; }
span { border-color: rgb(230,171,252); }
td.TdClassName
{
border-color: #E6ABFC;
}
.TagClassName
{
border-color: #E6ABFC;
}
</style>