Shades of Froly #EC7377
Tints of Froly #EC7377
RGB
CMYK
RGB Variations
Color information
#EC7377 (or 0xEC7377) is known color: Froly. HEX triplet: EC, 73 and 77. RGB value is (236,115,119). Sum of RGB (Red+Green+Blue) = 236+115+119=470 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.21% from 470); Green value is 115 (45.31% from 255 or 24.47% from 470); Blue value is 119 (46.88% from 255 or 25.32% from 470); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7377 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7377 is #138C88. Grayscale: #979797. Windows color (decimal): -1281161 or 7828460. OLE color: 7828460.
HSL color Cylindrical-coordinate representation of color #EC7377: hue angle of 358.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 #EC7377 is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 115 | 119 | - |
| CMYK | 0 | 0.51 | 0.50 | 0.07 |
| HSL | 358.02º | 0.76% | 0.69% | - |
| HSV(B) | 358.02º | 0.51% | 0.93% | - |
| XYZ | 44.05 | 31.43 | 21.2 | - |
| YUV | 151.64 | 109.59 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 115 | 119 | 0 | 0.51 | 0.50 | 0.07 | 358.02 | 0.76 | 0.69 |
| Hex | EC | 73 | 77 | 0 | 33 | 32 | 7 | 166 | 4C | 45 |
| Octal | 354 | 163 | 167 | 0 | 63 | 62 | 7 | 546 | 114 | 105 |
| Binary | 11101100 | 1110011 | 1110111 | 0 | 110011 | 110010 | 111 | 101100110 | 1001100 | 1000101 |
Color Harmonies of #EC7377
Complementary color
Monochromatic Colors of #EC7377
Black with #EC7377
Text Example
Text Example
White with #EC7377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7377; }
p { color: rgb(236,115,119); }
H1.HeaderClassName
{
color: #EC7377;
}
.AnyTagClassName
{
color: #EC7377;
}
</style>
background-color css
<style>
a { background-color: #EC7377; }
a { background-color: rgb(236,115,119); }
div.DivClassName
{
background-color: #EC7377;
}
.BgClassName
{
background-color: #EC7377;
}
</style>
border-color css
<style>
span { border-color: #EC7377; }
span { border-color: rgb(236,115,119); }
td.TdClassName
{
border-color: #EC7377;
}
.TagClassName
{
border-color: #EC7377;
}
</style>