Shades of Mauve #E4BAFE
Tints of Mauve #E4BAFE
RGB
CMYK
RGB Variations
Color information
#E4BAFE (or 0xE4BAFE) is known color: Mauve. HEX triplet: E4, BA and FE. RGB value is (228,186,254). Sum of RGB (Red+Green+Blue) = 228+186+254=668 (88% of max value = 765). Red value is 228 (89.45% from 255 or 34.13% from 668); Green value is 186 (73.05% from 255 or 27.84% from 668); Blue value is 254 (99.61% from 255 or 38.02% from 668); Max value from RGB is 254 - color contains mainly: blue. Hex color #E4BAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BAFE is #1B4501. Grayscale: #CECECE. Windows color (decimal): -1787138 or 16693988. OLE color: 16693988.
HSL color Cylindrical-coordinate representation of color #E4BAFE: hue angle of 277.06º 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 #E4BAFE is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 228 | 186 | 254 | - |
| CMYK | 0.10 | 0.27 | 0 | 0.00 |
| HSL | 277.06º | 0.97% | 0.86% | - |
| HSV(B) | 277.06º | 0.27% | 1% | - |
| XYZ | 67.44 | 58.77 | 101.55 | - |
| YUV | 206.31 | 154.91 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 186 | 254 | 0.10 | 0.27 | 0 | 0.00 | 277.06 | 0.97 | 0.86 |
| Hex | E4 | BA | FE | A | 1B | 0 | 0 | 115 | 61 | 56 |
| Octal | 344 | 272 | 376 | 12 | 33 | 0 | 0 | 425 | 141 | 126 |
| Binary | 11100100 | 10111010 | 11111110 | 1010 | 11011 | 0 | 0 | 100010101 | 1100001 | 1010110 |
Color Harmonies of #E4BAFE
Complementary color
Monochromatic Colors of #E4BAFE
Black with #E4BAFE
Text Example
Text Example
White with #E4BAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BAFE; }
p { color: rgb(228,186,254); }
H1.HeaderClassName
{
color: #E4BAFE;
}
.AnyTagClassName
{
color: #E4BAFE;
}
</style>
background-color css
<style>
a { background-color: #E4BAFE; }
a { background-color: rgb(228,186,254); }
div.DivClassName
{
background-color: #E4BAFE;
}
.BgClassName
{
background-color: #E4BAFE;
}
</style>
border-color css
<style>
span { border-color: #E4BAFE; }
span { border-color: rgb(228,186,254); }
td.TdClassName
{
border-color: #E4BAFE;
}
.TagClassName
{
border-color: #E4BAFE;
}
</style>