Shades of Froly #EC646C
Tints of Froly #EC646C
RGB
CMYK
RGB Variations
Color information
#EC646C (or 0xEC646C) is known color: Froly. HEX triplet: EC, 64 and 6C. RGB value is (236,100,108). Sum of RGB (Red+Green+Blue) = 236+100+108=444 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.15% from 444); Green value is 100 (39.45% from 255 or 22.52% from 444); Blue value is 108 (42.58% from 255 or 24.32% from 444); Max value from RGB is 236 - color contains mainly: red. Hex color #EC646C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC646C is #139B93. Grayscale: #8D8D8D. Windows color (decimal): -1285012 or 7103724. OLE color: 7103724.
HSL color Cylindrical-coordinate representation of color #EC646C: hue angle of 356.47º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC646C is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 100 | 108 | - |
| CMYK | 0 | 0.58 | 0.54 | 0.07 |
| HSL | 356.47º | 0.78% | 0.66% | - |
| HSV(B) | 356.47º | 0.58% | 0.93% | - |
| XYZ | 41.86 | 28.03 | 17.39 | - |
| YUV | 141.58 | 109.06 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 100 | 108 | 0 | 0.58 | 0.54 | 0.07 | 356.47 | 0.78 | 0.66 |
| Hex | EC | 64 | 6C | 0 | 3A | 36 | 7 | 164 | 4E | 42 |
| Octal | 354 | 144 | 154 | 0 | 72 | 66 | 7 | 544 | 116 | 102 |
| Binary | 11101100 | 1100100 | 1101100 | 0 | 111010 | 110110 | 111 | 101100100 | 1001110 | 1000010 |
Color Harmonies of #EC646C
Complementary color
Monochromatic Colors of #EC646C
Black with #EC646C
Text Example
Text Example
White with #EC646C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC646C; }
p { color: rgb(236,100,108); }
H1.HeaderClassName
{
color: #EC646C;
}
.AnyTagClassName
{
color: #EC646C;
}
</style>
background-color css
<style>
a { background-color: #EC646C; }
a { background-color: rgb(236,100,108); }
div.DivClassName
{
background-color: #EC646C;
}
.BgClassName
{
background-color: #EC646C;
}
</style>
border-color css
<style>
span { border-color: #EC646C; }
span { border-color: rgb(236,100,108); }
td.TdClassName
{
border-color: #EC646C;
}
.TagClassName
{
border-color: #EC646C;
}
</style>