Shades of Froly #ED6172
Tints of Froly #ED6172
RGB
CMYK
RGB Variations
Color information
#ED6172 (or 0xED6172) is known color: Froly. HEX triplet: ED, 61 and 72. RGB value is (237,97,114). Sum of RGB (Red+Green+Blue) = 237+97+114=448 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.90% from 448); Green value is 97 (38.28% from 255 or 21.65% from 448); Blue value is 114 (44.92% from 255 or 25.45% from 448); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6172 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6172 is #129E8D. Grayscale: #8C8C8C. Windows color (decimal): -1220238 or 7496173. OLE color: 7496173.
HSL color Cylindrical-coordinate representation of color #ED6172: hue angle of 352.71º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED6172 is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 97 | 114 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.07 |
| HSL | 352.71º | 0.8% | 0.65% | - |
| HSV(B) | 352.71º | 0.59% | 0.93% | - |
| XYZ | 42.24 | 27.77 | 19.05 | - |
| YUV | 140.8 | 112.88 | 196.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 97 | 114 | 0 | 0.59 | 0.52 | 0.07 | 352.71 | 0.8 | 0.65 |
| Hex | ED | 61 | 72 | 0 | 3B | 34 | 7 | 161 | 50 | 41 |
| Octal | 355 | 141 | 162 | 0 | 73 | 64 | 7 | 541 | 120 | 101 |
| Binary | 11101101 | 1100001 | 1110010 | 0 | 111011 | 110100 | 111 | 101100001 | 1010000 | 1000001 |
Color Harmonies of #ED6172
Complementary color
Monochromatic Colors of #ED6172
Black with #ED6172
Text Example
Text Example
White with #ED6172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6172; }
p { color: rgb(237,97,114); }
H1.HeaderClassName
{
color: #ED6172;
}
.AnyTagClassName
{
color: #ED6172;
}
</style>
background-color css
<style>
a { background-color: #ED6172; }
a { background-color: rgb(237,97,114); }
div.DivClassName
{
background-color: #ED6172;
}
.BgClassName
{
background-color: #ED6172;
}
</style>
border-color css
<style>
span { border-color: #ED6172; }
span { border-color: rgb(237,97,114); }
td.TdClassName
{
border-color: #ED6172;
}
.TagClassName
{
border-color: #ED6172;
}
</style>