Shades of Mandy #ED4C50
Tints of Mandy #ED4C50
RGB
CMYK
RGB Variations
Color information
#ED4C50 (or 0xED4C50) is known color: Mandy. HEX triplet: ED, 4C and 50. RGB value is (237,76,80). Sum of RGB (Red+Green+Blue) = 237+76+80=393 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60.31% from 393); Green value is 76 (30.08% from 255 or 19.34% from 393); Blue value is 80 (31.64% from 255 or 20.36% from 393); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4C50 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4C50 is #12B3AF. Grayscale: #7C7C7C. Windows color (decimal): -1225648 or 5262573. OLE color: 5262573.
HSL color Cylindrical-coordinate representation of color #ED4C50: hue angle of 358.51º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ED4C50 is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 76 | 80 | - |
| CMYK | 0 | 0.68 | 0.66 | 0.07 |
| HSL | 358.51º | 0.82% | 0.61% | - |
| HSV(B) | 358.51º | 0.68% | 0.93% | - |
| XYZ | 38.96 | 23.75 | 10.12 | - |
| YUV | 124.6 | 102.84 | 208.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 76 | 80 | 0 | 0.68 | 0.66 | 0.07 | 358.51 | 0.82 | 0.61 |
| Hex | ED | 4C | 50 | 0 | 44 | 42 | 7 | 167 | 52 | 3D |
| Octal | 355 | 114 | 120 | 0 | 104 | 102 | 7 | 547 | 122 | 75 |
| Binary | 11101101 | 1001100 | 1010000 | 0 | 1000100 | 1000010 | 111 | 101100111 | 1010010 | 111101 |
Color Harmonies of #ED4C50
Complementary color
Monochromatic Colors of #ED4C50
Black with #ED4C50
Text Example
Text Example
White with #ED4C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4C50; }
p { color: rgb(237,76,80); }
H1.HeaderClassName
{
color: #ED4C50;
}
.AnyTagClassName
{
color: #ED4C50;
}
</style>
background-color css
<style>
a { background-color: #ED4C50; }
a { background-color: rgb(237,76,80); }
div.DivClassName
{
background-color: #ED4C50;
}
.BgClassName
{
background-color: #ED4C50;
}
</style>
border-color css
<style>
span { border-color: #ED4C50; }
span { border-color: rgb(237,76,80); }
td.TdClassName
{
border-color: #ED4C50;
}
.TagClassName
{
border-color: #ED4C50;
}
</style>