Shades of Froly #EF697B
Tints of Froly #EF697B
RGB
CMYK
RGB Variations
Color information
#EF697B (or 0xEF697B) is known color: Froly. HEX triplet: EF, 69 and 7B. RGB value is (239,105,123). Sum of RGB (Red+Green+Blue) = 239+105+123=467 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.18% from 467); Green value is 105 (41.41% from 255 or 22.48% from 467); Blue value is 123 (48.44% from 255 or 26.34% from 467); Max value from RGB is 239 - color contains mainly: red. Hex color #EF697B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF697B is #109684. Grayscale: #939393. Windows color (decimal): -1087109 or 8088047. OLE color: 8088047.
HSL color Cylindrical-coordinate representation of color #EF697B: hue angle of 351.94º 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 #EF697B is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 105 | 123 | - |
| CMYK | 0 | 0.56 | 0.49 | 0.06 |
| HSL | 351.94º | 0.81% | 0.67% | - |
| HSV(B) | 351.94º | 0.56% | 0.94% | - |
| XYZ | 44.22 | 29.88 | 22.18 | - |
| YUV | 147.12 | 114.39 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 105 | 123 | 0 | 0.56 | 0.49 | 0.06 | 351.94 | 0.81 | 0.67 |
| Hex | EF | 69 | 7B | 0 | 38 | 31 | 6 | 160 | 51 | 43 |
| Octal | 357 | 151 | 173 | 0 | 70 | 61 | 6 | 540 | 121 | 103 |
| Binary | 11101111 | 1101001 | 1111011 | 0 | 111000 | 110001 | 110 | 101100000 | 1010001 | 1000011 |
Color Harmonies of #EF697B
Complementary color
Monochromatic Colors of #EF697B
Black with #EF697B
Text Example
Text Example
White with #EF697B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF697B; }
p { color: rgb(239,105,123); }
H1.HeaderClassName
{
color: #EF697B;
}
.AnyTagClassName
{
color: #EF697B;
}
</style>
background-color css
<style>
a { background-color: #EF697B; }
a { background-color: rgb(239,105,123); }
div.DivClassName
{
background-color: #EF697B;
}
.BgClassName
{
background-color: #EF697B;
}
</style>
border-color css
<style>
span { border-color: #EF697B; }
span { border-color: rgb(239,105,123); }
td.TdClassName
{
border-color: #EF697B;
}
.TagClassName
{
border-color: #EF697B;
}
</style>