Shades of Froly #EF7B7C
Tints of Froly #EF7B7C
RGB
CMYK
RGB Variations
Color information
#EF7B7C (or 0xEF7B7C) is known color: Froly. HEX triplet: EF, 7B and 7C. RGB value is (239,123,124). Sum of RGB (Red+Green+Blue) = 239+123+124=486 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.18% from 486); Green value is 123 (48.44% from 255 or 25.31% from 486); Blue value is 124 (48.83% from 255 or 25.51% from 486); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7B7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7B7C is #108483. Grayscale: #9D9D9D. Windows color (decimal): -1082500 or 8158191. OLE color: 8158191.
HSL color Cylindrical-coordinate representation of color #EF7B7C: 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.49%. Process color model (Four color, CMYK) of #EF7B7C is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 123 | 124 | - |
| CMYK | 0 | 0.49 | 0.48 | 0.06 |
| HSL | 359.48º | 0.78% | 0.71% | - |
| HSV(B) | 359.48º | 0.49% | 0.94% | - |
| XYZ | 46.32 | 33.97 | 23.18 | - |
| YUV | 157.8 | 108.93 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 123 | 124 | 0 | 0.49 | 0.48 | 0.06 | 359.48 | 0.78 | 0.71 |
| Hex | EF | 7B | 7C | 0 | 31 | 30 | 6 | 167 | 4E | 47 |
| Octal | 357 | 173 | 174 | 0 | 61 | 60 | 6 | 547 | 116 | 107 |
| Binary | 11101111 | 1111011 | 1111100 | 0 | 110001 | 110000 | 110 | 101100111 | 1001110 | 1000111 |
Color Harmonies of #EF7B7C
Complementary color
Monochromatic Colors of #EF7B7C
Black with #EF7B7C
Text Example
Text Example
White with #EF7B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7B7C; }
p { color: rgb(239,123,124); }
H1.HeaderClassName
{
color: #EF7B7C;
}
.AnyTagClassName
{
color: #EF7B7C;
}
</style>
background-color css
<style>
a { background-color: #EF7B7C; }
a { background-color: rgb(239,123,124); }
div.DivClassName
{
background-color: #EF7B7C;
}
.BgClassName
{
background-color: #EF7B7C;
}
</style>
border-color css
<style>
span { border-color: #EF7B7C; }
span { border-color: rgb(239,123,124); }
td.TdClassName
{
border-color: #EF7B7C;
}
.TagClassName
{
border-color: #EF7B7C;
}
</style>