Shades of Froly #EF646C
Tints of Froly #EF646C
RGB
CMYK
RGB Variations
Color information
#EF646C (or 0xEF646C) is known color: Froly. HEX triplet: EF, 64 and 6C. RGB value is (239,100,108). Sum of RGB (Red+Green+Blue) = 239+100+108=447 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.47% from 447); Green value is 100 (39.45% from 255 or 22.37% from 447); Blue value is 108 (42.58% from 255 or 24.16% from 447); Max value from RGB is 239 - color contains mainly: red. Hex color #EF646C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF646C is #109B93. Grayscale: #8E8E8E. Windows color (decimal): -1088404 or 7103727. OLE color: 7103727.
HSL color Cylindrical-coordinate representation of color #EF646C: hue angle of 356.55º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF646C is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 100 | 108 | - |
| CMYK | 0 | 0.58 | 0.55 | 0.06 |
| HSL | 356.55º | 0.81% | 0.66% | - |
| HSV(B) | 356.55º | 0.58% | 0.94% | - |
| XYZ | 42.86 | 28.55 | 17.44 | - |
| YUV | 142.47 | 108.55 | 196.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 100 | 108 | 0 | 0.58 | 0.55 | 0.06 | 356.55 | 0.81 | 0.66 |
| Hex | EF | 64 | 6C | 0 | 3A | 37 | 6 | 165 | 51 | 42 |
| Octal | 357 | 144 | 154 | 0 | 72 | 67 | 6 | 545 | 121 | 102 |
| Binary | 11101111 | 1100100 | 1101100 | 0 | 111010 | 110111 | 110 | 101100101 | 1010001 | 1000010 |
Color Harmonies of #EF646C
Complementary color
Monochromatic Colors of #EF646C
Black with #EF646C
Text Example
Text Example
White with #EF646C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF646C; }
p { color: rgb(239,100,108); }
H1.HeaderClassName
{
color: #EF646C;
}
.AnyTagClassName
{
color: #EF646C;
}
</style>
background-color css
<style>
a { background-color: #EF646C; }
a { background-color: rgb(239,100,108); }
div.DivClassName
{
background-color: #EF646C;
}
.BgClassName
{
background-color: #EF646C;
}
</style>
border-color css
<style>
span { border-color: #EF646C; }
span { border-color: rgb(239,100,108); }
td.TdClassName
{
border-color: #EF646C;
}
.TagClassName
{
border-color: #EF646C;
}
</style>