Shades of Mandy #E05359
Tints of Mandy #E05359
RGB
CMYK
RGB Variations
Color information
#E05359 (or 0xE05359) is known color: Mandy. HEX triplet: E0, 53 and 59. RGB value is (224,83,89). Sum of RGB (Red+Green+Blue) = 224+83+89=396 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.57% from 396); Green value is 83 (32.81% from 255 or 20.96% from 396); Blue value is 89 (35.16% from 255 or 22.47% from 396); Max value from RGB is 224 - color contains mainly: red. Hex color #E05359 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05359 is #1FACA6. Grayscale: #7D7D7D. Windows color (decimal): -2075815 or 5854176. OLE color: 5854176.
HSL color Cylindrical-coordinate representation of color #E05359: hue angle of 357.45º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E05359 is Cyan = 0, Magento = 0.63, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 83 | 89 | - |
| CMYK | 0 | 0.63 | 0.60 | 0.12 |
| HSL | 357.45º | 0.69% | 0.6% | - |
| HSV(B) | 357.45º | 0.63% | 0.88% | - |
| XYZ | 35.64 | 22.76 | 11.97 | - |
| YUV | 125.84 | 107.21 | 198.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 83 | 89 | 0 | 0.63 | 0.60 | 0.12 | 357.45 | 0.69 | 0.6 |
| Hex | E0 | 53 | 59 | 0 | 3F | 3C | C | 165 | 45 | 3C |
| Octal | 340 | 123 | 131 | 0 | 77 | 74 | 14 | 545 | 105 | 74 |
| Binary | 11100000 | 1010011 | 1011001 | 0 | 111111 | 111100 | 1100 | 101100101 | 1000101 | 111100 |
Color Harmonies of #E05359
Complementary color
Monochromatic Colors of #E05359
Black with #E05359
Text Example
Text Example
White with #E05359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05359; }
p { color: rgb(224,83,89); }
H1.HeaderClassName
{
color: #E05359;
}
.AnyTagClassName
{
color: #E05359;
}
</style>
background-color css
<style>
a { background-color: #E05359; }
a { background-color: rgb(224,83,89); }
div.DivClassName
{
background-color: #E05359;
}
.BgClassName
{
background-color: #E05359;
}
</style>
border-color css
<style>
span { border-color: #E05359; }
span { border-color: rgb(224,83,89); }
td.TdClassName
{
border-color: #E05359;
}
.TagClassName
{
border-color: #E05359;
}
</style>