Shades of Mauve #E2ABEF
Tints of Mauve #E2ABEF
RGB
CMYK
RGB Variations
Color information
#E2ABEF (or 0xE2ABEF) is known color: Mauve. HEX triplet: E2, AB and EF. RGB value is (226,171,239). Sum of RGB (Red+Green+Blue) = 226+171+239=636 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.53% from 636); Green value is 171 (67.19% from 255 or 26.89% from 636); Blue value is 239 (93.75% from 255 or 37.58% from 636); Max value from RGB is 239 - color contains mainly: blue. Hex color #E2ABEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2ABEF is #1D5410. Grayscale: #C2C2C2. Windows color (decimal): -1922065 or 15707106. OLE color: 15707106.
HSL color Cylindrical-coordinate representation of color #E2ABEF: hue angle of 288.53º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E2ABEF is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 171 | 239 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.06 |
| HSL | 288.53º | 0.68% | 0.8% | - |
| HSV(B) | 288.53º | 0.28% | 0.94% | - |
| XYZ | 61.51 | 51.53 | 88.37 | - |
| YUV | 195.2 | 152.72 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 171 | 239 | 0.05 | 0.28 | 0 | 0.06 | 288.53 | 0.68 | 0.8 |
| Hex | E2 | AB | EF | 5 | 1C | 0 | 6 | 121 | 44 | 50 |
| Octal | 342 | 253 | 357 | 5 | 34 | 0 | 6 | 441 | 104 | 120 |
| Binary | 11100010 | 10101011 | 11101111 | 101 | 11100 | 0 | 110 | 100100001 | 1000100 | 1010000 |
Color Harmonies of #E2ABEF
Complementary color
Monochromatic Colors of #E2ABEF
Black with #E2ABEF
Text Example
Text Example
White with #E2ABEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ABEF; }
p { color: rgb(226,171,239); }
H1.HeaderClassName
{
color: #E2ABEF;
}
.AnyTagClassName
{
color: #E2ABEF;
}
</style>
background-color css
<style>
a { background-color: #E2ABEF; }
a { background-color: rgb(226,171,239); }
div.DivClassName
{
background-color: #E2ABEF;
}
.BgClassName
{
background-color: #E2ABEF;
}
</style>
border-color css
<style>
span { border-color: #E2ABEF; }
span { border-color: rgb(226,171,239); }
td.TdClassName
{
border-color: #E2ABEF;
}
.TagClassName
{
border-color: #E2ABEF;
}
</style>