Shades of Mandy #ED4F54
Tints of Mandy #ED4F54
RGB
CMYK
RGB Variations
Color information
#ED4F54 (or 0xED4F54) is known color: Mandy. HEX triplet: ED, 4F and 54. RGB value is (237,79,84). Sum of RGB (Red+Green+Blue) = 237+79+84=400 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.25% from 400); Green value is 79 (31.25% from 255 or 19.75% from 400); Blue value is 84 (33.20% from 255 or 21% from 400); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4F54 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED4F54 is #12B0AB. Grayscale: #7E7E7E. Windows color (decimal): -1224876 or 5525485. OLE color: 5525485.
HSL color Cylindrical-coordinate representation of color #ED4F54: hue angle of 358.1º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ED4F54 is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 79 | 84 | - |
| CMYK | 0 | 0.67 | 0.65 | 0.07 |
| HSL | 358.1º | 0.81% | 0.62% | - |
| HSV(B) | 358.1º | 0.67% | 0.93% | - |
| XYZ | 39.32 | 24.24 | 10.99 | - |
| YUV | 126.81 | 103.85 | 206.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 79 | 84 | 0 | 0.67 | 0.65 | 0.07 | 358.1 | 0.81 | 0.62 |
| Hex | ED | 4F | 54 | 0 | 43 | 41 | 7 | 166 | 51 | 3E |
| Octal | 355 | 117 | 124 | 0 | 103 | 101 | 7 | 546 | 121 | 76 |
| Binary | 11101101 | 1001111 | 1010100 | 0 | 1000011 | 1000001 | 111 | 101100110 | 1010001 | 111110 |
Color Harmonies of #ED4F54
Complementary color
Monochromatic Colors of #ED4F54
Black with #ED4F54
Text Example
Text Example
White with #ED4F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4F54; }
p { color: rgb(237,79,84); }
H1.HeaderClassName
{
color: #ED4F54;
}
.AnyTagClassName
{
color: #ED4F54;
}
</style>
background-color css
<style>
a { background-color: #ED4F54; }
a { background-color: rgb(237,79,84); }
div.DivClassName
{
background-color: #ED4F54;
}
.BgClassName
{
background-color: #ED4F54;
}
</style>
border-color css
<style>
span { border-color: #ED4F54; }
span { border-color: rgb(237,79,84); }
td.TdClassName
{
border-color: #ED4F54;
}
.TagClassName
{
border-color: #ED4F54;
}
</style>