Shades of Froly #EC626E
Tints of Froly #EC626E
RGB
CMYK
RGB Variations
Color information
#EC626E (or 0xEC626E) is known color: Froly. HEX triplet: EC, 62 and 6E. RGB value is (236,98,110). Sum of RGB (Red+Green+Blue) = 236+98+110=444 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.15% from 444); Green value is 98 (38.67% from 255 or 22.07% from 444); Blue value is 110 (43.36% from 255 or 24.77% from 444); Max value from RGB is 236 - color contains mainly: red. Hex color #EC626E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC626E is #139D91. Grayscale: #8C8C8C. Windows color (decimal): -1285522 or 7234284. OLE color: 7234284.
HSL color Cylindrical-coordinate representation of color #EC626E: hue angle of 354.78º 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 #EC626E is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 98 | 110 | - |
| CMYK | 0 | 0.58 | 0.53 | 0.07 |
| HSL | 354.78º | 0.78% | 0.65% | - |
| HSV(B) | 354.78º | 0.58% | 0.93% | - |
| XYZ | 41.77 | 27.69 | 17.9 | - |
| YUV | 140.63 | 110.72 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 98 | 110 | 0 | 0.58 | 0.53 | 0.07 | 354.78 | 0.78 | 0.65 |
| Hex | EC | 62 | 6E | 0 | 3A | 35 | 7 | 163 | 4E | 41 |
| Octal | 354 | 142 | 156 | 0 | 72 | 65 | 7 | 543 | 116 | 101 |
| Binary | 11101100 | 1100010 | 1101110 | 0 | 111010 | 110101 | 111 | 101100011 | 1001110 | 1000001 |
Color Harmonies of #EC626E
Complementary color
Monochromatic Colors of #EC626E
Black with #EC626E
Text Example
Text Example
White with #EC626E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC626E; }
p { color: rgb(236,98,110); }
H1.HeaderClassName
{
color: #EC626E;
}
.AnyTagClassName
{
color: #EC626E;
}
</style>
background-color css
<style>
a { background-color: #EC626E; }
a { background-color: rgb(236,98,110); }
div.DivClassName
{
background-color: #EC626E;
}
.BgClassName
{
background-color: #EC626E;
}
</style>
border-color css
<style>
span { border-color: #EC626E; }
span { border-color: rgb(236,98,110); }
td.TdClassName
{
border-color: #EC626E;
}
.TagClassName
{
border-color: #EC626E;
}
</style>