Shades of Mauve #E9BCF3
Tints of Mauve #E9BCF3
RGB
CMYK
RGB Variations
Color information
#E9BCF3 (or 0xE9BCF3) is known color: Mauve. HEX triplet: E9, BC and F3. RGB value is (233,188,243). Sum of RGB (Red+Green+Blue) = 233+188+243=664 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.09% from 664); Green value is 188 (73.83% from 255 or 28.31% from 664); Blue value is 243 (95.31% from 255 or 36.60% from 664); Max value from RGB is 243 - color contains mainly: blue. Hex color #E9BCF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9BCF3 is #16430C. Grayscale: #CFCFCF. Windows color (decimal): -1458957 or 15973609. OLE color: 15973609.
HSL color Cylindrical-coordinate representation of color #E9BCF3: hue angle of 289.09º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E9BCF3 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 188 | 243 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.05 |
| HSL | 289.09º | 0.7% | 0.85% | - |
| HSV(B) | 289.09º | 0.23% | 0.95% | - |
| XYZ | 67.77 | 59.76 | 92.76 | - |
| YUV | 207.73 | 147.91 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 188 | 243 | 0.04 | 0.23 | 0 | 0.05 | 289.09 | 0.7 | 0.85 |
| Hex | E9 | BC | F3 | 4 | 17 | 0 | 5 | 121 | 46 | 55 |
| Octal | 351 | 274 | 363 | 4 | 27 | 0 | 5 | 441 | 106 | 125 |
| Binary | 11101001 | 10111100 | 11110011 | 100 | 10111 | 0 | 101 | 100100001 | 1000110 | 1010101 |
Color Harmonies of #E9BCF3
Complementary color
Monochromatic Colors of #E9BCF3
Black with #E9BCF3
Text Example
Text Example
White with #E9BCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BCF3; }
p { color: rgb(233,188,243); }
H1.HeaderClassName
{
color: #E9BCF3;
}
.AnyTagClassName
{
color: #E9BCF3;
}
</style>
background-color css
<style>
a { background-color: #E9BCF3; }
a { background-color: rgb(233,188,243); }
div.DivClassName
{
background-color: #E9BCF3;
}
.BgClassName
{
background-color: #E9BCF3;
}
</style>
border-color css
<style>
span { border-color: #E9BCF3; }
span { border-color: rgb(233,188,243); }
td.TdClassName
{
border-color: #E9BCF3;
}
.TagClassName
{
border-color: #E9BCF3;
}
</style>