Shades of Froly #EF747B
Tints of Froly #EF747B
RGB
CMYK
RGB Variations
Color information
#EF747B (or 0xEF747B) is known color: Froly. HEX triplet: EF, 74 and 7B. RGB value is (239,116,123). Sum of RGB (Red+Green+Blue) = 239+116+123=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 116 (45.70% from 255 or 24.27% from 478); Blue value is 123 (48.44% from 255 or 25.73% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EF747B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF747B is #108B84. Grayscale: #999999. Windows color (decimal): -1084293 or 8090863. OLE color: 8090863.
HSL color Cylindrical-coordinate representation of color #EF747B: hue angle of 356.59º 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 #EF747B is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 116 | 123 | - |
| CMYK | 0 | 0.51 | 0.49 | 0.06 |
| HSL | 356.59º | 0.79% | 0.7% | - |
| HSV(B) | 356.59º | 0.51% | 0.94% | - |
| XYZ | 45.42 | 32.27 | 22.57 | - |
| YUV | 153.58 | 110.75 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 116 | 123 | 0 | 0.51 | 0.49 | 0.06 | 356.59 | 0.79 | 0.7 |
| Hex | EF | 74 | 7B | 0 | 33 | 31 | 6 | 165 | 4F | 46 |
| Octal | 357 | 164 | 173 | 0 | 63 | 61 | 6 | 545 | 117 | 106 |
| Binary | 11101111 | 1110100 | 1111011 | 0 | 110011 | 110001 | 110 | 101100101 | 1001111 | 1000110 |
Color Harmonies of #EF747B
Complementary color
Monochromatic Colors of #EF747B
Black with #EF747B
Text Example
Text Example
White with #EF747B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF747B; }
p { color: rgb(239,116,123); }
H1.HeaderClassName
{
color: #EF747B;
}
.AnyTagClassName
{
color: #EF747B;
}
</style>
background-color css
<style>
a { background-color: #EF747B; }
a { background-color: rgb(239,116,123); }
div.DivClassName
{
background-color: #EF747B;
}
.BgClassName
{
background-color: #EF747B;
}
</style>
border-color css
<style>
span { border-color: #EF747B; }
span { border-color: rgb(239,116,123); }
td.TdClassName
{
border-color: #EF747B;
}
.TagClassName
{
border-color: #EF747B;
}
</style>