Shades of Froly #EC677C
Tints of Froly #EC677C
RGB
CMYK
RGB Variations
Color information
#EC677C (or 0xEC677C) is known color: Froly. HEX triplet: EC, 67 and 7C. RGB value is (236,103,124). Sum of RGB (Red+Green+Blue) = 236+103+124=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 103 (40.62% from 255 or 22.25% from 463); Blue value is 124 (48.83% from 255 or 26.78% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #EC677C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC677C is #139883. Grayscale: #919191. Windows color (decimal): -1284228 or 8153068. OLE color: 8153068.
HSL color Cylindrical-coordinate representation of color #EC677C: hue angle of 350.53º 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 #EC677C is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 103 | 124 | - |
| CMYK | 0 | 0.56 | 0.47 | 0.07 |
| HSL | 350.53º | 0.78% | 0.66% | - |
| HSV(B) | 350.53º | 0.56% | 0.93% | - |
| XYZ | 43.08 | 28.99 | 22.39 | - |
| YUV | 145.16 | 116.06 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 103 | 124 | 0 | 0.56 | 0.47 | 0.07 | 350.53 | 0.78 | 0.66 |
| Hex | EC | 67 | 7C | 0 | 38 | 2F | 7 | 15F | 4E | 42 |
| Octal | 354 | 147 | 174 | 0 | 70 | 57 | 7 | 537 | 116 | 102 |
| Binary | 11101100 | 1100111 | 1111100 | 0 | 111000 | 101111 | 111 | 101011111 | 1001110 | 1000010 |
Color Harmonies of #EC677C
Complementary color
Monochromatic Colors of #EC677C
Black with #EC677C
Text Example
Text Example
White with #EC677C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC677C; }
p { color: rgb(236,103,124); }
H1.HeaderClassName
{
color: #EC677C;
}
.AnyTagClassName
{
color: #EC677C;
}
</style>
background-color css
<style>
a { background-color: #EC677C; }
a { background-color: rgb(236,103,124); }
div.DivClassName
{
background-color: #EC677C;
}
.BgClassName
{
background-color: #EC677C;
}
</style>
border-color css
<style>
span { border-color: #EC677C; }
span { border-color: rgb(236,103,124); }
td.TdClassName
{
border-color: #EC677C;
}
.TagClassName
{
border-color: #EC677C;
}
</style>