Shades of Froly #EC626D
Tints of Froly #EC626D
RGB
CMYK
RGB Variations
Color information
#EC626D (or 0xEC626D) is known color: Froly. HEX triplet: EC, 62 and 6D. RGB value is (236,98,109). Sum of RGB (Red+Green+Blue) = 236+98+109=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 98 (38.67% from 255 or 22.12% from 443); Blue value is 109 (42.97% from 255 or 24.60% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #EC626D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC626D is #139D92. Grayscale: #8C8C8C. Windows color (decimal): -1285523 or 7168748. OLE color: 7168748.
HSL color Cylindrical-coordinate representation of color #EC626D: hue angle of 355.22º 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 #EC626D is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 98 | 109 | - |
| CMYK | 0 | 0.58 | 0.54 | 0.07 |
| HSL | 355.22º | 0.78% | 0.65% | - |
| HSV(B) | 355.22º | 0.58% | 0.93% | - |
| XYZ | 41.72 | 27.67 | 17.61 | - |
| YUV | 140.52 | 110.22 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 98 | 109 | 0 | 0.58 | 0.54 | 0.07 | 355.22 | 0.78 | 0.65 |
| Hex | EC | 62 | 6D | 0 | 3A | 36 | 7 | 163 | 4E | 41 |
| Octal | 354 | 142 | 155 | 0 | 72 | 66 | 7 | 543 | 116 | 101 |
| Binary | 11101100 | 1100010 | 1101101 | 0 | 111010 | 110110 | 111 | 101100011 | 1001110 | 1000001 |
Color Harmonies of #EC626D
Complementary color
Monochromatic Colors of #EC626D
Black with #EC626D
Text Example
Text Example
White with #EC626D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC626D; }
p { color: rgb(236,98,109); }
H1.HeaderClassName
{
color: #EC626D;
}
.AnyTagClassName
{
color: #EC626D;
}
</style>
background-color css
<style>
a { background-color: #EC626D; }
a { background-color: rgb(236,98,109); }
div.DivClassName
{
background-color: #EC626D;
}
.BgClassName
{
background-color: #EC626D;
}
</style>
border-color css
<style>
span { border-color: #EC626D; }
span { border-color: rgb(236,98,109); }
td.TdClassName
{
border-color: #EC626D;
}
.TagClassName
{
border-color: #EC626D;
}
</style>