Shades of Mauve #E0B9FB
Tints of Mauve #E0B9FB
RGB
CMYK
RGB Variations
Color information
#E0B9FB (or 0xE0B9FB) is known color: Mauve. HEX triplet: E0, B9 and FB. RGB value is (224,185,251). Sum of RGB (Red+Green+Blue) = 224+185+251=660 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.94% from 660); Green value is 185 (72.66% from 255 or 28.03% from 660); Blue value is 251 (98.44% from 255 or 38.03% from 660); Max value from RGB is 251 - color contains mainly: blue. Hex color #E0B9FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0B9FB is #1F4604. Grayscale: #CBCBCB. Windows color (decimal): -2049541 or 16497120. OLE color: 16497120.
HSL color Cylindrical-coordinate representation of color #E0B9FB: hue angle of 275.45º degrees, saturation: 0.89, 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 #E0B9FB is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 185 | 251 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.02 |
| HSL | 275.45º | 0.89% | 0.85% | - |
| HSV(B) | 275.45º | 0.26% | 0.98% | - |
| XYZ | 65.5 | 57.51 | 98.92 | - |
| YUV | 204.19 | 154.42 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 185 | 251 | 0.11 | 0.26 | 0 | 0.02 | 275.45 | 0.89 | 0.85 |
| Hex | E0 | B9 | FB | B | 1A | 0 | 2 | 113 | 59 | 55 |
| Octal | 340 | 271 | 373 | 13 | 32 | 0 | 2 | 423 | 131 | 125 |
| Binary | 11100000 | 10111001 | 11111011 | 1011 | 11010 | 0 | 10 | 100010011 | 1011001 | 1010101 |
Color Harmonies of #E0B9FB
Complementary color
Monochromatic Colors of #E0B9FB
Black with #E0B9FB
Text Example
Text Example
White with #E0B9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B9FB; }
p { color: rgb(224,185,251); }
H1.HeaderClassName
{
color: #E0B9FB;
}
.AnyTagClassName
{
color: #E0B9FB;
}
</style>
background-color css
<style>
a { background-color: #E0B9FB; }
a { background-color: rgb(224,185,251); }
div.DivClassName
{
background-color: #E0B9FB;
}
.BgClassName
{
background-color: #E0B9FB;
}
</style>
border-color css
<style>
span { border-color: #E0B9FB; }
span { border-color: rgb(224,185,251); }
td.TdClassName
{
border-color: #E0B9FB;
}
.TagClassName
{
border-color: #E0B9FB;
}
</style>