Shades of Froly #EF7073
Tints of Froly #EF7073
RGB
CMYK
RGB Variations
Color information
#EF7073 (or 0xEF7073) is known color: Froly. HEX triplet: EF, 70 and 73. RGB value is (239,112,115). Sum of RGB (Red+Green+Blue) = 239+112+115=466 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.29% from 466); Green value is 112 (44.14% from 255 or 24.03% from 466); Blue value is 115 (45.31% from 255 or 24.68% from 466); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7073 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7073 is #108F8C. Grayscale: #969696. Windows color (decimal): -1085325 or 7565551. OLE color: 7565551.
HSL color Cylindrical-coordinate representation of color #EF7073: hue angle of 358.58º 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 #EF7073 is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 112 | 115 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.06 |
| HSL | 358.58º | 0.8% | 0.69% | - |
| HSV(B) | 358.58º | 0.53% | 0.94% | - |
| XYZ | 44.49 | 31.18 | 19.89 | - |
| YUV | 150.32 | 108.08 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 112 | 115 | 0 | 0.53 | 0.52 | 0.06 | 358.58 | 0.8 | 0.69 |
| Hex | EF | 70 | 73 | 0 | 35 | 34 | 6 | 167 | 50 | 45 |
| Octal | 357 | 160 | 163 | 0 | 65 | 64 | 6 | 547 | 120 | 105 |
| Binary | 11101111 | 1110000 | 1110011 | 0 | 110101 | 110100 | 110 | 101100111 | 1010000 | 1000101 |
Color Harmonies of #EF7073
Complementary color
Monochromatic Colors of #EF7073
Black with #EF7073
Text Example
Text Example
White with #EF7073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7073; }
p { color: rgb(239,112,115); }
H1.HeaderClassName
{
color: #EF7073;
}
.AnyTagClassName
{
color: #EF7073;
}
</style>
background-color css
<style>
a { background-color: #EF7073; }
a { background-color: rgb(239,112,115); }
div.DivClassName
{
background-color: #EF7073;
}
.BgClassName
{
background-color: #EF7073;
}
</style>
border-color css
<style>
span { border-color: #EF7073; }
span { border-color: rgb(239,112,115); }
td.TdClassName
{
border-color: #EF7073;
}
.TagClassName
{
border-color: #EF7073;
}
</style>