Shades of Froly #EC6F76
Tints of Froly #EC6F76
RGB
CMYK
RGB Variations
Color information
#EC6F76 (or 0xEC6F76) is known color: Froly. HEX triplet: EC, 6F and 76. RGB value is (236,111,118). Sum of RGB (Red+Green+Blue) = 236+111+118=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 111 (43.75% from 255 or 23.87% from 465); Blue value is 118 (46.48% from 255 or 25.38% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6F76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6F76 is #139089. Grayscale: #959595. Windows color (decimal): -1282186 or 7761900. OLE color: 7761900.
HSL color Cylindrical-coordinate representation of color #EC6F76: hue angle of 356.64º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC6F76 is Cyan = 0, Magento = 0.53, Yellow = 0.5 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 111 | 118 | - |
| CMYK | 0 | 0.53 | 0.5 | 0.07 |
| HSL | 356.64º | 0.77% | 0.68% | - |
| HSV(B) | 356.64º | 0.53% | 0.93% | - |
| XYZ | 43.55 | 30.51 | 20.73 | - |
| YUV | 149.17 | 110.41 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 111 | 118 | 0 | 0.53 | 0.5 | 0.07 | 356.64 | 0.77 | 0.68 |
| Hex | EC | 6F | 76 | 0 | 35 | 32 | 7 | 165 | 4D | 44 |
| Octal | 354 | 157 | 166 | 0 | 65 | 62 | 7 | 545 | 115 | 104 |
| Binary | 11101100 | 1101111 | 1110110 | 0 | 110101 | 110010 | 111 | 101100101 | 1001101 | 1000100 |
Color Harmonies of #EC6F76
Complementary color
Monochromatic Colors of #EC6F76
Black with #EC6F76
Text Example
Text Example
White with #EC6F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6F76; }
p { color: rgb(236,111,118); }
H1.HeaderClassName
{
color: #EC6F76;
}
.AnyTagClassName
{
color: #EC6F76;
}
</style>
background-color css
<style>
a { background-color: #EC6F76; }
a { background-color: rgb(236,111,118); }
div.DivClassName
{
background-color: #EC6F76;
}
.BgClassName
{
background-color: #EC6F76;
}
</style>
border-color css
<style>
span { border-color: #EC6F76; }
span { border-color: rgb(236,111,118); }
td.TdClassName
{
border-color: #EC6F76;
}
.TagClassName
{
border-color: #EC6F76;
}
</style>