Shades of Froly #ED7479
Tints of Froly #ED7479
RGB
CMYK
RGB Variations
Color information
#ED7479 (or 0xED7479) is known color: Froly. HEX triplet: ED, 74 and 79. RGB value is (237,116,121). Sum of RGB (Red+Green+Blue) = 237+116+121=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 116 (45.70% from 255 or 24.47% from 474); Blue value is 121 (47.66% from 255 or 25.53% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7479 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7479 is #128B86. Grayscale: #989898. Windows color (decimal): -1215367 or 7959789. OLE color: 7959789.
HSL color Cylindrical-coordinate representation of color #ED7479: hue angle of 357.52º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ED7479 is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 116 | 121 | - |
| CMYK | 0 | 0.51 | 0.49 | 0.07 |
| HSL | 357.52º | 0.77% | 0.69% | - |
| HSV(B) | 357.52º | 0.51% | 0.93% | - |
| XYZ | 44.62 | 31.88 | 21.89 | - |
| YUV | 152.75 | 110.09 | 188.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 116 | 121 | 0 | 0.51 | 0.49 | 0.07 | 357.52 | 0.77 | 0.69 |
| Hex | ED | 74 | 79 | 0 | 33 | 31 | 7 | 166 | 4D | 45 |
| Octal | 355 | 164 | 171 | 0 | 63 | 61 | 7 | 546 | 115 | 105 |
| Binary | 11101101 | 1110100 | 1111001 | 0 | 110011 | 110001 | 111 | 101100110 | 1001101 | 1000101 |
Color Harmonies of #ED7479
Complementary color
Monochromatic Colors of #ED7479
Black with #ED7479
Text Example
Text Example
White with #ED7479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7479; }
p { color: rgb(237,116,121); }
H1.HeaderClassName
{
color: #ED7479;
}
.AnyTagClassName
{
color: #ED7479;
}
</style>
background-color css
<style>
a { background-color: #ED7479; }
a { background-color: rgb(237,116,121); }
div.DivClassName
{
background-color: #ED7479;
}
.BgClassName
{
background-color: #ED7479;
}
</style>
border-color css
<style>
span { border-color: #ED7479; }
span { border-color: rgb(237,116,121); }
td.TdClassName
{
border-color: #ED7479;
}
.TagClassName
{
border-color: #ED7479;
}
</style>