Shades of Mauve #E7ABFD
Tints of Mauve #E7ABFD
RGB
CMYK
RGB Variations
Color information
#E7ABFD (or 0xE7ABFD) is known color: Mauve. HEX triplet: E7, AB and FD. RGB value is (231,171,253). Sum of RGB (Red+Green+Blue) = 231+171+253=655 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.27% from 655); Green value is 171 (67.19% from 255 or 26.11% from 655); Blue value is 253 (99.22% from 255 or 38.63% from 655); Max value from RGB is 253 - color contains mainly: blue. Hex color #E7ABFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7ABFD is #185402. Grayscale: #C6C6C6. Windows color (decimal): -1594371 or 16624615. OLE color: 16624615.
HSL color Cylindrical-coordinate representation of color #E7ABFD: hue angle of 283.9º degrees, saturation: 0.95, 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 #E7ABFD is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 231 | 171 | 253 | - |
| CMYK | 0.09 | 0.32 | 0 | 0.01 |
| HSL | 283.9º | 0.95% | 0.83% | - |
| HSV(B) | 283.9º | 0.32% | 0.99% | - |
| XYZ | 65.25 | 53.21 | 99.76 | - |
| YUV | 198.29 | 158.88 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 171 | 253 | 0.09 | 0.32 | 0 | 0.01 | 283.9 | 0.95 | 0.83 |
| Hex | E7 | AB | FD | 9 | 20 | 0 | 1 | 11C | 5F | 53 |
| Octal | 347 | 253 | 375 | 11 | 40 | 0 | 1 | 434 | 137 | 123 |
| Binary | 11100111 | 10101011 | 11111101 | 1001 | 100000 | 0 | 1 | 100011100 | 1011111 | 1010011 |
Color Harmonies of #E7ABFD
Complementary color
Monochromatic Colors of #E7ABFD
Black with #E7ABFD
Text Example
Text Example
White with #E7ABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7ABFD; }
p { color: rgb(231,171,253); }
H1.HeaderClassName
{
color: #E7ABFD;
}
.AnyTagClassName
{
color: #E7ABFD;
}
</style>
background-color css
<style>
a { background-color: #E7ABFD; }
a { background-color: rgb(231,171,253); }
div.DivClassName
{
background-color: #E7ABFD;
}
.BgClassName
{
background-color: #E7ABFD;
}
</style>
border-color css
<style>
span { border-color: #E7ABFD; }
span { border-color: rgb(231,171,253); }
td.TdClassName
{
border-color: #E7ABFD;
}
.TagClassName
{
border-color: #E7ABFD;
}
</style>