Shades of Froly #ED6A72
Tints of Froly #ED6A72
RGB
CMYK
RGB Variations
Color information
#ED6A72 (or 0xED6A72) is known color: Froly. HEX triplet: ED, 6A and 72. RGB value is (237,106,114). Sum of RGB (Red+Green+Blue) = 237+106+114=457 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.86% from 457); Green value is 106 (41.80% from 255 or 23.19% from 457); Blue value is 114 (44.92% from 255 or 24.95% from 457); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6A72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6A72 is #12958D. Grayscale: #929292. Windows color (decimal): -1217934 or 7498477. OLE color: 7498477.
HSL color Cylindrical-coordinate representation of color #ED6A72: hue angle of 356.34º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ED6A72 is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 106 | 114 | - |
| CMYK | 0 | 0.55 | 0.52 | 0.07 |
| HSL | 356.34º | 0.78% | 0.67% | - |
| HSV(B) | 356.34º | 0.55% | 0.93% | - |
| XYZ | 43.12 | 29.53 | 19.35 | - |
| YUV | 146.08 | 109.9 | 192.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 106 | 114 | 0 | 0.55 | 0.52 | 0.07 | 356.34 | 0.78 | 0.67 |
| Hex | ED | 6A | 72 | 0 | 37 | 34 | 7 | 164 | 4E | 43 |
| Octal | 355 | 152 | 162 | 0 | 67 | 64 | 7 | 544 | 116 | 103 |
| Binary | 11101101 | 1101010 | 1110010 | 0 | 110111 | 110100 | 111 | 101100100 | 1001110 | 1000011 |
Color Harmonies of #ED6A72
Complementary color
Monochromatic Colors of #ED6A72
Black with #ED6A72
Text Example
Text Example
White with #ED6A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6A72; }
p { color: rgb(237,106,114); }
H1.HeaderClassName
{
color: #ED6A72;
}
.AnyTagClassName
{
color: #ED6A72;
}
</style>
background-color css
<style>
a { background-color: #ED6A72; }
a { background-color: rgb(237,106,114); }
div.DivClassName
{
background-color: #ED6A72;
}
.BgClassName
{
background-color: #ED6A72;
}
</style>
border-color css
<style>
span { border-color: #ED6A72; }
span { border-color: rgb(237,106,114); }
td.TdClassName
{
border-color: #ED6A72;
}
.TagClassName
{
border-color: #ED6A72;
}
</style>