Shades of Froly #ED7172
Tints of Froly #ED7172
RGB
CMYK
RGB Variations
Color information
#ED7172 (or 0xED7172) is known color: Froly. HEX triplet: ED, 71 and 72. RGB value is (237,113,114). Sum of RGB (Red+Green+Blue) = 237+113+114=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 113 (44.53% from 255 or 24.35% from 464); Blue value is 114 (44.92% from 255 or 24.57% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7172 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7172 is #128E8D. Grayscale: #969696. Windows color (decimal): -1216142 or 7500269. OLE color: 7500269.
HSL color Cylindrical-coordinate representation of color #ED7172: hue angle of 359.52º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ED7172 is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 113 | 114 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.07 |
| HSL | 359.52º | 0.78% | 0.69% | - |
| HSV(B) | 359.52º | 0.52% | 0.93% | - |
| XYZ | 43.87 | 31.03 | 19.6 | - |
| YUV | 150.19 | 107.58 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 113 | 114 | 0 | 0.52 | 0.52 | 0.07 | 359.52 | 0.78 | 0.69 |
| Hex | ED | 71 | 72 | 0 | 34 | 34 | 7 | 168 | 4E | 45 |
| Octal | 355 | 161 | 162 | 0 | 64 | 64 | 7 | 550 | 116 | 105 |
| Binary | 11101101 | 1110001 | 1110010 | 0 | 110100 | 110100 | 111 | 101101000 | 1001110 | 1000101 |
Color Harmonies of #ED7172
Complementary color
Monochromatic Colors of #ED7172
Black with #ED7172
Text Example
Text Example
White with #ED7172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7172; }
p { color: rgb(237,113,114); }
H1.HeaderClassName
{
color: #ED7172;
}
.AnyTagClassName
{
color: #ED7172;
}
</style>
background-color css
<style>
a { background-color: #ED7172; }
a { background-color: rgb(237,113,114); }
div.DivClassName
{
background-color: #ED7172;
}
.BgClassName
{
background-color: #ED7172;
}
</style>
border-color css
<style>
span { border-color: #ED7172; }
span { border-color: rgb(237,113,114); }
td.TdClassName
{
border-color: #ED7172;
}
.TagClassName
{
border-color: #ED7172;
}
</style>