Shades of Mauve #E5B5EF
Tints of Mauve #E5B5EF
RGB
CMYK
RGB Variations
Color information
#E5B5EF (or 0xE5B5EF) is known color: Mauve. HEX triplet: E5, B5 and EF. RGB value is (229,181,239). Sum of RGB (Red+Green+Blue) = 229+181+239=649 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.29% from 649); Green value is 181 (71.09% from 255 or 27.89% from 649); Blue value is 239 (93.75% from 255 or 36.83% from 649); Max value from RGB is 239 - color contains mainly: blue. Hex color #E5B5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5B5EF is #1A4A10. Grayscale: #C9C9C9. Windows color (decimal): -1722897 or 15709669. OLE color: 15709669.
HSL color Cylindrical-coordinate representation of color #E5B5EF: hue angle of 289.66º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E5B5EF is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 181 | 239 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.06 |
| HSL | 289.66º | 0.64% | 0.82% | - |
| HSV(B) | 289.66º | 0.24% | 0.94% | - |
| XYZ | 64.42 | 55.94 | 89.06 | - |
| YUV | 201.96 | 148.9 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 181 | 239 | 0.04 | 0.24 | 0 | 0.06 | 289.66 | 0.64 | 0.82 |
| Hex | E5 | B5 | EF | 4 | 18 | 0 | 6 | 122 | 40 | 52 |
| Octal | 345 | 265 | 357 | 4 | 30 | 0 | 6 | 442 | 100 | 122 |
| Binary | 11100101 | 10110101 | 11101111 | 100 | 11000 | 0 | 110 | 100100010 | 1000000 | 1010010 |
Color Harmonies of #E5B5EF
Complementary color
Monochromatic Colors of #E5B5EF
Black with #E5B5EF
Text Example
Text Example
White with #E5B5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B5EF; }
p { color: rgb(229,181,239); }
H1.HeaderClassName
{
color: #E5B5EF;
}
.AnyTagClassName
{
color: #E5B5EF;
}
</style>
background-color css
<style>
a { background-color: #E5B5EF; }
a { background-color: rgb(229,181,239); }
div.DivClassName
{
background-color: #E5B5EF;
}
.BgClassName
{
background-color: #E5B5EF;
}
</style>
border-color css
<style>
span { border-color: #E5B5EF; }
span { border-color: rgb(229,181,239); }
td.TdClassName
{
border-color: #E5B5EF;
}
.TagClassName
{
border-color: #E5B5EF;
}
</style>