Shades of Froly #EF747F
Tints of Froly #EF747F
RGB
CMYK
RGB Variations
Color information
#EF747F (or 0xEF747F) is known color: Froly. HEX triplet: EF, 74 and 7F. RGB value is (239,116,127). Sum of RGB (Red+Green+Blue) = 239+116+127=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 116 (45.70% from 255 or 24.07% from 482); Blue value is 127 (50% from 255 or 26.35% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EF747F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF747F is #108B80. Grayscale: #9A9A9A. Windows color (decimal): -1084289 or 8353007. OLE color: 8353007.
HSL color Cylindrical-coordinate representation of color #EF747F: hue angle of 354.63º 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 #EF747F is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 116 | 127 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.06 |
| HSL | 354.63º | 0.79% | 0.7% | - |
| HSV(B) | 354.63º | 0.51% | 0.94% | - |
| XYZ | 45.67 | 32.37 | 23.92 | - |
| YUV | 154.03 | 112.75 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 116 | 127 | 0 | 0.51 | 0.47 | 0.06 | 354.63 | 0.79 | 0.7 |
| Hex | EF | 74 | 7F | 0 | 33 | 2F | 6 | 163 | 4F | 46 |
| Octal | 357 | 164 | 177 | 0 | 63 | 57 | 6 | 543 | 117 | 106 |
| Binary | 11101111 | 1110100 | 1111111 | 0 | 110011 | 101111 | 110 | 101100011 | 1001111 | 1000110 |
Color Harmonies of #EF747F
Complementary color
Monochromatic Colors of #EF747F
Black with #EF747F
Text Example
Text Example
White with #EF747F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF747F; }
p { color: rgb(239,116,127); }
H1.HeaderClassName
{
color: #EF747F;
}
.AnyTagClassName
{
color: #EF747F;
}
</style>
background-color css
<style>
a { background-color: #EF747F; }
a { background-color: rgb(239,116,127); }
div.DivClassName
{
background-color: #EF747F;
}
.BgClassName
{
background-color: #EF747F;
}
</style>
border-color css
<style>
span { border-color: #EF747F; }
span { border-color: rgb(239,116,127); }
td.TdClassName
{
border-color: #EF747F;
}
.TagClassName
{
border-color: #EF747F;
}
</style>