Shades of Mauve #E0ABED
Tints of Mauve #E0ABED
RGB
CMYK
RGB Variations
Color information
#E0ABED (or 0xE0ABED) is known color: Mauve. HEX triplet: E0, AB and ED. RGB value is (224,171,237). Sum of RGB (Red+Green+Blue) = 224+171+237=632 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.44% from 632); Green value is 171 (67.19% from 255 or 27.06% from 632); Blue value is 237 (92.97% from 255 or 37.5% from 632); Max value from RGB is 237 - color contains mainly: blue. Hex color #E0ABED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0ABED is #1F5412. Grayscale: #C2C2C2. Windows color (decimal): -2053139 or 15576032. OLE color: 15576032.
HSL color Cylindrical-coordinate representation of color #E0ABED: hue angle of 288.18º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E0ABED is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 171 | 237 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.07 |
| HSL | 288.18º | 0.65% | 0.8% | - |
| HSV(B) | 288.18º | 0.28% | 0.93% | - |
| XYZ | 60.59 | 51.09 | 86.79 | - |
| YUV | 194.37 | 152.06 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 171 | 237 | 0.05 | 0.28 | 0 | 0.07 | 288.18 | 0.65 | 0.8 |
| Hex | E0 | AB | ED | 5 | 1C | 0 | 7 | 120 | 41 | 50 |
| Octal | 340 | 253 | 355 | 5 | 34 | 0 | 7 | 440 | 101 | 120 |
| Binary | 11100000 | 10101011 | 11101101 | 101 | 11100 | 0 | 111 | 100100000 | 1000001 | 1010000 |
Color Harmonies of #E0ABED
Complementary color
Monochromatic Colors of #E0ABED
Black with #E0ABED
Text Example
Text Example
White with #E0ABED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0ABED; }
p { color: rgb(224,171,237); }
H1.HeaderClassName
{
color: #E0ABED;
}
.AnyTagClassName
{
color: #E0ABED;
}
</style>
background-color css
<style>
a { background-color: #E0ABED; }
a { background-color: rgb(224,171,237); }
div.DivClassName
{
background-color: #E0ABED;
}
.BgClassName
{
background-color: #E0ABED;
}
</style>
border-color css
<style>
span { border-color: #E0ABED; }
span { border-color: rgb(224,171,237); }
td.TdClassName
{
border-color: #E0ABED;
}
.TagClassName
{
border-color: #E0ABED;
}
</style>