Shades of Mauve #E5B5F9
Tints of Mauve #E5B5F9
RGB
CMYK
RGB Variations
Color information
#E5B5F9 (or 0xE5B5F9) is known color: Mauve. HEX triplet: E5, B5 and F9. RGB value is (229,181,249). Sum of RGB (Red+Green+Blue) = 229+181+249=659 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.75% from 659); Green value is 181 (71.09% from 255 or 27.47% from 659); Blue value is 249 (97.66% from 255 or 37.78% from 659); Max value from RGB is 249 - color contains mainly: blue. Hex color #E5B5F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5B5F9 is #1A4A06. Grayscale: #CACACA. Windows color (decimal): -1722887 or 16365029. OLE color: 16365029.
HSL color Cylindrical-coordinate representation of color #E5B5F9: hue angle of 282.35º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E5B5F9 is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 181 | 249 | - |
| CMYK | 0.08 | 0.27 | 0 | 0.02 |
| HSL | 282.35º | 0.85% | 0.84% | - |
| HSV(B) | 282.35º | 0.27% | 0.98% | - |
| XYZ | 65.94 | 56.55 | 97.06 | - |
| YUV | 203.1 | 153.9 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 181 | 249 | 0.08 | 0.27 | 0 | 0.02 | 282.35 | 0.85 | 0.84 |
| Hex | E5 | B5 | F9 | 8 | 1B | 0 | 2 | 11A | 55 | 54 |
| Octal | 345 | 265 | 371 | 10 | 33 | 0 | 2 | 432 | 125 | 124 |
| Binary | 11100101 | 10110101 | 11111001 | 1000 | 11011 | 0 | 10 | 100011010 | 1010101 | 1010100 |
Color Harmonies of #E5B5F9
Complementary color
Monochromatic Colors of #E5B5F9
Black with #E5B5F9
Text Example
Text Example
White with #E5B5F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B5F9; }
p { color: rgb(229,181,249); }
H1.HeaderClassName
{
color: #E5B5F9;
}
.AnyTagClassName
{
color: #E5B5F9;
}
</style>
background-color css
<style>
a { background-color: #E5B5F9; }
a { background-color: rgb(229,181,249); }
div.DivClassName
{
background-color: #E5B5F9;
}
.BgClassName
{
background-color: #E5B5F9;
}
</style>
border-color css
<style>
span { border-color: #E5B5F9; }
span { border-color: rgb(229,181,249); }
td.TdClassName
{
border-color: #E5B5F9;
}
.TagClassName
{
border-color: #E5B5F9;
}
</style>