Shades of Mandy #E5495F
Tints of Mandy #E5495F
RGB
CMYK
RGB Variations
Color information
#E5495F (or 0xE5495F) is known color: Mandy. HEX triplet: E5, 49 and 5F. RGB value is (229,73,95). Sum of RGB (Red+Green+Blue) = 229+73+95=397 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.68% from 397); Green value is 73 (28.91% from 255 or 18.39% from 397); Blue value is 95 (37.5% from 255 or 23.93% from 397); Max value from RGB is 229 - color contains mainly: red. Hex color #E5495F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5495F is #1AB6A0. Grayscale: #7A7A7A. Windows color (decimal): -1750689 or 6244837. OLE color: 6244837.
HSL color Cylindrical-coordinate representation of color #E5495F: hue angle of 351.54º 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 #E5495F is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 73 | 95 | - |
| CMYK | 0 | 0.68 | 0.59 | 0.10 |
| HSL | 351.54º | 0.75% | 0.59% | - |
| HSV(B) | 351.54º | 0.68% | 0.9% | - |
| XYZ | 36.76 | 22.25 | 13.18 | - |
| YUV | 122.15 | 112.68 | 204.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 73 | 95 | 0 | 0.68 | 0.59 | 0.10 | 351.54 | 0.75 | 0.59 |
| Hex | E5 | 49 | 5F | 0 | 44 | 3B | A | 160 | 4B | 3B |
| Octal | 345 | 111 | 137 | 0 | 104 | 73 | 12 | 540 | 113 | 73 |
| Binary | 11100101 | 1001001 | 1011111 | 0 | 1000100 | 111011 | 1010 | 101100000 | 1001011 | 111011 |
Color Harmonies of #E5495F
Complementary color
Monochromatic Colors of #E5495F
Black with #E5495F
Text Example
Text Example
White with #E5495F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5495F; }
p { color: rgb(229,73,95); }
H1.HeaderClassName
{
color: #E5495F;
}
.AnyTagClassName
{
color: #E5495F;
}
</style>
background-color css
<style>
a { background-color: #E5495F; }
a { background-color: rgb(229,73,95); }
div.DivClassName
{
background-color: #E5495F;
}
.BgClassName
{
background-color: #E5495F;
}
</style>
border-color css
<style>
span { border-color: #E5495F; }
span { border-color: rgb(229,73,95); }
td.TdClassName
{
border-color: #E5495F;
}
.TagClassName
{
border-color: #E5495F;
}
</style>