Shades of Froly #EC7379
Tints of Froly #EC7379
RGB
CMYK
RGB Variations
Color information
#EC7379 (or 0xEC7379) is known color: Froly. HEX triplet: EC, 73 and 79. RGB value is (236,115,121). Sum of RGB (Red+Green+Blue) = 236+115+121=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 115 (45.31% from 255 or 24.36% from 472); Blue value is 121 (47.66% from 255 or 25.64% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7379 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7379 is #138C86. Grayscale: #979797. Windows color (decimal): -1281159 or 7959532. OLE color: 7959532.
HSL color Cylindrical-coordinate representation of color #EC7379: hue angle of 357.02º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EC7379 is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 115 | 121 | - |
| CMYK | 0 | 0.51 | 0.49 | 0.07 |
| HSL | 357.02º | 0.76% | 0.69% | - |
| HSV(B) | 357.02º | 0.51% | 0.93% | - |
| XYZ | 44.17 | 31.47 | 21.84 | - |
| YUV | 151.86 | 110.59 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 115 | 121 | 0 | 0.51 | 0.49 | 0.07 | 357.02 | 0.76 | 0.69 |
| Hex | EC | 73 | 79 | 0 | 33 | 31 | 7 | 165 | 4C | 45 |
| Octal | 354 | 163 | 171 | 0 | 63 | 61 | 7 | 545 | 114 | 105 |
| Binary | 11101100 | 1110011 | 1111001 | 0 | 110011 | 110001 | 111 | 101100101 | 1001100 | 1000101 |
Color Harmonies of #EC7379
Complementary color
Monochromatic Colors of #EC7379
Black with #EC7379
Text Example
Text Example
White with #EC7379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7379; }
p { color: rgb(236,115,121); }
H1.HeaderClassName
{
color: #EC7379;
}
.AnyTagClassName
{
color: #EC7379;
}
</style>
background-color css
<style>
a { background-color: #EC7379; }
a { background-color: rgb(236,115,121); }
div.DivClassName
{
background-color: #EC7379;
}
.BgClassName
{
background-color: #EC7379;
}
</style>
border-color css
<style>
span { border-color: #EC7379; }
span { border-color: rgb(236,115,121); }
td.TdClassName
{
border-color: #EC7379;
}
.TagClassName
{
border-color: #EC7379;
}
</style>