Shades of Mauve #E5B7ED
Tints of Mauve #E5B7ED
RGB
CMYK
RGB Variations
Color information
#E5B7ED (or 0xE5B7ED) is known color: Mauve. HEX triplet: E5, B7 and ED. RGB value is (229,183,237). Sum of RGB (Red+Green+Blue) = 229+183+237=649 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.29% from 649); Green value is 183 (71.88% from 255 or 28.20% from 649); Blue value is 237 (92.97% from 255 or 36.52% from 649); Max value from RGB is 237 - color contains mainly: blue. Hex color #E5B7ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5B7ED is #1A4812. Grayscale: #CACACA. Windows color (decimal): -1722387 or 15579109. OLE color: 15579109.
HSL color Cylindrical-coordinate representation of color #E5B7ED: hue angle of 291.11º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E5B7ED is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 183 | 237 | - |
| CMYK | 0.03 | 0.23 | 0 | 0.07 |
| HSL | 291.11º | 0.6% | 0.82% | - |
| HSV(B) | 291.11º | 0.23% | 0.93% | - |
| XYZ | 64.53 | 56.64 | 87.65 | - |
| YUV | 202.91 | 147.24 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 183 | 237 | 0.03 | 0.23 | 0 | 0.07 | 291.11 | 0.6 | 0.82 |
| Hex | E5 | B7 | ED | 3 | 17 | 0 | 7 | 123 | 3C | 52 |
| Octal | 345 | 267 | 355 | 3 | 27 | 0 | 7 | 443 | 74 | 122 |
| Binary | 11100101 | 10110111 | 11101101 | 11 | 10111 | 0 | 111 | 100100011 | 111100 | 1010010 |
Color Harmonies of #E5B7ED
Complementary color
Monochromatic Colors of #E5B7ED
Black with #E5B7ED
Text Example
Text Example
White with #E5B7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B7ED; }
p { color: rgb(229,183,237); }
H1.HeaderClassName
{
color: #E5B7ED;
}
.AnyTagClassName
{
color: #E5B7ED;
}
</style>
background-color css
<style>
a { background-color: #E5B7ED; }
a { background-color: rgb(229,183,237); }
div.DivClassName
{
background-color: #E5B7ED;
}
.BgClassName
{
background-color: #E5B7ED;
}
</style>
border-color css
<style>
span { border-color: #E5B7ED; }
span { border-color: rgb(229,183,237); }
td.TdClassName
{
border-color: #E5B7ED;
}
.TagClassName
{
border-color: #E5B7ED;
}
</style>