Shades of Mandy #E5545D
Tints of Mandy #E5545D
RGB
CMYK
RGB Variations
Color information
#E5545D (or 0xE5545D) is known color: Mandy. HEX triplet: E5, 54 and 5D. RGB value is (229,84,93). Sum of RGB (Red+Green+Blue) = 229+84+93=406 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.40% from 406); Green value is 84 (33.20% from 255 or 20.69% from 406); Blue value is 93 (36.72% from 255 or 22.91% from 406); Max value from RGB is 229 - color contains mainly: red. Hex color #E5545D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5545D is #1AABA2. Grayscale: #808080. Windows color (decimal): -1747875 or 6116581. OLE color: 6116581.
HSL color Cylindrical-coordinate representation of color #E5545D: hue angle of 356.28º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E5545D is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 84 | 93 | - |
| CMYK | 0 | 0.63 | 0.59 | 0.10 |
| HSL | 356.28º | 0.74% | 0.61% | - |
| HSV(B) | 356.28º | 0.63% | 0.9% | - |
| XYZ | 37.46 | 23.79 | 12.97 | - |
| YUV | 128.38 | 108.04 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 84 | 93 | 0 | 0.63 | 0.59 | 0.10 | 356.28 | 0.74 | 0.61 |
| Hex | E5 | 54 | 5D | 0 | 3F | 3B | A | 164 | 4A | 3D |
| Octal | 345 | 124 | 135 | 0 | 77 | 73 | 12 | 544 | 112 | 75 |
| Binary | 11100101 | 1010100 | 1011101 | 0 | 111111 | 111011 | 1010 | 101100100 | 1001010 | 111101 |
Color Harmonies of #E5545D
Complementary color
Monochromatic Colors of #E5545D
Black with #E5545D
Text Example
Text Example
White with #E5545D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5545D; }
p { color: rgb(229,84,93); }
H1.HeaderClassName
{
color: #E5545D;
}
.AnyTagClassName
{
color: #E5545D;
}
</style>
background-color css
<style>
a { background-color: #E5545D; }
a { background-color: rgb(229,84,93); }
div.DivClassName
{
background-color: #E5545D;
}
.BgClassName
{
background-color: #E5545D;
}
</style>
border-color css
<style>
span { border-color: #E5545D; }
span { border-color: rgb(229,84,93); }
td.TdClassName
{
border-color: #E5545D;
}
.TagClassName
{
border-color: #E5545D;
}
</style>