Shades of Mauve #E8BAFE
Tints of Mauve #E8BAFE
RGB
CMYK
RGB Variations
Color information
#E8BAFE (or 0xE8BAFE) is known color: Mauve. HEX triplet: E8, BA and FE. RGB value is (232,186,254). Sum of RGB (Red+Green+Blue) = 232+186+254=672 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.52% from 672); Green value is 186 (73.05% from 255 or 27.68% from 672); Blue value is 254 (99.61% from 255 or 37.80% from 672); Max value from RGB is 254 - color contains mainly: blue. Hex color #E8BAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8BAFE is #174501. Grayscale: #CFCFCF. Windows color (decimal): -1524994 or 16693992. OLE color: 16693992.
HSL color Cylindrical-coordinate representation of color #E8BAFE: hue angle of 280.59º 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 #E8BAFE is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 232 | 186 | 254 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.00 |
| HSL | 280.59º | 0.97% | 0.86% | - |
| HSV(B) | 280.59º | 0.27% | 1% | - |
| XYZ | 68.73 | 59.43 | 101.61 | - |
| YUV | 207.51 | 154.24 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 186 | 254 | 0.09 | 0.27 | 0 | 0.00 | 280.59 | 0.97 | 0.86 |
| Hex | E8 | BA | FE | 9 | 1B | 0 | 0 | 119 | 61 | 56 |
| Octal | 350 | 272 | 376 | 11 | 33 | 0 | 0 | 431 | 141 | 126 |
| Binary | 11101000 | 10111010 | 11111110 | 1001 | 11011 | 0 | 0 | 100011001 | 1100001 | 1010110 |
Color Harmonies of #E8BAFE
Complementary color
Monochromatic Colors of #E8BAFE
Black with #E8BAFE
Text Example
Text Example
White with #E8BAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BAFE; }
p { color: rgb(232,186,254); }
H1.HeaderClassName
{
color: #E8BAFE;
}
.AnyTagClassName
{
color: #E8BAFE;
}
</style>
background-color css
<style>
a { background-color: #E8BAFE; }
a { background-color: rgb(232,186,254); }
div.DivClassName
{
background-color: #E8BAFE;
}
.BgClassName
{
background-color: #E8BAFE;
}
</style>
border-color css
<style>
span { border-color: #E8BAFE; }
span { border-color: rgb(232,186,254); }
td.TdClassName
{
border-color: #E8BAFE;
}
.TagClassName
{
border-color: #E8BAFE;
}
</style>