Shades of Froly #EF747D
Tints of Froly #EF747D
RGB
CMYK
RGB Variations
Color information
#EF747D (or 0xEF747D) is known color: Froly. HEX triplet: EF, 74 and 7D. RGB value is (239,116,125). Sum of RGB (Red+Green+Blue) = 239+116+125=480 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.79% from 480); Green value is 116 (45.70% from 255 or 24.17% from 480); Blue value is 125 (49.22% from 255 or 26.04% from 480); Max value from RGB is 239 - color contains mainly: red. Hex color #EF747D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF747D is #108B82. Grayscale: #999999. Windows color (decimal): -1084291 or 8221935. OLE color: 8221935.
HSL color Cylindrical-coordinate representation of color #EF747D: hue angle of 355.61º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EF747D is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 116 | 125 | - |
| CMYK | 0 | 0.51 | 0.48 | 0.06 |
| HSL | 355.61º | 0.79% | 0.7% | - |
| HSV(B) | 355.61º | 0.51% | 0.94% | - |
| XYZ | 45.54 | 32.32 | 23.24 | - |
| YUV | 153.8 | 111.75 | 188.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 116 | 125 | 0 | 0.51 | 0.48 | 0.06 | 355.61 | 0.79 | 0.7 |
| Hex | EF | 74 | 7D | 0 | 33 | 30 | 6 | 164 | 4F | 46 |
| Octal | 357 | 164 | 175 | 0 | 63 | 60 | 6 | 544 | 117 | 106 |
| Binary | 11101111 | 1110100 | 1111101 | 0 | 110011 | 110000 | 110 | 101100100 | 1001111 | 1000110 |
Color Harmonies of #EF747D
Complementary color
Monochromatic Colors of #EF747D
Black with #EF747D
Text Example
Text Example
White with #EF747D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF747D; }
p { color: rgb(239,116,125); }
H1.HeaderClassName
{
color: #EF747D;
}
.AnyTagClassName
{
color: #EF747D;
}
</style>
background-color css
<style>
a { background-color: #EF747D; }
a { background-color: rgb(239,116,125); }
div.DivClassName
{
background-color: #EF747D;
}
.BgClassName
{
background-color: #EF747D;
}
</style>
border-color css
<style>
span { border-color: #EF747D; }
span { border-color: rgb(239,116,125); }
td.TdClassName
{
border-color: #EF747D;
}
.TagClassName
{
border-color: #EF747D;
}
</style>