Shades of Froly #EC6064
Tints of Froly #EC6064
RGB
CMYK
RGB Variations
Color information
#EC6064 (or 0xEC6064) is known color: Froly. HEX triplet: EC, 60 and 64. RGB value is (236,96,100). Sum of RGB (Red+Green+Blue) = 236+96+100=432 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.63% from 432); Green value is 96 (37.89% from 255 or 22.22% from 432); Blue value is 100 (39.45% from 255 or 23.15% from 432); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6064 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6064 is #139F9B. Grayscale: #8A8A8A. Windows color (decimal): -1286044 or 6578412. OLE color: 6578412.
HSL color Cylindrical-coordinate representation of color #EC6064: hue angle of 358.29º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EC6064 is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 96 | 100 | - |
| CMYK | 0 | 0.59 | 0.58 | 0.07 |
| HSL | 358.29º | 0.79% | 0.65% | - |
| HSV(B) | 358.29º | 0.59% | 0.93% | - |
| XYZ | 41.08 | 27.12 | 15.13 | - |
| YUV | 138.32 | 106.38 | 197.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 96 | 100 | 0 | 0.59 | 0.58 | 0.07 | 358.29 | 0.79 | 0.65 |
| Hex | EC | 60 | 64 | 0 | 3B | 3A | 7 | 166 | 4F | 41 |
| Octal | 354 | 140 | 144 | 0 | 73 | 72 | 7 | 546 | 117 | 101 |
| Binary | 11101100 | 1100000 | 1100100 | 0 | 111011 | 111010 | 111 | 101100110 | 1001111 | 1000001 |
Color Harmonies of #EC6064
Complementary color
Monochromatic Colors of #EC6064
Black with #EC6064
Text Example
Text Example
White with #EC6064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6064; }
p { color: rgb(236,96,100); }
H1.HeaderClassName
{
color: #EC6064;
}
.AnyTagClassName
{
color: #EC6064;
}
</style>
background-color css
<style>
a { background-color: #EC6064; }
a { background-color: rgb(236,96,100); }
div.DivClassName
{
background-color: #EC6064;
}
.BgClassName
{
background-color: #EC6064;
}
</style>
border-color css
<style>
span { border-color: #EC6064; }
span { border-color: rgb(236,96,100); }
td.TdClassName
{
border-color: #EC6064;
}
.TagClassName
{
border-color: #EC6064;
}
</style>