Shades of Froly #ED5E60
Tints of Froly #ED5E60
RGB
CMYK
RGB Variations
Color information
#ED5E60 (or 0xED5E60) is known color: Froly. HEX triplet: ED, 5E and 60. RGB value is (237,94,96). Sum of RGB (Red+Green+Blue) = 237+94+96=427 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.50% from 427); Green value is 94 (37.11% from 255 or 22.01% from 427); Blue value is 96 (37.89% from 255 or 22.48% from 427); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5E60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5E60 is #12A19F. Grayscale: #898989. Windows color (decimal): -1221024 or 6315757. OLE color: 6315757.
HSL color Cylindrical-coordinate representation of color #ED5E60: hue angle of 359.16º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ED5E60 is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 94 | 96 | - |
| CMYK | 0 | 0.60 | 0.59 | 0.07 |
| HSL | 359.16º | 0.8% | 0.65% | - |
| HSV(B) | 359.16º | 0.6% | 0.93% | - |
| XYZ | 41.04 | 26.85 | 14.09 | - |
| YUV | 136.99 | 104.88 | 199.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 94 | 96 | 0 | 0.60 | 0.59 | 0.07 | 359.16 | 0.8 | 0.65 |
| Hex | ED | 5E | 60 | 0 | 3C | 3B | 7 | 167 | 50 | 41 |
| Octal | 355 | 136 | 140 | 0 | 74 | 73 | 7 | 547 | 120 | 101 |
| Binary | 11101101 | 1011110 | 1100000 | 0 | 111100 | 111011 | 111 | 101100111 | 1010000 | 1000001 |
Color Harmonies of #ED5E60
Complementary color
Monochromatic Colors of #ED5E60
Black with #ED5E60
Text Example
Text Example
White with #ED5E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5E60; }
p { color: rgb(237,94,96); }
H1.HeaderClassName
{
color: #ED5E60;
}
.AnyTagClassName
{
color: #ED5E60;
}
</style>
background-color css
<style>
a { background-color: #ED5E60; }
a { background-color: rgb(237,94,96); }
div.DivClassName
{
background-color: #ED5E60;
}
.BgClassName
{
background-color: #ED5E60;
}
</style>
border-color css
<style>
span { border-color: #ED5E60; }
span { border-color: rgb(237,94,96); }
td.TdClassName
{
border-color: #ED5E60;
}
.TagClassName
{
border-color: #ED5E60;
}
</style>