Shades of Froly #EC777F
Tints of Froly #EC777F
RGB
CMYK
RGB Variations
Color information
#EC777F (or 0xEC777F) is known color: Froly. HEX triplet: EC, 77 and 7F. RGB value is (236,119,127). Sum of RGB (Red+Green+Blue) = 236+119+127=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 119 (46.88% from 255 or 24.69% from 482); Blue value is 127 (50% from 255 or 26.35% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #EC777F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC777F is #138880. Grayscale: #9A9A9A. Windows color (decimal): -1280129 or 8353772. OLE color: 8353772.
HSL color Cylindrical-coordinate representation of color #EC777F: hue angle of 355.9º 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 #EC777F is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 119 | 127 | - |
| CMYK | 0 | 0.50 | 0.46 | 0.07 |
| HSL | 355.9º | 0.75% | 0.7% | - |
| HSV(B) | 355.9º | 0.5% | 0.93% | - |
| XYZ | 45.02 | 32.56 | 23.99 | - |
| YUV | 154.9 | 112.26 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 119 | 127 | 0 | 0.50 | 0.46 | 0.07 | 355.9 | 0.75 | 0.7 |
| Hex | EC | 77 | 7F | 0 | 32 | 2E | 7 | 164 | 4B | 46 |
| Octal | 354 | 167 | 177 | 0 | 62 | 56 | 7 | 544 | 113 | 106 |
| Binary | 11101100 | 1110111 | 1111111 | 0 | 110010 | 101110 | 111 | 101100100 | 1001011 | 1000110 |
Color Harmonies of #EC777F
Complementary color
Monochromatic Colors of #EC777F
Black with #EC777F
Text Example
Text Example
White with #EC777F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC777F; }
p { color: rgb(236,119,127); }
H1.HeaderClassName
{
color: #EC777F;
}
.AnyTagClassName
{
color: #EC777F;
}
</style>
background-color css
<style>
a { background-color: #EC777F; }
a { background-color: rgb(236,119,127); }
div.DivClassName
{
background-color: #EC777F;
}
.BgClassName
{
background-color: #EC777F;
}
</style>
border-color css
<style>
span { border-color: #EC777F; }
span { border-color: rgb(236,119,127); }
td.TdClassName
{
border-color: #EC777F;
}
.TagClassName
{
border-color: #EC777F;
}
</style>