Shades of Mauve #E2ABEE
Tints of Mauve #E2ABEE
RGB
CMYK
RGB Variations
Color information
#E2ABEE (or 0xE2ABEE) is known color: Mauve. HEX triplet: E2, AB and EE. RGB value is (226,171,238). Sum of RGB (Red+Green+Blue) = 226+171+238=635 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.59% from 635); Green value is 171 (67.19% from 255 or 26.93% from 635); Blue value is 238 (93.36% from 255 or 37.48% from 635); Max value from RGB is 238 - color contains mainly: blue. Hex color #E2ABEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2ABEE is #1D5411. Grayscale: #C2C2C2. Windows color (decimal): -1922066 or 15641570. OLE color: 15641570.
HSL color Cylindrical-coordinate representation of color #E2ABEE: hue angle of 289.25º 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 #E2ABEE is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 171 | 238 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.07 |
| HSL | 289.25º | 0.66% | 0.8% | - |
| HSV(B) | 289.25º | 0.28% | 0.93% | - |
| XYZ | 61.36 | 51.47 | 87.59 | - |
| YUV | 195.08 | 152.22 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 171 | 238 | 0.05 | 0.28 | 0 | 0.07 | 289.25 | 0.66 | 0.8 |
| Hex | E2 | AB | EE | 5 | 1C | 0 | 7 | 121 | 42 | 50 |
| Octal | 342 | 253 | 356 | 5 | 34 | 0 | 7 | 441 | 102 | 120 |
| Binary | 11100010 | 10101011 | 11101110 | 101 | 11100 | 0 | 111 | 100100001 | 1000010 | 1010000 |
Color Harmonies of #E2ABEE
Complementary color
Monochromatic Colors of #E2ABEE
Black with #E2ABEE
Text Example
Text Example
White with #E2ABEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ABEE; }
p { color: rgb(226,171,238); }
H1.HeaderClassName
{
color: #E2ABEE;
}
.AnyTagClassName
{
color: #E2ABEE;
}
</style>
background-color css
<style>
a { background-color: #E2ABEE; }
a { background-color: rgb(226,171,238); }
div.DivClassName
{
background-color: #E2ABEE;
}
.BgClassName
{
background-color: #E2ABEE;
}
</style>
border-color css
<style>
span { border-color: #E2ABEE; }
span { border-color: rgb(226,171,238); }
td.TdClassName
{
border-color: #E2ABEE;
}
.TagClassName
{
border-color: #E2ABEE;
}
</style>