Shades of Mauvelous #E59BA5
Tints of Mauvelous #E59BA5
RGB
CMYK
RGB Variations
Color information
#E59BA5 (or 0xE59BA5) is known color: Mauvelous. HEX triplet: E5, 9B and A5. RGB value is (229,155,165). Sum of RGB (Red+Green+Blue) = 229+155+165=549 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.71% from 549); Green value is 155 (60.94% from 255 or 28.23% from 549); Blue value is 165 (64.84% from 255 or 30.05% from 549); Max value from RGB is 229 - color contains mainly: red. Hex color #E59BA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59BA5 is #1A645A. Grayscale: #B2B2B2. Windows color (decimal): -1729627 or 10853349. OLE color: 10853349.
HSL color Cylindrical-coordinate representation of color #E59BA5: hue angle of 351.89º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E59BA5 is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 155 | 165 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.10 |
| HSL | 351.89º | 0.59% | 0.75% | - |
| HSV(B) | 351.89º | 0.32% | 0.9% | - |
| XYZ | 50.83 | 42.82 | 41.18 | - |
| YUV | 178.27 | 120.52 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 155 | 165 | 0 | 0.32 | 0.28 | 0.10 | 351.89 | 0.59 | 0.75 |
| Hex | E5 | 9B | A5 | 0 | 20 | 1C | A | 160 | 3B | 4B |
| Octal | 345 | 233 | 245 | 0 | 40 | 34 | 12 | 540 | 73 | 113 |
| Binary | 11100101 | 10011011 | 10100101 | 0 | 100000 | 11100 | 1010 | 101100000 | 111011 | 1001011 |
Color Harmonies of #E59BA5
Complementary color
Monochromatic Colors of #E59BA5
Black with #E59BA5
Text Example
Text Example
White with #E59BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59BA5; }
p { color: rgb(229,155,165); }
H1.HeaderClassName
{
color: #E59BA5;
}
.AnyTagClassName
{
color: #E59BA5;
}
</style>
background-color css
<style>
a { background-color: #E59BA5; }
a { background-color: rgb(229,155,165); }
div.DivClassName
{
background-color: #E59BA5;
}
.BgClassName
{
background-color: #E59BA5;
}
</style>
border-color css
<style>
span { border-color: #E59BA5; }
span { border-color: rgb(229,155,165); }
td.TdClassName
{
border-color: #E59BA5;
}
.TagClassName
{
border-color: #E59BA5;
}
</style>