Shades of Froly #EF6971
Tints of Froly #EF6971
RGB
CMYK
RGB Variations
Color information
#EF6971 (or 0xEF6971) is known color: Froly. HEX triplet: EF, 69 and 71. RGB value is (239,105,113). Sum of RGB (Red+Green+Blue) = 239+105+113=457 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.30% from 457); Green value is 105 (41.41% from 255 or 22.98% from 457); Blue value is 113 (44.53% from 255 or 24.73% from 457); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6971 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6971 is #10968E. Grayscale: #929292. Windows color (decimal): -1087119 or 7432687. OLE color: 7432687.
HSL color Cylindrical-coordinate representation of color #EF6971: hue angle of 356.42º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF6971 is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 105 | 113 | - |
| CMYK | 0 | 0.56 | 0.53 | 0.06 |
| HSL | 356.42º | 0.81% | 0.67% | - |
| HSV(B) | 356.42º | 0.56% | 0.94% | - |
| XYZ | 43.63 | 29.65 | 19.05 | - |
| YUV | 145.98 | 109.39 | 194.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 105 | 113 | 0 | 0.56 | 0.53 | 0.06 | 356.42 | 0.81 | 0.67 |
| Hex | EF | 69 | 71 | 0 | 38 | 35 | 6 | 164 | 51 | 43 |
| Octal | 357 | 151 | 161 | 0 | 70 | 65 | 6 | 544 | 121 | 103 |
| Binary | 11101111 | 1101001 | 1110001 | 0 | 111000 | 110101 | 110 | 101100100 | 1010001 | 1000011 |
Color Harmonies of #EF6971
Complementary color
Monochromatic Colors of #EF6971
Black with #EF6971
Text Example
Text Example
White with #EF6971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6971; }
p { color: rgb(239,105,113); }
H1.HeaderClassName
{
color: #EF6971;
}
.AnyTagClassName
{
color: #EF6971;
}
</style>
background-color css
<style>
a { background-color: #EF6971; }
a { background-color: rgb(239,105,113); }
div.DivClassName
{
background-color: #EF6971;
}
.BgClassName
{
background-color: #EF6971;
}
</style>
border-color css
<style>
span { border-color: #EF6971; }
span { border-color: rgb(239,105,113); }
td.TdClassName
{
border-color: #EF6971;
}
.TagClassName
{
border-color: #EF6971;
}
</style>