Shades of Mandy #ED545E
Tints of Mandy #ED545E
RGB
CMYK
RGB Variations
Color information
#ED545E (or 0xED545E) is known color: Mandy. HEX triplet: ED, 54 and 5E. RGB value is (237,84,94). Sum of RGB (Red+Green+Blue) = 237+84+94=415 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.11% from 415); Green value is 84 (33.20% from 255 or 20.24% from 415); Blue value is 94 (37.11% from 255 or 22.65% from 415); Max value from RGB is 237 - color contains mainly: red. Hex color #ED545E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED545E is #12ABA1. Grayscale: #838383. Windows color (decimal): -1223586 or 6182125. OLE color: 6182125.
HSL color Cylindrical-coordinate representation of color #ED545E: hue angle of 356.08º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ED545E is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 84 | 94 | - |
| CMYK | 0 | 0.65 | 0.60 | 0.07 |
| HSL | 356.08º | 0.81% | 0.63% | - |
| HSV(B) | 356.08º | 0.65% | 0.93% | - |
| XYZ | 40.12 | 25.15 | 13.33 | - |
| YUV | 130.89 | 107.19 | 203.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 84 | 94 | 0 | 0.65 | 0.60 | 0.07 | 356.08 | 0.81 | 0.63 |
| Hex | ED | 54 | 5E | 0 | 41 | 3C | 7 | 164 | 51 | 3F |
| Octal | 355 | 124 | 136 | 0 | 101 | 74 | 7 | 544 | 121 | 77 |
| Binary | 11101101 | 1010100 | 1011110 | 0 | 1000001 | 111100 | 111 | 101100100 | 1010001 | 111111 |
Color Harmonies of #ED545E
Complementary color
Monochromatic Colors of #ED545E
Black with #ED545E
Text Example
Text Example
White with #ED545E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED545E; }
p { color: rgb(237,84,94); }
H1.HeaderClassName
{
color: #ED545E;
}
.AnyTagClassName
{
color: #ED545E;
}
</style>
background-color css
<style>
a { background-color: #ED545E; }
a { background-color: rgb(237,84,94); }
div.DivClassName
{
background-color: #ED545E;
}
.BgClassName
{
background-color: #ED545E;
}
</style>
border-color css
<style>
span { border-color: #ED545E; }
span { border-color: rgb(237,84,94); }
td.TdClassName
{
border-color: #ED545E;
}
.TagClassName
{
border-color: #ED545E;
}
</style>