Shades of Froly #EC626C
Tints of Froly #EC626C
RGB
CMYK
RGB Variations
Color information
#EC626C (or 0xEC626C) is known color: Froly. HEX triplet: EC, 62 and 6C. RGB value is (236,98,108). Sum of RGB (Red+Green+Blue) = 236+98+108=442 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.39% from 442); Green value is 98 (38.67% from 255 or 22.17% from 442); Blue value is 108 (42.58% from 255 or 24.43% from 442); Max value from RGB is 236 - color contains mainly: red. Hex color #EC626C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC626C is #139D93. Grayscale: #8C8C8C. Windows color (decimal): -1285524 or 7103212. OLE color: 7103212.
HSL color Cylindrical-coordinate representation of color #EC626C: hue angle of 355.65º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC626C is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 98 | 108 | - |
| CMYK | 0 | 0.58 | 0.54 | 0.07 |
| HSL | 355.65º | 0.78% | 0.65% | - |
| HSV(B) | 355.65º | 0.58% | 0.93% | - |
| XYZ | 41.67 | 27.65 | 17.33 | - |
| YUV | 140.4 | 109.72 | 196.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 98 | 108 | 0 | 0.58 | 0.54 | 0.07 | 355.65 | 0.78 | 0.65 |
| Hex | EC | 62 | 6C | 0 | 3A | 36 | 7 | 164 | 4E | 41 |
| Octal | 354 | 142 | 154 | 0 | 72 | 66 | 7 | 544 | 116 | 101 |
| Binary | 11101100 | 1100010 | 1101100 | 0 | 111010 | 110110 | 111 | 101100100 | 1001110 | 1000001 |
Color Harmonies of #EC626C
Complementary color
Monochromatic Colors of #EC626C
Black with #EC626C
Text Example
Text Example
White with #EC626C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC626C; }
p { color: rgb(236,98,108); }
H1.HeaderClassName
{
color: #EC626C;
}
.AnyTagClassName
{
color: #EC626C;
}
</style>
background-color css
<style>
a { background-color: #EC626C; }
a { background-color: rgb(236,98,108); }
div.DivClassName
{
background-color: #EC626C;
}
.BgClassName
{
background-color: #EC626C;
}
</style>
border-color css
<style>
span { border-color: #EC626C; }
span { border-color: rgb(236,98,108); }
td.TdClassName
{
border-color: #EC626C;
}
.TagClassName
{
border-color: #EC626C;
}
</style>