Shades of Froly #ED7075
Tints of Froly #ED7075
RGB
CMYK
RGB Variations
Color information
#ED7075 (or 0xED7075) is known color: Froly. HEX triplet: ED, 70 and 75. RGB value is (237,112,117). Sum of RGB (Red+Green+Blue) = 237+112+117=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 112 (44.14% from 255 or 24.03% from 466); Blue value is 117 (46.09% from 255 or 25.11% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7075 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7075 is #128F8A. Grayscale: #969696. Windows color (decimal): -1216395 or 7696621. OLE color: 7696621.
HSL color Cylindrical-coordinate representation of color #ED7075: hue angle of 357.6º 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 #ED7075 is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 112 | 117 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.07 |
| HSL | 357.6º | 0.78% | 0.68% | - |
| HSV(B) | 357.6º | 0.53% | 0.93% | - |
| XYZ | 43.93 | 30.88 | 20.47 | - |
| YUV | 149.95 | 109.41 | 190.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 112 | 117 | 0 | 0.53 | 0.51 | 0.07 | 357.6 | 0.78 | 0.68 |
| Hex | ED | 70 | 75 | 0 | 35 | 33 | 7 | 166 | 4E | 44 |
| Octal | 355 | 160 | 165 | 0 | 65 | 63 | 7 | 546 | 116 | 104 |
| Binary | 11101101 | 1110000 | 1110101 | 0 | 110101 | 110011 | 111 | 101100110 | 1001110 | 1000100 |
Color Harmonies of #ED7075
Complementary color
Monochromatic Colors of #ED7075
Black with #ED7075
Text Example
Text Example
White with #ED7075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7075; }
p { color: rgb(237,112,117); }
H1.HeaderClassName
{
color: #ED7075;
}
.AnyTagClassName
{
color: #ED7075;
}
</style>
background-color css
<style>
a { background-color: #ED7075; }
a { background-color: rgb(237,112,117); }
div.DivClassName
{
background-color: #ED7075;
}
.BgClassName
{
background-color: #ED7075;
}
</style>
border-color css
<style>
span { border-color: #ED7075; }
span { border-color: rgb(237,112,117); }
td.TdClassName
{
border-color: #ED7075;
}
.TagClassName
{
border-color: #ED7075;
}
</style>