Shades of Mandy #E5495E
Tints of Mandy #E5495E
RGB
CMYK
RGB Variations
Color information
#E5495E (or 0xE5495E) is known color: Mandy. HEX triplet: E5, 49 and 5E. RGB value is (229,73,94). Sum of RGB (Red+Green+Blue) = 229+73+94=396 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.83% from 396); Green value is 73 (28.91% from 255 or 18.43% from 396); Blue value is 94 (37.11% from 255 or 23.74% from 396); Max value from RGB is 229 - color contains mainly: red. Hex color #E5495E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5495E is #1AB6A1. Grayscale: #7A7A7A. Windows color (decimal): -1750690 or 6179301. OLE color: 6179301.
HSL color Cylindrical-coordinate representation of color #E5495E: hue angle of 351.92º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E5495E is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 73 | 94 | - |
| CMYK | 0 | 0.68 | 0.59 | 0.10 |
| HSL | 351.92º | 0.75% | 0.59% | - |
| HSV(B) | 351.92º | 0.68% | 0.9% | - |
| XYZ | 36.72 | 22.23 | 12.95 | - |
| YUV | 122.04 | 112.18 | 204.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 73 | 94 | 0 | 0.68 | 0.59 | 0.10 | 351.92 | 0.75 | 0.59 |
| Hex | E5 | 49 | 5E | 0 | 44 | 3B | A | 160 | 4B | 3B |
| Octal | 345 | 111 | 136 | 0 | 104 | 73 | 12 | 540 | 113 | 73 |
| Binary | 11100101 | 1001001 | 1011110 | 0 | 1000100 | 111011 | 1010 | 101100000 | 1001011 | 111011 |
Color Harmonies of #E5495E
Complementary color
Monochromatic Colors of #E5495E
Black with #E5495E
Text Example
Text Example
White with #E5495E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5495E; }
p { color: rgb(229,73,94); }
H1.HeaderClassName
{
color: #E5495E;
}
.AnyTagClassName
{
color: #E5495E;
}
</style>
background-color css
<style>
a { background-color: #E5495E; }
a { background-color: rgb(229,73,94); }
div.DivClassName
{
background-color: #E5495E;
}
.BgClassName
{
background-color: #E5495E;
}
</style>
border-color css
<style>
span { border-color: #E5495E; }
span { border-color: rgb(229,73,94); }
td.TdClassName
{
border-color: #E5495E;
}
.TagClassName
{
border-color: #E5495E;
}
</style>