Shades of Froly #EC676C
Tints of Froly #EC676C
RGB
CMYK
RGB Variations
Color information
#EC676C (or 0xEC676C) is known color: Froly. HEX triplet: EC, 67 and 6C. RGB value is (236,103,108). Sum of RGB (Red+Green+Blue) = 236+103+108=447 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.80% from 447); Green value is 103 (40.62% from 255 or 23.04% from 447); Blue value is 108 (42.58% from 255 or 24.16% from 447); Max value from RGB is 236 - color contains mainly: red. Hex color #EC676C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC676C is #139893. Grayscale: #8F8F8F. Windows color (decimal): -1284244 or 7104492. OLE color: 7104492.
HSL color Cylindrical-coordinate representation of color #EC676C: hue angle of 357.74º 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 #EC676C is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 103 | 108 | - |
| CMYK | 0 | 0.56 | 0.54 | 0.07 |
| HSL | 357.74º | 0.78% | 0.66% | - |
| HSV(B) | 357.74º | 0.56% | 0.93% | - |
| XYZ | 42.15 | 28.62 | 17.49 | - |
| YUV | 143.34 | 108.06 | 194.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 103 | 108 | 0 | 0.56 | 0.54 | 0.07 | 357.74 | 0.78 | 0.66 |
| Hex | EC | 67 | 6C | 0 | 38 | 36 | 7 | 166 | 4E | 42 |
| Octal | 354 | 147 | 154 | 0 | 70 | 66 | 7 | 546 | 116 | 102 |
| Binary | 11101100 | 1100111 | 1101100 | 0 | 111000 | 110110 | 111 | 101100110 | 1001110 | 1000010 |
Color Harmonies of #EC676C
Complementary color
Monochromatic Colors of #EC676C
Black with #EC676C
Text Example
Text Example
White with #EC676C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC676C; }
p { color: rgb(236,103,108); }
H1.HeaderClassName
{
color: #EC676C;
}
.AnyTagClassName
{
color: #EC676C;
}
</style>
background-color css
<style>
a { background-color: #EC676C; }
a { background-color: rgb(236,103,108); }
div.DivClassName
{
background-color: #EC676C;
}
.BgClassName
{
background-color: #EC676C;
}
</style>
border-color css
<style>
span { border-color: #EC676C; }
span { border-color: rgb(236,103,108); }
td.TdClassName
{
border-color: #EC676C;
}
.TagClassName
{
border-color: #EC676C;
}
</style>