Shades of Mauve #E0ABFB
Tints of Mauve #E0ABFB
RGB
CMYK
RGB Variations
Color information
#E0ABFB (or 0xE0ABFB) is known color: Mauve. HEX triplet: E0, AB and FB. RGB value is (224,171,251). Sum of RGB (Red+Green+Blue) = 224+171+251=646 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.67% from 646); Green value is 171 (67.19% from 255 or 26.47% from 646); Blue value is 251 (98.44% from 255 or 38.85% from 646); Max value from RGB is 251 - color contains mainly: blue. Hex color #E0ABFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0ABFB is #1F5404. Grayscale: #C3C3C3. Windows color (decimal): -2053125 or 16493536. OLE color: 16493536.
HSL color Cylindrical-coordinate representation of color #E0ABFB: hue angle of 279.75º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E0ABFB is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 171 | 251 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.02 |
| HSL | 279.75º | 0.91% | 0.83% | - |
| HSV(B) | 279.75º | 0.32% | 0.98% | - |
| XYZ | 62.72 | 51.94 | 97.99 | - |
| YUV | 195.97 | 159.06 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 171 | 251 | 0.11 | 0.32 | 0 | 0.02 | 279.75 | 0.91 | 0.83 |
| Hex | E0 | AB | FB | B | 20 | 0 | 2 | 118 | 5B | 53 |
| Octal | 340 | 253 | 373 | 13 | 40 | 0 | 2 | 430 | 133 | 123 |
| Binary | 11100000 | 10101011 | 11111011 | 1011 | 100000 | 0 | 10 | 100011000 | 1011011 | 1010011 |
Color Harmonies of #E0ABFB
Complementary color
Monochromatic Colors of #E0ABFB
Black with #E0ABFB
Text Example
Text Example
White with #E0ABFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0ABFB; }
p { color: rgb(224,171,251); }
H1.HeaderClassName
{
color: #E0ABFB;
}
.AnyTagClassName
{
color: #E0ABFB;
}
</style>
background-color css
<style>
a { background-color: #E0ABFB; }
a { background-color: rgb(224,171,251); }
div.DivClassName
{
background-color: #E0ABFB;
}
.BgClassName
{
background-color: #E0ABFB;
}
</style>
border-color css
<style>
span { border-color: #E0ABFB; }
span { border-color: rgb(224,171,251); }
td.TdClassName
{
border-color: #E0ABFB;
}
.TagClassName
{
border-color: #E0ABFB;
}
</style>