Shades of Froly #EC6E74
Tints of Froly #EC6E74
RGB
CMYK
RGB Variations
Color information
#EC6E74 (or 0xEC6E74) is known color: Froly. HEX triplet: EC, 6E and 74. RGB value is (236,110,116). Sum of RGB (Red+Green+Blue) = 236+110+116=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 110 (43.36% from 255 or 23.81% from 462); Blue value is 116 (45.70% from 255 or 25.11% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6E74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6E74 is #13918B. Grayscale: #949494. Windows color (decimal): -1282444 or 7630572. OLE color: 7630572.
HSL color Cylindrical-coordinate representation of color #EC6E74: hue angle of 357.14º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC6E74 is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 110 | 116 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.07 |
| HSL | 357.14º | 0.77% | 0.68% | - |
| HSV(B) | 357.14º | 0.53% | 0.93% | - |
| XYZ | 43.32 | 30.25 | 20.08 | - |
| YUV | 148.36 | 109.74 | 190.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 110 | 116 | 0 | 0.53 | 0.51 | 0.07 | 357.14 | 0.77 | 0.68 |
| Hex | EC | 6E | 74 | 0 | 35 | 33 | 7 | 165 | 4D | 44 |
| Octal | 354 | 156 | 164 | 0 | 65 | 63 | 7 | 545 | 115 | 104 |
| Binary | 11101100 | 1101110 | 1110100 | 0 | 110101 | 110011 | 111 | 101100101 | 1001101 | 1000100 |
Color Harmonies of #EC6E74
Complementary color
Monochromatic Colors of #EC6E74
Black with #EC6E74
Text Example
Text Example
White with #EC6E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6E74; }
p { color: rgb(236,110,116); }
H1.HeaderClassName
{
color: #EC6E74;
}
.AnyTagClassName
{
color: #EC6E74;
}
</style>
background-color css
<style>
a { background-color: #EC6E74; }
a { background-color: rgb(236,110,116); }
div.DivClassName
{
background-color: #EC6E74;
}
.BgClassName
{
background-color: #EC6E74;
}
</style>
border-color css
<style>
span { border-color: #EC6E74; }
span { border-color: rgb(236,110,116); }
td.TdClassName
{
border-color: #EC6E74;
}
.TagClassName
{
border-color: #EC6E74;
}
</style>