Shades of Froly #EC7577
Tints of Froly #EC7577
RGB
CMYK
RGB Variations
Color information
#EC7577 (or 0xEC7577) is known color: Froly. HEX triplet: EC, 75 and 77. RGB value is (236,117,119). Sum of RGB (Red+Green+Blue) = 236+117+119=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 117 (46.09% from 255 or 24.79% from 472); Blue value is 119 (46.88% from 255 or 25.21% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7577 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7577 is #138A88. Grayscale: #989898. Windows color (decimal): -1280649 or 7828972. OLE color: 7828972.
HSL color Cylindrical-coordinate representation of color #EC7577: hue angle of 358.99º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC7577 is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 117 | 119 | - |
| CMYK | 0 | 0.50 | 0.50 | 0.07 |
| HSL | 358.99º | 0.76% | 0.69% | - |
| HSV(B) | 358.99º | 0.5% | 0.93% | - |
| XYZ | 44.28 | 31.89 | 21.27 | - |
| YUV | 152.81 | 108.92 | 187.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 117 | 119 | 0 | 0.50 | 0.50 | 0.07 | 358.99 | 0.76 | 0.69 |
| Hex | EC | 75 | 77 | 0 | 32 | 32 | 7 | 167 | 4C | 45 |
| Octal | 354 | 165 | 167 | 0 | 62 | 62 | 7 | 547 | 114 | 105 |
| Binary | 11101100 | 1110101 | 1110111 | 0 | 110010 | 110010 | 111 | 101100111 | 1001100 | 1000101 |
Color Harmonies of #EC7577
Complementary color
Monochromatic Colors of #EC7577
Black with #EC7577
Text Example
Text Example
White with #EC7577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7577; }
p { color: rgb(236,117,119); }
H1.HeaderClassName
{
color: #EC7577;
}
.AnyTagClassName
{
color: #EC7577;
}
</style>
background-color css
<style>
a { background-color: #EC7577; }
a { background-color: rgb(236,117,119); }
div.DivClassName
{
background-color: #EC7577;
}
.BgClassName
{
background-color: #EC7577;
}
</style>
border-color css
<style>
span { border-color: #EC7577; }
span { border-color: rgb(236,117,119); }
td.TdClassName
{
border-color: #EC7577;
}
.TagClassName
{
border-color: #EC7577;
}
</style>