Shades of Froly #EC7778
Tints of Froly #EC7778
RGB
CMYK
RGB Variations
Color information
#EC7778 (or 0xEC7778) is known color: Froly. HEX triplet: EC, 77 and 78. RGB value is (236,119,120). Sum of RGB (Red+Green+Blue) = 236+119+120=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 119 (46.88% from 255 or 25.05% from 475); Blue value is 120 (47.27% from 255 or 25.26% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7778 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7778 is #138887. Grayscale: #9A9A9A. Windows color (decimal): -1280136 or 7895020. OLE color: 7895020.
HSL color Cylindrical-coordinate representation of color #EC7778: hue angle of 359.49º 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 #EC7778 is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 119 | 120 | - |
| CMYK | 0 | 0.50 | 0.49 | 0.07 |
| HSL | 359.49º | 0.75% | 0.7% | - |
| HSV(B) | 359.49º | 0.5% | 0.93% | - |
| XYZ | 44.58 | 32.38 | 21.67 | - |
| YUV | 154.1 | 108.76 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 119 | 120 | 0 | 0.50 | 0.49 | 0.07 | 359.49 | 0.75 | 0.7 |
| Hex | EC | 77 | 78 | 0 | 32 | 31 | 7 | 167 | 4B | 46 |
| Octal | 354 | 167 | 170 | 0 | 62 | 61 | 7 | 547 | 113 | 106 |
| Binary | 11101100 | 1110111 | 1111000 | 0 | 110010 | 110001 | 111 | 101100111 | 1001011 | 1000110 |
Color Harmonies of #EC7778
Complementary color
Monochromatic Colors of #EC7778
Black with #EC7778
Text Example
Text Example
White with #EC7778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7778; }
p { color: rgb(236,119,120); }
H1.HeaderClassName
{
color: #EC7778;
}
.AnyTagClassName
{
color: #EC7778;
}
</style>
background-color css
<style>
a { background-color: #EC7778; }
a { background-color: rgb(236,119,120); }
div.DivClassName
{
background-color: #EC7778;
}
.BgClassName
{
background-color: #EC7778;
}
</style>
border-color css
<style>
span { border-color: #EC7778; }
span { border-color: rgb(236,119,120); }
td.TdClassName
{
border-color: #EC7778;
}
.TagClassName
{
border-color: #EC7778;
}
</style>