Shades of Froly #EF6370
Tints of Froly #EF6370
RGB
CMYK
RGB Variations
Color information
#EF6370 (or 0xEF6370) is known color: Froly. HEX triplet: EF, 63 and 70. RGB value is (239,99,112). Sum of RGB (Red+Green+Blue) = 239+99+112=450 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.11% from 450); Green value is 99 (39.06% from 255 or 22% from 450); Blue value is 112 (44.14% from 255 or 24.89% from 450); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6370 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6370 is #109C8F. Grayscale: #8E8E8E. Windows color (decimal): -1088656 or 7365615. OLE color: 7365615.
HSL color Cylindrical-coordinate representation of color #EF6370: hue angle of 354.43º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EF6370 is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 99 | 112 | - |
| CMYK | 0 | 0.59 | 0.53 | 0.06 |
| HSL | 354.43º | 0.81% | 0.66% | - |
| HSV(B) | 354.43º | 0.59% | 0.94% | - |
| XYZ | 42.98 | 28.44 | 18.55 | - |
| YUV | 142.34 | 110.88 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 99 | 112 | 0 | 0.59 | 0.53 | 0.06 | 354.43 | 0.81 | 0.66 |
| Hex | EF | 63 | 70 | 0 | 3B | 35 | 6 | 162 | 51 | 42 |
| Octal | 357 | 143 | 160 | 0 | 73 | 65 | 6 | 542 | 121 | 102 |
| Binary | 11101111 | 1100011 | 1110000 | 0 | 111011 | 110101 | 110 | 101100010 | 1010001 | 1000010 |
Color Harmonies of #EF6370
Complementary color
Monochromatic Colors of #EF6370
Black with #EF6370
Text Example
Text Example
White with #EF6370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6370; }
p { color: rgb(239,99,112); }
H1.HeaderClassName
{
color: #EF6370;
}
.AnyTagClassName
{
color: #EF6370;
}
</style>
background-color css
<style>
a { background-color: #EF6370; }
a { background-color: rgb(239,99,112); }
div.DivClassName
{
background-color: #EF6370;
}
.BgClassName
{
background-color: #EF6370;
}
</style>
border-color css
<style>
span { border-color: #EF6370; }
span { border-color: rgb(239,99,112); }
td.TdClassName
{
border-color: #EF6370;
}
.TagClassName
{
border-color: #EF6370;
}
</style>