Shades of Mauve #E9BAFE
Tints of Mauve #E9BAFE
RGB
CMYK
RGB Variations
Color information
#E9BAFE (or 0xE9BAFE) is known color: Mauve. HEX triplet: E9, BA and FE. RGB value is (233,186,254). Sum of RGB (Red+Green+Blue) = 233+186+254=673 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.62% from 673); Green value is 186 (73.05% from 255 or 27.64% from 673); Blue value is 254 (99.61% from 255 or 37.74% from 673); Max value from RGB is 254 - color contains mainly: blue. Hex color #E9BAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9BAFE is #164501. Grayscale: #CFCFCF. Windows color (decimal): -1459458 or 16693993. OLE color: 16693993.
HSL color Cylindrical-coordinate representation of color #E9BAFE: hue angle of 281.47º 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 #E9BAFE is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 233 | 186 | 254 | - |
| CMYK | 0.08 | 0.27 | 0 | 0.00 |
| HSL | 281.47º | 0.97% | 0.86% | - |
| HSV(B) | 281.47º | 0.27% | 1% | - |
| XYZ | 69.05 | 59.6 | 101.63 | - |
| YUV | 207.81 | 154.07 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 186 | 254 | 0.08 | 0.27 | 0 | 0.00 | 281.47 | 0.97 | 0.86 |
| Hex | E9 | BA | FE | 8 | 1B | 0 | 0 | 119 | 61 | 56 |
| Octal | 351 | 272 | 376 | 10 | 33 | 0 | 0 | 431 | 141 | 126 |
| Binary | 11101001 | 10111010 | 11111110 | 1000 | 11011 | 0 | 0 | 100011001 | 1100001 | 1010110 |
Color Harmonies of #E9BAFE
Complementary color
Monochromatic Colors of #E9BAFE
Black with #E9BAFE
Text Example
Text Example
White with #E9BAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BAFE; }
p { color: rgb(233,186,254); }
H1.HeaderClassName
{
color: #E9BAFE;
}
.AnyTagClassName
{
color: #E9BAFE;
}
</style>
background-color css
<style>
a { background-color: #E9BAFE; }
a { background-color: rgb(233,186,254); }
div.DivClassName
{
background-color: #E9BAFE;
}
.BgClassName
{
background-color: #E9BAFE;
}
</style>
border-color css
<style>
span { border-color: #E9BAFE; }
span { border-color: rgb(233,186,254); }
td.TdClassName
{
border-color: #E9BAFE;
}
.TagClassName
{
border-color: #E9BAFE;
}
</style>