Shades of Mandy #E05C5D
Tints of Mandy #E05C5D
RGB
CMYK
RGB Variations
Color information
#E05C5D (or 0xE05C5D) is known color: Mandy. HEX triplet: E0, 5C and 5D. RGB value is (224,92,93). Sum of RGB (Red+Green+Blue) = 224+92+93=409 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.77% from 409); Green value is 92 (36.33% from 255 or 22.49% from 409); Blue value is 93 (36.72% from 255 or 22.74% from 409); Max value from RGB is 224 - color contains mainly: red. Hex color #E05C5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05C5D is #1FA3A2. Grayscale: #838383. Windows color (decimal): -2073507 or 6118624. OLE color: 6118624.
HSL color Cylindrical-coordinate representation of color #E05C5D: hue angle of 359.55º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E05C5D is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 92 | 93 | - |
| CMYK | 0 | 0.59 | 0.58 | 0.12 |
| HSL | 359.55º | 0.68% | 0.62% | - |
| HSV(B) | 359.55º | 0.59% | 0.88% | - |
| XYZ | 36.54 | 24.29 | 13.12 | - |
| YUV | 131.58 | 106.23 | 193.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 92 | 93 | 0 | 0.59 | 0.58 | 0.12 | 359.55 | 0.68 | 0.62 |
| Hex | E0 | 5C | 5D | 0 | 3B | 3A | C | 168 | 44 | 3E |
| Octal | 340 | 134 | 135 | 0 | 73 | 72 | 14 | 550 | 104 | 76 |
| Binary | 11100000 | 1011100 | 1011101 | 0 | 111011 | 111010 | 1100 | 101101000 | 1000100 | 111110 |
Color Harmonies of #E05C5D
Complementary color
Monochromatic Colors of #E05C5D
Black with #E05C5D
Text Example
Text Example
White with #E05C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05C5D; }
p { color: rgb(224,92,93); }
H1.HeaderClassName
{
color: #E05C5D;
}
.AnyTagClassName
{
color: #E05C5D;
}
</style>
background-color css
<style>
a { background-color: #E05C5D; }
a { background-color: rgb(224,92,93); }
div.DivClassName
{
background-color: #E05C5D;
}
.BgClassName
{
background-color: #E05C5D;
}
</style>
border-color css
<style>
span { border-color: #E05C5D; }
span { border-color: rgb(224,92,93); }
td.TdClassName
{
border-color: #E05C5D;
}
.TagClassName
{
border-color: #E05C5D;
}
</style>