Shades of Froly #EC767C
Tints of Froly #EC767C
RGB
CMYK
RGB Variations
Color information
#EC767C (or 0xEC767C) is known color: Froly. HEX triplet: EC, 76 and 7C. RGB value is (236,118,124). Sum of RGB (Red+Green+Blue) = 236+118+124=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 118 (46.48% from 255 or 24.69% from 478); Blue value is 124 (48.83% from 255 or 25.94% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #EC767C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC767C is #138983. Grayscale: #9A9A9A. Windows color (decimal): -1280388 or 8156908. OLE color: 8156908.
HSL color Cylindrical-coordinate representation of color #EC767C: hue angle of 356.95º 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 #EC767C is Cyan = 0, Magento = 0.5, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 118 | 124 | - |
| CMYK | 0 | 0.5 | 0.47 | 0.07 |
| HSL | 356.95º | 0.76% | 0.69% | - |
| HSV(B) | 356.95º | 0.5% | 0.93% | - |
| XYZ | 44.71 | 32.24 | 22.94 | - |
| YUV | 153.97 | 111.09 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 118 | 124 | 0 | 0.5 | 0.47 | 0.07 | 356.95 | 0.76 | 0.69 |
| Hex | EC | 76 | 7C | 0 | 32 | 2F | 7 | 165 | 4C | 45 |
| Octal | 354 | 166 | 174 | 0 | 62 | 57 | 7 | 545 | 114 | 105 |
| Binary | 11101100 | 1110110 | 1111100 | 0 | 110010 | 101111 | 111 | 101100101 | 1001100 | 1000101 |
Color Harmonies of #EC767C
Complementary color
Monochromatic Colors of #EC767C
Black with #EC767C
Text Example
Text Example
White with #EC767C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC767C; }
p { color: rgb(236,118,124); }
H1.HeaderClassName
{
color: #EC767C;
}
.AnyTagClassName
{
color: #EC767C;
}
</style>
background-color css
<style>
a { background-color: #EC767C; }
a { background-color: rgb(236,118,124); }
div.DivClassName
{
background-color: #EC767C;
}
.BgClassName
{
background-color: #EC767C;
}
</style>
border-color css
<style>
span { border-color: #EC767C; }
span { border-color: rgb(236,118,124); }
td.TdClassName
{
border-color: #EC767C;
}
.TagClassName
{
border-color: #EC767C;
}
</style>