Shades of Mauve #E0B7FC
Tints of Mauve #E0B7FC
RGB
CMYK
RGB Variations
Color information
#E0B7FC (or 0xE0B7FC) is known color: Mauve. HEX triplet: E0, B7 and FC. RGB value is (224,183,252). Sum of RGB (Red+Green+Blue) = 224+183+252=659 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.99% from 659); Green value is 183 (71.88% from 255 or 27.77% from 659); Blue value is 252 (98.83% from 255 or 38.24% from 659); Max value from RGB is 252 - color contains mainly: blue. Hex color #E0B7FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0B7FC is #1F4803. Grayscale: #CACACA. Windows color (decimal): -2050052 or 16562144. OLE color: 16562144.
HSL color Cylindrical-coordinate representation of color #E0B7FC: hue angle of 275.65º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E0B7FC is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 183 | 252 | - |
| CMYK | 0.11 | 0.27 | 0 | 0.01 |
| HSL | 275.65º | 0.92% | 0.85% | - |
| HSV(B) | 275.65º | 0.27% | 0.99% | - |
| XYZ | 65.24 | 56.74 | 99.61 | - |
| YUV | 203.13 | 155.58 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 183 | 252 | 0.11 | 0.27 | 0 | 0.01 | 275.65 | 0.92 | 0.85 |
| Hex | E0 | B7 | FC | B | 1B | 0 | 1 | 114 | 5C | 55 |
| Octal | 340 | 267 | 374 | 13 | 33 | 0 | 1 | 424 | 134 | 125 |
| Binary | 11100000 | 10110111 | 11111100 | 1011 | 11011 | 0 | 1 | 100010100 | 1011100 | 1010101 |
Color Harmonies of #E0B7FC
Complementary color
Monochromatic Colors of #E0B7FC
Black with #E0B7FC
Text Example
Text Example
White with #E0B7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B7FC; }
p { color: rgb(224,183,252); }
H1.HeaderClassName
{
color: #E0B7FC;
}
.AnyTagClassName
{
color: #E0B7FC;
}
</style>
background-color css
<style>
a { background-color: #E0B7FC; }
a { background-color: rgb(224,183,252); }
div.DivClassName
{
background-color: #E0B7FC;
}
.BgClassName
{
background-color: #E0B7FC;
}
</style>
border-color css
<style>
span { border-color: #E0B7FC; }
span { border-color: rgb(224,183,252); }
td.TdClassName
{
border-color: #E0B7FC;
}
.TagClassName
{
border-color: #E0B7FC;
}
</style>