Shades of Froly #EF7176
Tints of Froly #EF7176
RGB
CMYK
RGB Variations
Color information
#EF7176 (or 0xEF7176) is known color: Froly. HEX triplet: EF, 71 and 76. RGB value is (239,113,118). Sum of RGB (Red+Green+Blue) = 239+113+118=470 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.85% from 470); Green value is 113 (44.53% from 255 or 24.04% from 470); Blue value is 118 (46.48% from 255 or 25.11% from 470); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7176 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7176 is #108E89. Grayscale: #979797. Windows color (decimal): -1085066 or 7762415. OLE color: 7762415.
HSL color Cylindrical-coordinate representation of color #EF7176: hue angle of 357.62º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EF7176 is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 113 | 118 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.06 |
| HSL | 357.62º | 0.8% | 0.69% | - |
| HSV(B) | 357.62º | 0.53% | 0.94% | - |
| XYZ | 44.77 | 31.47 | 20.85 | - |
| YUV | 151.24 | 109.24 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 113 | 118 | 0 | 0.53 | 0.51 | 0.06 | 357.62 | 0.8 | 0.69 |
| Hex | EF | 71 | 76 | 0 | 35 | 33 | 6 | 166 | 50 | 45 |
| Octal | 357 | 161 | 166 | 0 | 65 | 63 | 6 | 546 | 120 | 105 |
| Binary | 11101111 | 1110001 | 1110110 | 0 | 110101 | 110011 | 110 | 101100110 | 1010000 | 1000101 |
Color Harmonies of #EF7176
Complementary color
Monochromatic Colors of #EF7176
Black with #EF7176
Text Example
Text Example
White with #EF7176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7176; }
p { color: rgb(239,113,118); }
H1.HeaderClassName
{
color: #EF7176;
}
.AnyTagClassName
{
color: #EF7176;
}
</style>
background-color css
<style>
a { background-color: #EF7176; }
a { background-color: rgb(239,113,118); }
div.DivClassName
{
background-color: #EF7176;
}
.BgClassName
{
background-color: #EF7176;
}
</style>
border-color css
<style>
span { border-color: #EF7176; }
span { border-color: rgb(239,113,118); }
td.TdClassName
{
border-color: #EF7176;
}
.TagClassName
{
border-color: #EF7176;
}
</style>