Shades of Mauve #E0ABF8
Tints of Mauve #E0ABF8
RGB
CMYK
RGB Variations
Color information
#E0ABF8 (or 0xE0ABF8) is known color: Mauve. HEX triplet: E0, AB and F8. RGB value is (224,171,248). Sum of RGB (Red+Green+Blue) = 224+171+248=643 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.84% from 643); Green value is 171 (67.19% from 255 or 26.59% from 643); Blue value is 248 (97.27% from 255 or 38.57% from 643); Max value from RGB is 248 - color contains mainly: blue. Hex color #E0ABF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0ABF8 is #1F5407. Grayscale: #C3C3C3. Windows color (decimal): -2053128 or 16296928. OLE color: 16296928.
HSL color Cylindrical-coordinate representation of color #E0ABF8: hue angle of 281.3º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E0ABF8 is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 224 | 171 | 248 | - |
| CMYK | 0.10 | 0.31 | 0 | 0.03 |
| HSL | 281.3º | 0.85% | 0.82% | - |
| HSV(B) | 281.3º | 0.31% | 0.97% | - |
| XYZ | 62.25 | 51.75 | 95.52 | - |
| YUV | 195.63 | 157.56 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 171 | 248 | 0.10 | 0.31 | 0 | 0.03 | 281.3 | 0.85 | 0.82 |
| Hex | E0 | AB | F8 | A | 1F | 0 | 3 | 119 | 55 | 52 |
| Octal | 340 | 253 | 370 | 12 | 37 | 0 | 3 | 431 | 125 | 122 |
| Binary | 11100000 | 10101011 | 11111000 | 1010 | 11111 | 0 | 11 | 100011001 | 1010101 | 1010010 |
Color Harmonies of #E0ABF8
Complementary color
Monochromatic Colors of #E0ABF8
Black with #E0ABF8
Text Example
Text Example
White with #E0ABF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0ABF8; }
p { color: rgb(224,171,248); }
H1.HeaderClassName
{
color: #E0ABF8;
}
.AnyTagClassName
{
color: #E0ABF8;
}
</style>
background-color css
<style>
a { background-color: #E0ABF8; }
a { background-color: rgb(224,171,248); }
div.DivClassName
{
background-color: #E0ABF8;
}
.BgClassName
{
background-color: #E0ABF8;
}
</style>
border-color css
<style>
span { border-color: #E0ABF8; }
span { border-color: rgb(224,171,248); }
td.TdClassName
{
border-color: #E0ABF8;
}
.TagClassName
{
border-color: #E0ABF8;
}
</style>