Shades of Froly #EC666F
Tints of Froly #EC666F
RGB
CMYK
RGB Variations
Color information
#EC666F (or 0xEC666F) is known color: Froly. HEX triplet: EC, 66 and 6F. RGB value is (236,102,111). Sum of RGB (Red+Green+Blue) = 236+102+111=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 102 (40.23% from 255 or 22.72% from 449); Blue value is 111 (43.75% from 255 or 24.72% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #EC666F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC666F is #139990. Grayscale: #8F8F8F. Windows color (decimal): -1284497 or 7300844. OLE color: 7300844.
HSL color Cylindrical-coordinate representation of color #EC666F: hue angle of 355.97º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EC666F is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 102 | 111 | - |
| CMYK | 0 | 0.57 | 0.53 | 0.07 |
| HSL | 355.97º | 0.78% | 0.66% | - |
| HSV(B) | 355.97º | 0.57% | 0.93% | - |
| XYZ | 42.21 | 28.48 | 18.31 | - |
| YUV | 143.09 | 109.89 | 194.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 102 | 111 | 0 | 0.57 | 0.53 | 0.07 | 355.97 | 0.78 | 0.66 |
| Hex | EC | 66 | 6F | 0 | 39 | 35 | 7 | 164 | 4E | 42 |
| Octal | 354 | 146 | 157 | 0 | 71 | 65 | 7 | 544 | 116 | 102 |
| Binary | 11101100 | 1100110 | 1101111 | 0 | 111001 | 110101 | 111 | 101100100 | 1001110 | 1000010 |
Color Harmonies of #EC666F
Complementary color
Monochromatic Colors of #EC666F
Black with #EC666F
Text Example
Text Example
White with #EC666F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC666F; }
p { color: rgb(236,102,111); }
H1.HeaderClassName
{
color: #EC666F;
}
.AnyTagClassName
{
color: #EC666F;
}
</style>
background-color css
<style>
a { background-color: #EC666F; }
a { background-color: rgb(236,102,111); }
div.DivClassName
{
background-color: #EC666F;
}
.BgClassName
{
background-color: #EC666F;
}
</style>
border-color css
<style>
span { border-color: #EC666F; }
span { border-color: rgb(236,102,111); }
td.TdClassName
{
border-color: #EC666F;
}
.TagClassName
{
border-color: #EC666F;
}
</style>