Shades of Mandy #E5495C
Tints of Mandy #E5495C
RGB
CMYK
RGB Variations
Color information
#E5495C (or 0xE5495C) is known color: Mandy. HEX triplet: E5, 49 and 5C. RGB value is (229,73,92). Sum of RGB (Red+Green+Blue) = 229+73+92=394 (52% of max value = 765). Red value is 229 (89.84% from 255 or 58.12% from 394); Green value is 73 (28.91% from 255 or 18.53% from 394); Blue value is 92 (36.33% from 255 or 23.35% from 394); Max value from RGB is 229 - color contains mainly: red. Hex color #E5495C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5495C is #1AB6A3. Grayscale: #797979. Windows color (decimal): -1750692 or 6048229. OLE color: 6048229.
HSL color Cylindrical-coordinate representation of color #E5495C: hue angle of 352.69º 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 #E5495C is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 73 | 92 | - |
| CMYK | 0 | 0.68 | 0.60 | 0.10 |
| HSL | 352.69º | 0.75% | 0.59% | - |
| HSV(B) | 352.69º | 0.68% | 0.9% | - |
| XYZ | 36.63 | 22.2 | 12.48 | - |
| YUV | 121.81 | 111.18 | 204.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 73 | 92 | 0 | 0.68 | 0.60 | 0.10 | 352.69 | 0.75 | 0.59 |
| Hex | E5 | 49 | 5C | 0 | 44 | 3C | A | 161 | 4B | 3B |
| Octal | 345 | 111 | 134 | 0 | 104 | 74 | 12 | 541 | 113 | 73 |
| Binary | 11100101 | 1001001 | 1011100 | 0 | 1000100 | 111100 | 1010 | 101100001 | 1001011 | 111011 |
Color Harmonies of #E5495C
Complementary color
Monochromatic Colors of #E5495C
Black with #E5495C
Text Example
Text Example
White with #E5495C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5495C; }
p { color: rgb(229,73,92); }
H1.HeaderClassName
{
color: #E5495C;
}
.AnyTagClassName
{
color: #E5495C;
}
</style>
background-color css
<style>
a { background-color: #E5495C; }
a { background-color: rgb(229,73,92); }
div.DivClassName
{
background-color: #E5495C;
}
.BgClassName
{
background-color: #E5495C;
}
</style>
border-color css
<style>
span { border-color: #E5495C; }
span { border-color: rgb(229,73,92); }
td.TdClassName
{
border-color: #E5495C;
}
.TagClassName
{
border-color: #E5495C;
}
</style>