Shades of Mauve #E6ABFE
Tints of Mauve #E6ABFE
RGB
CMYK
RGB Variations
Color information
#E6ABFE (or 0xE6ABFE) is known color: Mauve. HEX triplet: E6, AB and FE. RGB value is (230,171,254). Sum of RGB (Red+Green+Blue) = 230+171+254=655 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.11% from 655); Green value is 171 (67.19% from 255 or 26.11% from 655); Blue value is 254 (99.61% from 255 or 38.78% from 655); Max value from RGB is 254 - color contains mainly: blue. Hex color #E6ABFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6ABFE is #195401. Grayscale: #C5C5C5. Windows color (decimal): -1659906 or 16690150. OLE color: 16690150.
HSL color Cylindrical-coordinate representation of color #E6ABFE: hue angle of 282.65º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E6ABFE is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 230 | 171 | 254 | - |
| CMYK | 0.09 | 0.33 | 0 | 0.00 |
| HSL | 282.65º | 0.98% | 0.83% | - |
| HSV(B) | 282.65º | 0.33% | 1% | - |
| XYZ | 65.09 | 53.1 | 100.59 | - |
| YUV | 198.1 | 159.55 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 171 | 254 | 0.09 | 0.33 | 0 | 0.00 | 282.65 | 0.98 | 0.83 |
| Hex | E6 | AB | FE | 9 | 21 | 0 | 0 | 11B | 62 | 53 |
| Octal | 346 | 253 | 376 | 11 | 41 | 0 | 0 | 433 | 142 | 123 |
| Binary | 11100110 | 10101011 | 11111110 | 1001 | 100001 | 0 | 0 | 100011011 | 1100010 | 1010011 |
Color Harmonies of #E6ABFE
Complementary color
Monochromatic Colors of #E6ABFE
Black with #E6ABFE
Text Example
Text Example
White with #E6ABFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6ABFE; }
p { color: rgb(230,171,254); }
H1.HeaderClassName
{
color: #E6ABFE;
}
.AnyTagClassName
{
color: #E6ABFE;
}
</style>
background-color css
<style>
a { background-color: #E6ABFE; }
a { background-color: rgb(230,171,254); }
div.DivClassName
{
background-color: #E6ABFE;
}
.BgClassName
{
background-color: #E6ABFE;
}
</style>
border-color css
<style>
span { border-color: #E6ABFE; }
span { border-color: rgb(230,171,254); }
td.TdClassName
{
border-color: #E6ABFE;
}
.TagClassName
{
border-color: #E6ABFE;
}
</style>