Shades of Mauve #E9BAFF
Tints of Mauve #E9BAFF
RGB
CMYK
RGB Variations
Color information
#E9BAFF (or 0xE9BAFF) is known color: Mauve. HEX triplet: E9, BA and FF. RGB value is (233,186,255). Sum of RGB (Red+Green+Blue) = 233+186+255=674 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.57% from 674); Green value is 186 (73.05% from 255 or 27.60% from 674); Blue value is 255 (100% from 255 or 37.83% from 674); Max value from RGB is 255 - color contains mainly: blue. Hex color #E9BAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9BAFF is #164500. Grayscale: #CFCFCF. Windows color (decimal): -1459457 or 16759529. OLE color: 16759529.
HSL color Cylindrical-coordinate representation of color #E9BAFF: hue angle of 280.87º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E9BAFF is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 233 | 186 | 255 | - |
| CMYK | 0.09 | 0.27 | 0 | 0 |
| HSL | 280.87º | 1% | 0.86% | - |
| HSV(B) | 280.87º | 0.27% | 1% | - |
| XYZ | 69.21 | 59.66 | 102.48 | - |
| YUV | 207.92 | 154.57 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 186 | 255 | 0.09 | 0.27 | 0 | 0 | 280.87 | 1 | 0.86 |
| Hex | E9 | BA | FF | 9 | 1B | 0 | 0 | 119 | 64 | 56 |
| Octal | 351 | 272 | 377 | 11 | 33 | 0 | 0 | 431 | 144 | 126 |
| Binary | 11101001 | 10111010 | 11111111 | 1001 | 11011 | 0 | 0 | 100011001 | 1100100 | 1010110 |
Color Harmonies of #E9BAFF
Complementary color
Monochromatic Colors of #E9BAFF
Black with #E9BAFF
Text Example
Text Example
White with #E9BAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BAFF; }
p { color: rgb(233,186,255); }
H1.HeaderClassName
{
color: #E9BAFF;
}
.AnyTagClassName
{
color: #E9BAFF;
}
</style>
background-color css
<style>
a { background-color: #E9BAFF; }
a { background-color: rgb(233,186,255); }
div.DivClassName
{
background-color: #E9BAFF;
}
.BgClassName
{
background-color: #E9BAFF;
}
</style>
border-color css
<style>
span { border-color: #E9BAFF; }
span { border-color: rgb(233,186,255); }
td.TdClassName
{
border-color: #E9BAFF;
}
.TagClassName
{
border-color: #E9BAFF;
}
</style>