Shades of Froly #EC6074
Tints of Froly #EC6074
RGB
CMYK
RGB Variations
Color information
#EC6074 (or 0xEC6074) is known color: Froly. HEX triplet: EC, 60 and 74. RGB value is (236,96,116). Sum of RGB (Red+Green+Blue) = 236+96+116=448 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.68% from 448); Green value is 96 (37.89% from 255 or 21.43% from 448); Blue value is 116 (45.70% from 255 or 25.89% from 448); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6074 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6074 is #139F8B. Grayscale: #8C8C8C. Windows color (decimal): -1286028 or 7626988. OLE color: 7626988.
HSL color Cylindrical-coordinate representation of color #EC6074: hue angle of 351.43º 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 #EC6074 is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 96 | 116 | - |
| CMYK | 0 | 0.59 | 0.51 | 0.07 |
| HSL | 351.43º | 0.79% | 0.65% | - |
| HSV(B) | 351.43º | 0.59% | 0.93% | - |
| XYZ | 41.93 | 27.46 | 19.61 | - |
| YUV | 140.14 | 114.38 | 196.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 96 | 116 | 0 | 0.59 | 0.51 | 0.07 | 351.43 | 0.79 | 0.65 |
| Hex | EC | 60 | 74 | 0 | 3B | 33 | 7 | 15F | 4F | 41 |
| Octal | 354 | 140 | 164 | 0 | 73 | 63 | 7 | 537 | 117 | 101 |
| Binary | 11101100 | 1100000 | 1110100 | 0 | 111011 | 110011 | 111 | 101011111 | 1001111 | 1000001 |
Color Harmonies of #EC6074
Complementary color
Monochromatic Colors of #EC6074
Black with #EC6074
Text Example
Text Example
White with #EC6074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6074; }
p { color: rgb(236,96,116); }
H1.HeaderClassName
{
color: #EC6074;
}
.AnyTagClassName
{
color: #EC6074;
}
</style>
background-color css
<style>
a { background-color: #EC6074; }
a { background-color: rgb(236,96,116); }
div.DivClassName
{
background-color: #EC6074;
}
.BgClassName
{
background-color: #EC6074;
}
</style>
border-color css
<style>
span { border-color: #EC6074; }
span { border-color: rgb(236,96,116); }
td.TdClassName
{
border-color: #EC6074;
}
.TagClassName
{
border-color: #EC6074;
}
</style>