Shades of Froly #EC777D
Tints of Froly #EC777D
RGB
CMYK
RGB Variations
Color information
#EC777D (or 0xEC777D) is known color: Froly. HEX triplet: EC, 77 and 7D. RGB value is (236,119,125). Sum of RGB (Red+Green+Blue) = 236+119+125=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 119 (46.88% from 255 or 24.79% from 480); Blue value is 125 (49.22% from 255 or 26.04% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #EC777D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC777D is #138882. Grayscale: #9A9A9A. Windows color (decimal): -1280131 or 8222700. OLE color: 8222700.
HSL color Cylindrical-coordinate representation of color #EC777D: hue angle of 356.92º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC777D is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 119 | 125 | - |
| CMYK | 0 | 0.50 | 0.47 | 0.07 |
| HSL | 356.92º | 0.75% | 0.7% | - |
| HSV(B) | 356.92º | 0.5% | 0.93% | - |
| XYZ | 44.89 | 32.51 | 23.31 | - |
| YUV | 154.67 | 111.26 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 119 | 125 | 0 | 0.50 | 0.47 | 0.07 | 356.92 | 0.75 | 0.7 |
| Hex | EC | 77 | 7D | 0 | 32 | 2F | 7 | 165 | 4B | 46 |
| Octal | 354 | 167 | 175 | 0 | 62 | 57 | 7 | 545 | 113 | 106 |
| Binary | 11101100 | 1110111 | 1111101 | 0 | 110010 | 101111 | 111 | 101100101 | 1001011 | 1000110 |
Color Harmonies of #EC777D
Complementary color
Monochromatic Colors of #EC777D
Black with #EC777D
Text Example
Text Example
White with #EC777D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC777D; }
p { color: rgb(236,119,125); }
H1.HeaderClassName
{
color: #EC777D;
}
.AnyTagClassName
{
color: #EC777D;
}
</style>
background-color css
<style>
a { background-color: #EC777D; }
a { background-color: rgb(236,119,125); }
div.DivClassName
{
background-color: #EC777D;
}
.BgClassName
{
background-color: #EC777D;
}
</style>
border-color css
<style>
span { border-color: #EC777D; }
span { border-color: rgb(236,119,125); }
td.TdClassName
{
border-color: #EC777D;
}
.TagClassName
{
border-color: #EC777D;
}
</style>