Shades of Mauve #E5B3FF
Tints of Mauve #E5B3FF
RGB
CMYK
RGB Variations
Color information
#E5B3FF (or 0xE5B3FF) is known color: Mauve. HEX triplet: E5, B3 and FF. RGB value is (229,179,255). Sum of RGB (Red+Green+Blue) = 229+179+255=663 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.54% from 663); Green value is 179 (70.31% from 255 or 27.00% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #E5B3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5B3FF is #1A4C00. Grayscale: #CACACA. Windows color (decimal): -1723393 or 16757733. OLE color: 16757733.
HSL color Cylindrical-coordinate representation of color #E5B3FF: hue angle of 279.47º 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 #E5B3FF is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 179 | 255 | - |
| CMYK | 0.10 | 0.30 | 0 | 0 |
| HSL | 279.47º | 1% | 0.85% | - |
| HSV(B) | 279.47º | 0.3% | 1% | - |
| XYZ | 66.48 | 56.12 | 101.94 | - |
| YUV | 202.61 | 157.57 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 179 | 255 | 0.10 | 0.30 | 0 | 0 | 279.47 | 1 | 0.85 |
| Hex | E5 | B3 | FF | A | 1E | 0 | 0 | 117 | 64 | 55 |
| Octal | 345 | 263 | 377 | 12 | 36 | 0 | 0 | 427 | 144 | 125 |
| Binary | 11100101 | 10110011 | 11111111 | 1010 | 11110 | 0 | 0 | 100010111 | 1100100 | 1010101 |
Color Harmonies of #E5B3FF
Complementary color
Monochromatic Colors of #E5B3FF
Black with #E5B3FF
Text Example
Text Example
White with #E5B3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B3FF; }
p { color: rgb(229,179,255); }
H1.HeaderClassName
{
color: #E5B3FF;
}
.AnyTagClassName
{
color: #E5B3FF;
}
</style>
background-color css
<style>
a { background-color: #E5B3FF; }
a { background-color: rgb(229,179,255); }
div.DivClassName
{
background-color: #E5B3FF;
}
.BgClassName
{
background-color: #E5B3FF;
}
</style>
border-color css
<style>
span { border-color: #E5B3FF; }
span { border-color: rgb(229,179,255); }
td.TdClassName
{
border-color: #E5B3FF;
}
.TagClassName
{
border-color: #E5B3FF;
}
</style>