Shades of Mauve #E2BAFE
Tints of Mauve #E2BAFE
RGB
CMYK
RGB Variations
Color information
#E2BAFE (or 0xE2BAFE) is known color: Mauve. HEX triplet: E2, BA and FE. RGB value is (226,186,254). Sum of RGB (Red+Green+Blue) = 226+186+254=666 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.93% from 666); Green value is 186 (73.05% from 255 or 27.93% from 666); Blue value is 254 (99.61% from 255 or 38.14% from 666); Max value from RGB is 254 - color contains mainly: blue. Hex color #E2BAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BAFE is #1D4501. Grayscale: #CDCDCD. Windows color (decimal): -1918210 or 16693986. OLE color: 16693986.
HSL color Cylindrical-coordinate representation of color #E2BAFE: hue angle of 275.29º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E2BAFE is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 186 | 254 | - |
| CMYK | 0.11 | 0.27 | 0 | 0.00 |
| HSL | 275.29º | 0.97% | 0.86% | - |
| HSV(B) | 275.29º | 0.27% | 1% | - |
| XYZ | 66.81 | 58.44 | 101.53 | - |
| YUV | 205.71 | 155.25 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 186 | 254 | 0.11 | 0.27 | 0 | 0.00 | 275.29 | 0.97 | 0.86 |
| Hex | E2 | BA | FE | B | 1B | 0 | 0 | 113 | 61 | 56 |
| Octal | 342 | 272 | 376 | 13 | 33 | 0 | 0 | 423 | 141 | 126 |
| Binary | 11100010 | 10111010 | 11111110 | 1011 | 11011 | 0 | 0 | 100010011 | 1100001 | 1010110 |
Color Harmonies of #E2BAFE
Complementary color
Monochromatic Colors of #E2BAFE
Black with #E2BAFE
Text Example
Text Example
White with #E2BAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BAFE; }
p { color: rgb(226,186,254); }
H1.HeaderClassName
{
color: #E2BAFE;
}
.AnyTagClassName
{
color: #E2BAFE;
}
</style>
background-color css
<style>
a { background-color: #E2BAFE; }
a { background-color: rgb(226,186,254); }
div.DivClassName
{
background-color: #E2BAFE;
}
.BgClassName
{
background-color: #E2BAFE;
}
</style>
border-color css
<style>
span { border-color: #E2BAFE; }
span { border-color: rgb(226,186,254); }
td.TdClassName
{
border-color: #E2BAFE;
}
.TagClassName
{
border-color: #E2BAFE;
}
</style>