Shades of Mauve #E5B5FB
Tints of Mauve #E5B5FB
RGB
CMYK
RGB Variations
Color information
#E5B5FB (or 0xE5B5FB) is known color: Mauve. HEX triplet: E5, B5 and FB. RGB value is (229,181,251). Sum of RGB (Red+Green+Blue) = 229+181+251=661 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.64% from 661); Green value is 181 (71.09% from 255 or 27.38% from 661); Blue value is 251 (98.44% from 255 or 37.97% from 661); Max value from RGB is 251 - color contains mainly: blue. Hex color #E5B5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5B5FB is #1A4A04. Grayscale: #CBCBCB. Windows color (decimal): -1722885 or 16496101. OLE color: 16496101.
HSL color Cylindrical-coordinate representation of color #E5B5FB: hue angle of 281.14º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E5B5FB is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 181 | 251 | - |
| CMYK | 0.09 | 0.28 | 0 | 0.02 |
| HSL | 281.14º | 0.9% | 0.85% | - |
| HSV(B) | 281.14º | 0.28% | 0.98% | - |
| XYZ | 66.25 | 56.67 | 98.71 | - |
| YUV | 203.33 | 154.9 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 181 | 251 | 0.09 | 0.28 | 0 | 0.02 | 281.14 | 0.9 | 0.85 |
| Hex | E5 | B5 | FB | 9 | 1C | 0 | 2 | 119 | 5A | 55 |
| Octal | 345 | 265 | 373 | 11 | 34 | 0 | 2 | 431 | 132 | 125 |
| Binary | 11100101 | 10110101 | 11111011 | 1001 | 11100 | 0 | 10 | 100011001 | 1011010 | 1010101 |
Color Harmonies of #E5B5FB
Complementary color
Monochromatic Colors of #E5B5FB
Black with #E5B5FB
Text Example
Text Example
White with #E5B5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B5FB; }
p { color: rgb(229,181,251); }
H1.HeaderClassName
{
color: #E5B5FB;
}
.AnyTagClassName
{
color: #E5B5FB;
}
</style>
background-color css
<style>
a { background-color: #E5B5FB; }
a { background-color: rgb(229,181,251); }
div.DivClassName
{
background-color: #E5B5FB;
}
.BgClassName
{
background-color: #E5B5FB;
}
</style>
border-color css
<style>
span { border-color: #E5B5FB; }
span { border-color: rgb(229,181,251); }
td.TdClassName
{
border-color: #E5B5FB;
}
.TagClassName
{
border-color: #E5B5FB;
}
</style>