Shades of Froly #EC676F
Tints of Froly #EC676F
RGB
CMYK
RGB Variations
Color information
#EC676F (or 0xEC676F) is known color: Froly. HEX triplet: EC, 67 and 6F. RGB value is (236,103,111). Sum of RGB (Red+Green+Blue) = 236+103+111=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 103 (40.62% from 255 or 22.89% from 450); Blue value is 111 (43.75% from 255 or 24.67% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #EC676F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC676F is #139890. Grayscale: #8F8F8F. Windows color (decimal): -1284241 or 7301100. OLE color: 7301100.
HSL color Cylindrical-coordinate representation of color #EC676F: hue angle of 356.39º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC676F is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 103 | 111 | - |
| CMYK | 0 | 0.56 | 0.53 | 0.07 |
| HSL | 356.39º | 0.78% | 0.66% | - |
| HSV(B) | 356.39º | 0.56% | 0.93% | - |
| XYZ | 42.31 | 28.68 | 18.34 | - |
| YUV | 143.68 | 109.56 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 103 | 111 | 0 | 0.56 | 0.53 | 0.07 | 356.39 | 0.78 | 0.66 |
| Hex | EC | 67 | 6F | 0 | 38 | 35 | 7 | 164 | 4E | 42 |
| Octal | 354 | 147 | 157 | 0 | 70 | 65 | 7 | 544 | 116 | 102 |
| Binary | 11101100 | 1100111 | 1101111 | 0 | 111000 | 110101 | 111 | 101100100 | 1001110 | 1000010 |
Color Harmonies of #EC676F
Complementary color
Monochromatic Colors of #EC676F
Black with #EC676F
Text Example
Text Example
White with #EC676F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC676F; }
p { color: rgb(236,103,111); }
H1.HeaderClassName
{
color: #EC676F;
}
.AnyTagClassName
{
color: #EC676F;
}
</style>
background-color css
<style>
a { background-color: #EC676F; }
a { background-color: rgb(236,103,111); }
div.DivClassName
{
background-color: #EC676F;
}
.BgClassName
{
background-color: #EC676F;
}
</style>
border-color css
<style>
span { border-color: #EC676F; }
span { border-color: rgb(236,103,111); }
td.TdClassName
{
border-color: #EC676F;
}
.TagClassName
{
border-color: #EC676F;
}
</style>