Shades of Froly #EF697D
Tints of Froly #EF697D
RGB
CMYK
RGB Variations
Color information
#EF697D (or 0xEF697D) is known color: Froly. HEX triplet: EF, 69 and 7D. RGB value is (239,105,125). Sum of RGB (Red+Green+Blue) = 239+105+125=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 105 (41.41% from 255 or 22.39% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EF697D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF697D is #109682. Grayscale: #939393. Windows color (decimal): -1087107 or 8219119. OLE color: 8219119.
HSL color Cylindrical-coordinate representation of color #EF697D: hue angle of 351.04º 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 #EF697D is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 105 | 125 | - |
| CMYK | 0 | 0.56 | 0.48 | 0.06 |
| HSL | 351.04º | 0.81% | 0.67% | - |
| HSV(B) | 351.04º | 0.56% | 0.94% | - |
| XYZ | 44.35 | 29.93 | 22.84 | - |
| YUV | 147.35 | 115.39 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 105 | 125 | 0 | 0.56 | 0.48 | 0.06 | 351.04 | 0.81 | 0.67 |
| Hex | EF | 69 | 7D | 0 | 38 | 30 | 6 | 15F | 51 | 43 |
| Octal | 357 | 151 | 175 | 0 | 70 | 60 | 6 | 537 | 121 | 103 |
| Binary | 11101111 | 1101001 | 1111101 | 0 | 111000 | 110000 | 110 | 101011111 | 1010001 | 1000011 |
Color Harmonies of #EF697D
Complementary color
Monochromatic Colors of #EF697D
Black with #EF697D
Text Example
Text Example
White with #EF697D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF697D; }
p { color: rgb(239,105,125); }
H1.HeaderClassName
{
color: #EF697D;
}
.AnyTagClassName
{
color: #EF697D;
}
</style>
background-color css
<style>
a { background-color: #EF697D; }
a { background-color: rgb(239,105,125); }
div.DivClassName
{
background-color: #EF697D;
}
.BgClassName
{
background-color: #EF697D;
}
</style>
border-color css
<style>
span { border-color: #EF697D; }
span { border-color: rgb(239,105,125); }
td.TdClassName
{
border-color: #EF697D;
}
.TagClassName
{
border-color: #EF697D;
}
</style>