Shades of Mauve #E9BAF6
Tints of Mauve #E9BAF6
RGB
CMYK
RGB Variations
Color information
#E9BAF6 (or 0xE9BAF6) is known color: Mauve. HEX triplet: E9, BA and F6. RGB value is (233,186,246). Sum of RGB (Red+Green+Blue) = 233+186+246=665 (88% of max value = 765). Red value is 233 (91.41% from 255 or 35.04% from 665); Green value is 186 (73.05% from 255 or 27.97% from 665); Blue value is 246 (96.48% from 255 or 36.99% from 665); Max value from RGB is 246 - color contains mainly: blue. Hex color #E9BAF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9BAF6 is #164509. Grayscale: #CECECE. Windows color (decimal): -1459466 or 16169705. OLE color: 16169705.
HSL color Cylindrical-coordinate representation of color #E9BAF6: hue angle of 287º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E9BAF6 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 233 | 186 | 246 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.04 |
| HSL | 287º | 0.77% | 0.85% | - |
| HSV(B) | 287º | 0.24% | 0.96% | - |
| XYZ | 67.8 | 59.1 | 95.02 | - |
| YUV | 206.89 | 150.07 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 186 | 246 | 0.05 | 0.24 | 0 | 0.04 | 287 | 0.77 | 0.85 |
| Hex | E9 | BA | F6 | 5 | 18 | 0 | 4 | 11F | 4D | 55 |
| Octal | 351 | 272 | 366 | 5 | 30 | 0 | 4 | 437 | 115 | 125 |
| Binary | 11101001 | 10111010 | 11110110 | 101 | 11000 | 0 | 100 | 100011111 | 1001101 | 1010101 |
Color Harmonies of #E9BAF6
Complementary color
Monochromatic Colors of #E9BAF6
Black with #E9BAF6
Text Example
Text Example
White with #E9BAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BAF6; }
p { color: rgb(233,186,246); }
H1.HeaderClassName
{
color: #E9BAF6;
}
.AnyTagClassName
{
color: #E9BAF6;
}
</style>
background-color css
<style>
a { background-color: #E9BAF6; }
a { background-color: rgb(233,186,246); }
div.DivClassName
{
background-color: #E9BAF6;
}
.BgClassName
{
background-color: #E9BAF6;
}
</style>
border-color css
<style>
span { border-color: #E9BAF6; }
span { border-color: rgb(233,186,246); }
td.TdClassName
{
border-color: #E9BAF6;
}
.TagClassName
{
border-color: #E9BAF6;
}
</style>