Shades of Mauve #E5B4ED
Tints of Mauve #E5B4ED
RGB
CMYK
RGB Variations
Color information
#E5B4ED (or 0xE5B4ED) is known color: Mauve. HEX triplet: E5, B4 and ED. RGB value is (229,180,237). Sum of RGB (Red+Green+Blue) = 229+180+237=646 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.45% from 646); Green value is 180 (70.70% from 255 or 27.86% from 646); Blue value is 237 (92.97% from 255 or 36.69% from 646); Max value from RGB is 237 - color contains mainly: blue. Hex color #E5B4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5B4ED is #1A4B12. Grayscale: #C8C8C8. Windows color (decimal): -1723155 or 15578341. OLE color: 15578341.
HSL color Cylindrical-coordinate representation of color #E5B4ED: hue angle of 291.58º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E5B4ED is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 180 | 237 | - |
| CMYK | 0.03 | 0.24 | 0 | 0.07 |
| HSL | 291.58º | 0.61% | 0.82% | - |
| HSV(B) | 291.58º | 0.24% | 0.93% | - |
| XYZ | 63.92 | 55.41 | 87.45 | - |
| YUV | 201.15 | 148.23 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 180 | 237 | 0.03 | 0.24 | 0 | 0.07 | 291.58 | 0.61 | 0.82 |
| Hex | E5 | B4 | ED | 3 | 18 | 0 | 7 | 124 | 3D | 52 |
| Octal | 345 | 264 | 355 | 3 | 30 | 0 | 7 | 444 | 75 | 122 |
| Binary | 11100101 | 10110100 | 11101101 | 11 | 11000 | 0 | 111 | 100100100 | 111101 | 1010010 |
Color Harmonies of #E5B4ED
Complementary color
Monochromatic Colors of #E5B4ED
Black with #E5B4ED
Text Example
Text Example
White with #E5B4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B4ED; }
p { color: rgb(229,180,237); }
H1.HeaderClassName
{
color: #E5B4ED;
}
.AnyTagClassName
{
color: #E5B4ED;
}
</style>
background-color css
<style>
a { background-color: #E5B4ED; }
a { background-color: rgb(229,180,237); }
div.DivClassName
{
background-color: #E5B4ED;
}
.BgClassName
{
background-color: #E5B4ED;
}
</style>
border-color css
<style>
span { border-color: #E5B4ED; }
span { border-color: rgb(229,180,237); }
td.TdClassName
{
border-color: #E5B4ED;
}
.TagClassName
{
border-color: #E5B4ED;
}
</style>