Shades of Froly #EF7C7D
Tints of Froly #EF7C7D
RGB
CMYK
RGB Variations
Color information
#EF7C7D (or 0xEF7C7D) is known color: Froly. HEX triplet: EF, 7C and 7D. RGB value is (239,124,125). Sum of RGB (Red+Green+Blue) = 239+124+125=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 124 (48.83% from 255 or 25.41% from 488); Blue value is 125 (49.22% from 255 or 25.61% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7C7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7C7D is #108382. Grayscale: #9E9E9E. Windows color (decimal): -1082243 or 8223983. OLE color: 8223983.
HSL color Cylindrical-coordinate representation of color #EF7C7D: hue angle of 359.48º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EF7C7D is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 124 | 125 | - |
| CMYK | 0 | 0.48 | 0.48 | 0.06 |
| HSL | 359.48º | 0.78% | 0.71% | - |
| HSV(B) | 359.48º | 0.48% | 0.94% | - |
| XYZ | 46.51 | 34.25 | 23.56 | - |
| YUV | 158.5 | 109.1 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 124 | 125 | 0 | 0.48 | 0.48 | 0.06 | 359.48 | 0.78 | 0.71 |
| Hex | EF | 7C | 7D | 0 | 30 | 30 | 6 | 167 | 4E | 47 |
| Octal | 357 | 174 | 175 | 0 | 60 | 60 | 6 | 547 | 116 | 107 |
| Binary | 11101111 | 1111100 | 1111101 | 0 | 110000 | 110000 | 110 | 101100111 | 1001110 | 1000111 |
Color Harmonies of #EF7C7D
Complementary color
Monochromatic Colors of #EF7C7D
Black with #EF7C7D
Text Example
Text Example
White with #EF7C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7C7D; }
p { color: rgb(239,124,125); }
H1.HeaderClassName
{
color: #EF7C7D;
}
.AnyTagClassName
{
color: #EF7C7D;
}
</style>
background-color css
<style>
a { background-color: #EF7C7D; }
a { background-color: rgb(239,124,125); }
div.DivClassName
{
background-color: #EF7C7D;
}
.BgClassName
{
background-color: #EF7C7D;
}
</style>
border-color css
<style>
span { border-color: #EF7C7D; }
span { border-color: rgb(239,124,125); }
td.TdClassName
{
border-color: #EF7C7D;
}
.TagClassName
{
border-color: #EF7C7D;
}
</style>