Shades of Mauve #E9B5FC
Tints of Mauve #E9B5FC
RGB
CMYK
RGB Variations
Color information
#E9B5FC (or 0xE9B5FC) is known color: Mauve. HEX triplet: E9, B5 and FC. RGB value is (233,181,252). Sum of RGB (Red+Green+Blue) = 233+181+252=666 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.98% from 666); Green value is 181 (71.09% from 255 or 27.18% from 666); Blue value is 252 (98.83% from 255 or 37.84% from 666); Max value from RGB is 252 - color contains mainly: blue. Hex color #E9B5FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9B5FC is #164A03. Grayscale: #CCCCCC. Windows color (decimal): -1460740 or 16561641. OLE color: 16561641.
HSL color Cylindrical-coordinate representation of color #E9B5FC: hue angle of 283.94º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E9B5FC is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 181 | 252 | - |
| CMYK | 0.08 | 0.28 | 0 | 0.01 |
| HSL | 283.94º | 0.92% | 0.85% | - |
| HSV(B) | 283.94º | 0.28% | 0.99% | - |
| XYZ | 67.7 | 57.4 | 99.61 | - |
| YUV | 204.64 | 154.73 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 181 | 252 | 0.08 | 0.28 | 0 | 0.01 | 283.94 | 0.92 | 0.85 |
| Hex | E9 | B5 | FC | 8 | 1C | 0 | 1 | 11C | 5C | 55 |
| Octal | 351 | 265 | 374 | 10 | 34 | 0 | 1 | 434 | 134 | 125 |
| Binary | 11101001 | 10110101 | 11111100 | 1000 | 11100 | 0 | 1 | 100011100 | 1011100 | 1010101 |
Color Harmonies of #E9B5FC
Complementary color
Monochromatic Colors of #E9B5FC
Black with #E9B5FC
Text Example
Text Example
White with #E9B5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B5FC; }
p { color: rgb(233,181,252); }
H1.HeaderClassName
{
color: #E9B5FC;
}
.AnyTagClassName
{
color: #E9B5FC;
}
</style>
background-color css
<style>
a { background-color: #E9B5FC; }
a { background-color: rgb(233,181,252); }
div.DivClassName
{
background-color: #E9B5FC;
}
.BgClassName
{
background-color: #E9B5FC;
}
</style>
border-color css
<style>
span { border-color: #E9B5FC; }
span { border-color: rgb(233,181,252); }
td.TdClassName
{
border-color: #E9B5FC;
}
.TagClassName
{
border-color: #E9B5FC;
}
</style>