Shades of Froly #ED5E70
Tints of Froly #ED5E70
RGB
CMYK
RGB Variations
Color information
#ED5E70 (or 0xED5E70) is known color: Froly. HEX triplet: ED, 5E and 70. RGB value is (237,94,112). Sum of RGB (Red+Green+Blue) = 237+94+112=443 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.50% from 443); Green value is 94 (37.11% from 255 or 21.22% from 443); Blue value is 112 (44.14% from 255 or 25.28% from 443); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5E70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5E70 is #12A18F. Grayscale: #8A8A8A. Windows color (decimal): -1221008 or 7364333. OLE color: 7364333.
HSL color Cylindrical-coordinate representation of color #ED5E70: hue angle of 352.45º 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 #ED5E70 is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 94 | 112 | - |
| CMYK | 0 | 0.60 | 0.53 | 0.07 |
| HSL | 352.45º | 0.8% | 0.65% | - |
| HSV(B) | 352.45º | 0.6% | 0.93% | - |
| XYZ | 41.85 | 27.18 | 18.37 | - |
| YUV | 138.81 | 112.88 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 94 | 112 | 0 | 0.60 | 0.53 | 0.07 | 352.45 | 0.8 | 0.65 |
| Hex | ED | 5E | 70 | 0 | 3C | 35 | 7 | 160 | 50 | 41 |
| Octal | 355 | 136 | 160 | 0 | 74 | 65 | 7 | 540 | 120 | 101 |
| Binary | 11101101 | 1011110 | 1110000 | 0 | 111100 | 110101 | 111 | 101100000 | 1010000 | 1000001 |
Color Harmonies of #ED5E70
Complementary color
Monochromatic Colors of #ED5E70
Black with #ED5E70
Text Example
Text Example
White with #ED5E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5E70; }
p { color: rgb(237,94,112); }
H1.HeaderClassName
{
color: #ED5E70;
}
.AnyTagClassName
{
color: #ED5E70;
}
</style>
background-color css
<style>
a { background-color: #ED5E70; }
a { background-color: rgb(237,94,112); }
div.DivClassName
{
background-color: #ED5E70;
}
.BgClassName
{
background-color: #ED5E70;
}
</style>
border-color css
<style>
span { border-color: #ED5E70; }
span { border-color: rgb(237,94,112); }
td.TdClassName
{
border-color: #ED5E70;
}
.TagClassName
{
border-color: #ED5E70;
}
</style>