Shades of Mauve #E9B8FA
Tints of Mauve #E9B8FA
RGB
CMYK
RGB Variations
Color information
#E9B8FA (or 0xE9B8FA) is known color: Mauve. HEX triplet: E9, B8 and FA. RGB value is (233,184,250). Sum of RGB (Red+Green+Blue) = 233+184+250=667 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.93% from 667); Green value is 184 (72.27% from 255 or 27.59% from 667); Blue value is 250 (98.05% from 255 or 37.48% from 667); Max value from RGB is 250 - color contains mainly: blue. Hex color #E9B8FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9B8FA is #164705. Grayscale: #CDCDCD. Windows color (decimal): -1459974 or 16431337. OLE color: 16431337.
HSL color Cylindrical-coordinate representation of color #E9B8FA: hue angle of 284.55º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E9B8FA is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 184 | 250 | - |
| CMYK | 0.07 | 0.26 | 0 | 0.02 |
| HSL | 284.55º | 0.87% | 0.85% | - |
| HSV(B) | 284.55º | 0.26% | 0.98% | - |
| XYZ | 68 | 58.51 | 98.15 | - |
| YUV | 206.18 | 152.73 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 184 | 250 | 0.07 | 0.26 | 0 | 0.02 | 284.55 | 0.87 | 0.85 |
| Hex | E9 | B8 | FA | 7 | 1A | 0 | 2 | 11D | 57 | 55 |
| Octal | 351 | 270 | 372 | 7 | 32 | 0 | 2 | 435 | 127 | 125 |
| Binary | 11101001 | 10111000 | 11111010 | 111 | 11010 | 0 | 10 | 100011101 | 1010111 | 1010101 |
Color Harmonies of #E9B8FA
Complementary color
Monochromatic Colors of #E9B8FA
Black with #E9B8FA
Text Example
Text Example
White with #E9B8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B8FA; }
p { color: rgb(233,184,250); }
H1.HeaderClassName
{
color: #E9B8FA;
}
.AnyTagClassName
{
color: #E9B8FA;
}
</style>
background-color css
<style>
a { background-color: #E9B8FA; }
a { background-color: rgb(233,184,250); }
div.DivClassName
{
background-color: #E9B8FA;
}
.BgClassName
{
background-color: #E9B8FA;
}
</style>
border-color css
<style>
span { border-color: #E9B8FA; }
span { border-color: rgb(233,184,250); }
td.TdClassName
{
border-color: #E9B8FA;
}
.TagClassName
{
border-color: #E9B8FA;
}
</style>