Shades of Mauvelous #E59AA5
Tints of Mauvelous #E59AA5
RGB
CMYK
RGB Variations
Color information
#E59AA5 (or 0xE59AA5) is known color: Mauvelous. HEX triplet: E5, 9A and A5. RGB value is (229,154,165). Sum of RGB (Red+Green+Blue) = 229+154+165=548 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.79% from 548); Green value is 154 (60.55% from 255 or 28.10% from 548); Blue value is 165 (64.84% from 255 or 30.11% from 548); Max value from RGB is 229 - color contains mainly: red. Hex color #E59AA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59AA5 is #1A655A. Grayscale: #B1B1B1. Windows color (decimal): -1729883 or 10853093. OLE color: 10853093.
HSL color Cylindrical-coordinate representation of color #E59AA5: hue angle of 351.2º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E59AA5 is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 154 | 165 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.10 |
| HSL | 351.2º | 0.59% | 0.75% | - |
| HSV(B) | 351.2º | 0.33% | 0.9% | - |
| XYZ | 50.66 | 42.49 | 41.13 | - |
| YUV | 177.68 | 120.85 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 154 | 165 | 0 | 0.33 | 0.28 | 0.10 | 351.2 | 0.59 | 0.75 |
| Hex | E5 | 9A | A5 | 0 | 21 | 1C | A | 15F | 3B | 4B |
| Octal | 345 | 232 | 245 | 0 | 41 | 34 | 12 | 537 | 73 | 113 |
| Binary | 11100101 | 10011010 | 10100101 | 0 | 100001 | 11100 | 1010 | 101011111 | 111011 | 1001011 |
Color Harmonies of #E59AA5
Complementary color
Monochromatic Colors of #E59AA5
Black with #E59AA5
Text Example
Text Example
White with #E59AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59AA5; }
p { color: rgb(229,154,165); }
H1.HeaderClassName
{
color: #E59AA5;
}
.AnyTagClassName
{
color: #E59AA5;
}
</style>
background-color css
<style>
a { background-color: #E59AA5; }
a { background-color: rgb(229,154,165); }
div.DivClassName
{
background-color: #E59AA5;
}
.BgClassName
{
background-color: #E59AA5;
}
</style>
border-color css
<style>
span { border-color: #E59AA5; }
span { border-color: rgb(229,154,165); }
td.TdClassName
{
border-color: #E59AA5;
}
.TagClassName
{
border-color: #E59AA5;
}
</style>