Shades of Mandy #E5505F
Tints of Mandy #E5505F
RGB
CMYK
RGB Variations
Color information
#E5505F (or 0xE5505F) is known color: Mandy. HEX triplet: E5, 50 and 5F. RGB value is (229,80,95). Sum of RGB (Red+Green+Blue) = 229+80+95=404 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.68% from 404); Green value is 80 (31.64% from 255 or 19.80% from 404); Blue value is 95 (37.5% from 255 or 23.51% from 404); Max value from RGB is 229 - color contains mainly: red. Hex color #E5505F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5505F is #1AAFA0. Grayscale: #7E7E7E. Windows color (decimal): -1748897 or 6246629. OLE color: 6246629.
HSL color Cylindrical-coordinate representation of color #E5505F: hue angle of 353.96º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E5505F is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 80 | 95 | - |
| CMYK | 0 | 0.65 | 0.59 | 0.10 |
| HSL | 353.96º | 0.74% | 0.61% | - |
| HSV(B) | 353.96º | 0.65% | 0.9% | - |
| XYZ | 37.25 | 23.22 | 13.35 | - |
| YUV | 126.26 | 110.36 | 201.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 80 | 95 | 0 | 0.65 | 0.59 | 0.10 | 353.96 | 0.74 | 0.61 |
| Hex | E5 | 50 | 5F | 0 | 41 | 3B | A | 162 | 4A | 3D |
| Octal | 345 | 120 | 137 | 0 | 101 | 73 | 12 | 542 | 112 | 75 |
| Binary | 11100101 | 1010000 | 1011111 | 0 | 1000001 | 111011 | 1010 | 101100010 | 1001010 | 111101 |
Color Harmonies of #E5505F
Complementary color
Monochromatic Colors of #E5505F
Black with #E5505F
Text Example
Text Example
White with #E5505F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5505F; }
p { color: rgb(229,80,95); }
H1.HeaderClassName
{
color: #E5505F;
}
.AnyTagClassName
{
color: #E5505F;
}
</style>
background-color css
<style>
a { background-color: #E5505F; }
a { background-color: rgb(229,80,95); }
div.DivClassName
{
background-color: #E5505F;
}
.BgClassName
{
background-color: #E5505F;
}
</style>
border-color css
<style>
span { border-color: #E5505F; }
span { border-color: rgb(229,80,95); }
td.TdClassName
{
border-color: #E5505F;
}
.TagClassName
{
border-color: #E5505F;
}
</style>