Shades of Mauve #E3B0F6
Tints of Mauve #E3B0F6
RGB
CMYK
RGB Variations
Color information
#E3B0F6 (or 0xE3B0F6) is known color: Mauve. HEX triplet: E3, B0 and F6. RGB value is (227,176,246). Sum of RGB (Red+Green+Blue) = 227+176+246=649 (85% of max value = 765). Red value is 227 (89.06% from 255 or 34.98% from 649); Green value is 176 (69.14% from 255 or 27.12% from 649); Blue value is 246 (96.48% from 255 or 37.90% from 649); Max value from RGB is 246 - color contains mainly: blue. Hex color #E3B0F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E3B0F6 is #1C4F09. Grayscale: #C7C7C7. Windows color (decimal): -1855242 or 16167139. OLE color: 16167139.
HSL color Cylindrical-coordinate representation of color #E3B0F6: hue angle of 283.71º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E3B0F6 is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 227 | 176 | 246 | - |
| CMYK | 0.08 | 0.28 | 0 | 0.04 |
| HSL | 283.71º | 0.8% | 0.83% | - |
| HSV(B) | 283.71º | 0.28% | 0.96% | - |
| XYZ | 63.84 | 54.04 | 94.25 | - |
| YUV | 199.23 | 154.4 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 176 | 246 | 0.08 | 0.28 | 0 | 0.04 | 283.71 | 0.8 | 0.83 |
| Hex | E3 | B0 | F6 | 8 | 1C | 0 | 4 | 11C | 50 | 53 |
| Octal | 343 | 260 | 366 | 10 | 34 | 0 | 4 | 434 | 120 | 123 |
| Binary | 11100011 | 10110000 | 11110110 | 1000 | 11100 | 0 | 100 | 100011100 | 1010000 | 1010011 |
Color Harmonies of #E3B0F6
Complementary color
Monochromatic Colors of #E3B0F6
Black with #E3B0F6
Text Example
Text Example
White with #E3B0F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3B0F6; }
p { color: rgb(227,176,246); }
H1.HeaderClassName
{
color: #E3B0F6;
}
.AnyTagClassName
{
color: #E3B0F6;
}
</style>
background-color css
<style>
a { background-color: #E3B0F6; }
a { background-color: rgb(227,176,246); }
div.DivClassName
{
background-color: #E3B0F6;
}
.BgClassName
{
background-color: #E3B0F6;
}
</style>
border-color css
<style>
span { border-color: #E3B0F6; }
span { border-color: rgb(227,176,246); }
td.TdClassName
{
border-color: #E3B0F6;
}
.TagClassName
{
border-color: #E3B0F6;
}
</style>