Shades of Mauve #E0ABEE
Tints of Mauve #E0ABEE
RGB
CMYK
RGB Variations
Color information
#E0ABEE (or 0xE0ABEE) is known color: Mauve. HEX triplet: E0, AB and EE. RGB value is (224,171,238). Sum of RGB (Red+Green+Blue) = 224+171+238=633 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.39% from 633); Green value is 171 (67.19% from 255 or 27.01% from 633); Blue value is 238 (93.36% from 255 or 37.60% from 633); Max value from RGB is 238 - color contains mainly: blue. Hex color #E0ABEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0ABEE is #1F5411. Grayscale: #C2C2C2. Windows color (decimal): -2053138 or 15641568. OLE color: 15641568.
HSL color Cylindrical-coordinate representation of color #E0ABEE: hue angle of 287.46º degrees, saturation: 0.66, 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 #E0ABEE is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 171 | 238 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.07 |
| HSL | 287.46º | 0.66% | 0.8% | - |
| HSV(B) | 287.46º | 0.28% | 0.93% | - |
| XYZ | 60.74 | 51.15 | 87.56 | - |
| YUV | 194.49 | 152.56 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 171 | 238 | 0.06 | 0.28 | 0 | 0.07 | 287.46 | 0.66 | 0.8 |
| Hex | E0 | AB | EE | 6 | 1C | 0 | 7 | 11F | 42 | 50 |
| Octal | 340 | 253 | 356 | 6 | 34 | 0 | 7 | 437 | 102 | 120 |
| Binary | 11100000 | 10101011 | 11101110 | 110 | 11100 | 0 | 111 | 100011111 | 1000010 | 1010000 |
Color Harmonies of #E0ABEE
Complementary color
Monochromatic Colors of #E0ABEE
Black with #E0ABEE
Text Example
Text Example
White with #E0ABEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0ABEE; }
p { color: rgb(224,171,238); }
H1.HeaderClassName
{
color: #E0ABEE;
}
.AnyTagClassName
{
color: #E0ABEE;
}
</style>
background-color css
<style>
a { background-color: #E0ABEE; }
a { background-color: rgb(224,171,238); }
div.DivClassName
{
background-color: #E0ABEE;
}
.BgClassName
{
background-color: #E0ABEE;
}
</style>
border-color css
<style>
span { border-color: #E0ABEE; }
span { border-color: rgb(224,171,238); }
td.TdClassName
{
border-color: #E0ABEE;
}
.TagClassName
{
border-color: #E0ABEE;
}
</style>