Shades of Froly #ED6F74
Tints of Froly #ED6F74
RGB
CMYK
RGB Variations
Color information
#ED6F74 (or 0xED6F74) is known color: Froly. HEX triplet: ED, 6F and 74. RGB value is (237,111,116). Sum of RGB (Red+Green+Blue) = 237+111+116=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 111 (43.75% from 255 or 23.92% from 464); Blue value is 116 (45.70% from 255 or 25% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6F74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6F74 is #12908B. Grayscale: #959595. Windows color (decimal): -1216652 or 7630829. OLE color: 7630829.
HSL color Cylindrical-coordinate representation of color #ED6F74: hue angle of 357.62º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ED6F74 is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 111 | 116 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.07 |
| HSL | 357.62º | 0.78% | 0.68% | - |
| HSV(B) | 357.62º | 0.53% | 0.93% | - |
| XYZ | 43.76 | 30.63 | 20.13 | - |
| YUV | 149.24 | 109.24 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 111 | 116 | 0 | 0.53 | 0.51 | 0.07 | 357.62 | 0.78 | 0.68 |
| Hex | ED | 6F | 74 | 0 | 35 | 33 | 7 | 166 | 4E | 44 |
| Octal | 355 | 157 | 164 | 0 | 65 | 63 | 7 | 546 | 116 | 104 |
| Binary | 11101101 | 1101111 | 1110100 | 0 | 110101 | 110011 | 111 | 101100110 | 1001110 | 1000100 |
Color Harmonies of #ED6F74
Complementary color
Monochromatic Colors of #ED6F74
Black with #ED6F74
Text Example
Text Example
White with #ED6F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6F74; }
p { color: rgb(237,111,116); }
H1.HeaderClassName
{
color: #ED6F74;
}
.AnyTagClassName
{
color: #ED6F74;
}
</style>
background-color css
<style>
a { background-color: #ED6F74; }
a { background-color: rgb(237,111,116); }
div.DivClassName
{
background-color: #ED6F74;
}
.BgClassName
{
background-color: #ED6F74;
}
</style>
border-color css
<style>
span { border-color: #ED6F74; }
span { border-color: rgb(237,111,116); }
td.TdClassName
{
border-color: #ED6F74;
}
.TagClassName
{
border-color: #ED6F74;
}
</style>