Shades of Mauve #E0B7FB
Tints of Mauve #E0B7FB
RGB
CMYK
RGB Variations
Color information
#E0B7FB (or 0xE0B7FB) is known color: Mauve. HEX triplet: E0, B7 and FB. RGB value is (224,183,251). Sum of RGB (Red+Green+Blue) = 224+183+251=658 (87% of max value = 765). Red value is 224 (87.89% from 255 or 34.04% from 658); Green value is 183 (71.88% from 255 or 27.81% from 658); Blue value is 251 (98.44% from 255 or 38.15% from 658); Max value from RGB is 251 - color contains mainly: blue. Hex color #E0B7FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0B7FB is #1F4804. Grayscale: #CACACA. Windows color (decimal): -2050053 or 16496608. OLE color: 16496608.
HSL color Cylindrical-coordinate representation of color #E0B7FB: hue angle of 276.18º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E0B7FB is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 183 | 251 | - |
| CMYK | 0.11 | 0.27 | 0 | 0.02 |
| HSL | 276.18º | 0.89% | 0.85% | - |
| HSV(B) | 276.18º | 0.27% | 0.98% | - |
| XYZ | 65.09 | 56.68 | 98.78 | - |
| YUV | 203.01 | 155.08 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 183 | 251 | 0.11 | 0.27 | 0 | 0.02 | 276.18 | 0.89 | 0.85 |
| Hex | E0 | B7 | FB | B | 1B | 0 | 2 | 114 | 59 | 55 |
| Octal | 340 | 267 | 373 | 13 | 33 | 0 | 2 | 424 | 131 | 125 |
| Binary | 11100000 | 10110111 | 11111011 | 1011 | 11011 | 0 | 10 | 100010100 | 1011001 | 1010101 |
Color Harmonies of #E0B7FB
Complementary color
Monochromatic Colors of #E0B7FB
Black with #E0B7FB
Text Example
Text Example
White with #E0B7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B7FB; }
p { color: rgb(224,183,251); }
H1.HeaderClassName
{
color: #E0B7FB;
}
.AnyTagClassName
{
color: #E0B7FB;
}
</style>
background-color css
<style>
a { background-color: #E0B7FB; }
a { background-color: rgb(224,183,251); }
div.DivClassName
{
background-color: #E0B7FB;
}
.BgClassName
{
background-color: #E0B7FB;
}
</style>
border-color css
<style>
span { border-color: #E0B7FB; }
span { border-color: rgb(224,183,251); }
td.TdClassName
{
border-color: #E0B7FB;
}
.TagClassName
{
border-color: #E0B7FB;
}
</style>