Shades of Mauve #E3B3FF
Tints of Mauve #E3B3FF
RGB
CMYK
RGB Variations
Color information
#E3B3FF (or 0xE3B3FF) is known color: Mauve. HEX triplet: E3, B3 and FF. RGB value is (227,179,255). Sum of RGB (Red+Green+Blue) = 227+179+255=661 (87% of max value = 765). Red value is 227 (89.06% from 255 or 34.34% from 661); Green value is 179 (70.31% from 255 or 27.08% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #E3B3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3B3FF is #1C4C00. Grayscale: #C9C9C9. Windows color (decimal): -1854465 or 16757731. OLE color: 16757731.
HSL color Cylindrical-coordinate representation of color #E3B3FF: hue angle of 277.89º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E3B3FF is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 227 | 179 | 255 | - |
| CMYK | 0.11 | 0.30 | 0 | 0 |
| HSL | 277.89º | 1% | 0.85% | - |
| HSV(B) | 277.89º | 0.3% | 1% | - |
| XYZ | 65.85 | 55.79 | 101.91 | - |
| YUV | 202.02 | 157.9 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 179 | 255 | 0.11 | 0.30 | 0 | 0 | 277.89 | 1 | 0.85 |
| Hex | E3 | B3 | FF | B | 1E | 0 | 0 | 116 | 64 | 55 |
| Octal | 343 | 263 | 377 | 13 | 36 | 0 | 0 | 426 | 144 | 125 |
| Binary | 11100011 | 10110011 | 11111111 | 1011 | 11110 | 0 | 0 | 100010110 | 1100100 | 1010101 |
Color Harmonies of #E3B3FF
Complementary color
Monochromatic Colors of #E3B3FF
Black with #E3B3FF
Text Example
Text Example
White with #E3B3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3B3FF; }
p { color: rgb(227,179,255); }
H1.HeaderClassName
{
color: #E3B3FF;
}
.AnyTagClassName
{
color: #E3B3FF;
}
</style>
background-color css
<style>
a { background-color: #E3B3FF; }
a { background-color: rgb(227,179,255); }
div.DivClassName
{
background-color: #E3B3FF;
}
.BgClassName
{
background-color: #E3B3FF;
}
</style>
border-color css
<style>
span { border-color: #E3B3FF; }
span { border-color: rgb(227,179,255); }
td.TdClassName
{
border-color: #E3B3FF;
}
.TagClassName
{
border-color: #E3B3FF;
}
</style>