Shades of Froly #ED7076
Tints of Froly #ED7076
RGB
CMYK
RGB Variations
Color information
#ED7076 (or 0xED7076) is known color: Froly. HEX triplet: ED, 70 and 76. RGB value is (237,112,118). Sum of RGB (Red+Green+Blue) = 237+112+118=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 112 (44.14% from 255 or 23.98% from 467); Blue value is 118 (46.48% from 255 or 25.27% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7076 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7076 is #128F89. Grayscale: #969696. Windows color (decimal): -1216394 or 7762157. OLE color: 7762157.
HSL color Cylindrical-coordinate representation of color #ED7076: hue angle of 357.12º 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 #ED7076 is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 112 | 118 | - |
| CMYK | 0 | 0.53 | 0.50 | 0.07 |
| HSL | 357.12º | 0.78% | 0.68% | - |
| HSV(B) | 357.12º | 0.53% | 0.93% | - |
| XYZ | 43.99 | 30.9 | 20.79 | - |
| YUV | 150.06 | 109.91 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 112 | 118 | 0 | 0.53 | 0.50 | 0.07 | 357.12 | 0.78 | 0.68 |
| Hex | ED | 70 | 76 | 0 | 35 | 32 | 7 | 165 | 4E | 44 |
| Octal | 355 | 160 | 166 | 0 | 65 | 62 | 7 | 545 | 116 | 104 |
| Binary | 11101101 | 1110000 | 1110110 | 0 | 110101 | 110010 | 111 | 101100101 | 1001110 | 1000100 |
Color Harmonies of #ED7076
Complementary color
Monochromatic Colors of #ED7076
Black with #ED7076
Text Example
Text Example
White with #ED7076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7076; }
p { color: rgb(237,112,118); }
H1.HeaderClassName
{
color: #ED7076;
}
.AnyTagClassName
{
color: #ED7076;
}
</style>
background-color css
<style>
a { background-color: #ED7076; }
a { background-color: rgb(237,112,118); }
div.DivClassName
{
background-color: #ED7076;
}
.BgClassName
{
background-color: #ED7076;
}
</style>
border-color css
<style>
span { border-color: #ED7076; }
span { border-color: rgb(237,112,118); }
td.TdClassName
{
border-color: #ED7076;
}
.TagClassName
{
border-color: #ED7076;
}
</style>