Shades of Mauve #E9B3FA
Tints of Mauve #E9B3FA
RGB
CMYK
RGB Variations
Color information
#E9B3FA (or 0xE9B3FA) is known color: Mauve. HEX triplet: E9, B3 and FA. RGB value is (233,179,250). Sum of RGB (Red+Green+Blue) = 233+179+250=662 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.20% from 662); Green value is 179 (70.31% from 255 or 27.04% from 662); Blue value is 250 (98.05% from 255 or 37.76% from 662); Max value from RGB is 250 - color contains mainly: blue. Hex color #E9B3FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9B3FA is #164C05. Grayscale: #CBCBCB. Windows color (decimal): -1461254 or 16430057. OLE color: 16430057.
HSL color Cylindrical-coordinate representation of color #E9B3FA: hue angle of 285.63º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E9B3FA is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 179 | 250 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.02 |
| HSL | 285.63º | 0.88% | 0.84% | - |
| HSV(B) | 285.63º | 0.28% | 0.98% | - |
| XYZ | 66.98 | 56.47 | 97.81 | - |
| YUV | 203.24 | 154.39 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 179 | 250 | 0.07 | 0.28 | 0 | 0.02 | 285.63 | 0.88 | 0.84 |
| Hex | E9 | B3 | FA | 7 | 1C | 0 | 2 | 11E | 58 | 54 |
| Octal | 351 | 263 | 372 | 7 | 34 | 0 | 2 | 436 | 130 | 124 |
| Binary | 11101001 | 10110011 | 11111010 | 111 | 11100 | 0 | 10 | 100011110 | 1011000 | 1010100 |
Color Harmonies of #E9B3FA
Complementary color
Monochromatic Colors of #E9B3FA
Black with #E9B3FA
Text Example
Text Example
White with #E9B3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B3FA; }
p { color: rgb(233,179,250); }
H1.HeaderClassName
{
color: #E9B3FA;
}
.AnyTagClassName
{
color: #E9B3FA;
}
</style>
background-color css
<style>
a { background-color: #E9B3FA; }
a { background-color: rgb(233,179,250); }
div.DivClassName
{
background-color: #E9B3FA;
}
.BgClassName
{
background-color: #E9B3FA;
}
</style>
border-color css
<style>
span { border-color: #E9B3FA; }
span { border-color: rgb(233,179,250); }
td.TdClassName
{
border-color: #E9B3FA;
}
.TagClassName
{
border-color: #E9B3FA;
}
</style>