Shades of Froly #EF7072
Tints of Froly #EF7072
RGB
CMYK
RGB Variations
Color information
#EF7072 (or 0xEF7072) is known color: Froly. HEX triplet: EF, 70 and 72. RGB value is (239,112,114). Sum of RGB (Red+Green+Blue) = 239+112+114=465 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.40% from 465); Green value is 112 (44.14% from 255 or 24.09% from 465); Blue value is 114 (44.92% from 255 or 24.52% from 465); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7072 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7072 is #108F8D. Grayscale: #969696. Windows color (decimal): -1085326 or 7500015. OLE color: 7500015.
HSL color Cylindrical-coordinate representation of color #EF7072: hue angle of 359.06º 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 #EF7072 is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 112 | 114 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.06 |
| HSL | 359.06º | 0.8% | 0.69% | - |
| HSV(B) | 359.06º | 0.53% | 0.94% | - |
| XYZ | 44.43 | 31.15 | 19.59 | - |
| YUV | 150.2 | 107.58 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 112 | 114 | 0 | 0.53 | 0.52 | 0.06 | 359.06 | 0.8 | 0.69 |
| Hex | EF | 70 | 72 | 0 | 35 | 34 | 6 | 167 | 50 | 45 |
| Octal | 357 | 160 | 162 | 0 | 65 | 64 | 6 | 547 | 120 | 105 |
| Binary | 11101111 | 1110000 | 1110010 | 0 | 110101 | 110100 | 110 | 101100111 | 1010000 | 1000101 |
Color Harmonies of #EF7072
Complementary color
Monochromatic Colors of #EF7072
Black with #EF7072
Text Example
Text Example
White with #EF7072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7072; }
p { color: rgb(239,112,114); }
H1.HeaderClassName
{
color: #EF7072;
}
.AnyTagClassName
{
color: #EF7072;
}
</style>
background-color css
<style>
a { background-color: #EF7072; }
a { background-color: rgb(239,112,114); }
div.DivClassName
{
background-color: #EF7072;
}
.BgClassName
{
background-color: #EF7072;
}
</style>
border-color css
<style>
span { border-color: #EF7072; }
span { border-color: rgb(239,112,114); }
td.TdClassName
{
border-color: #EF7072;
}
.TagClassName
{
border-color: #EF7072;
}
</style>