Shades of Froly #EF707B
Tints of Froly #EF707B
RGB
CMYK
RGB Variations
Color information
#EF707B (or 0xEF707B) is known color: Froly. HEX triplet: EF, 70 and 7B. RGB value is (239,112,123). Sum of RGB (Red+Green+Blue) = 239+112+123=474 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.42% from 474); Green value is 112 (44.14% from 255 or 23.63% from 474); Blue value is 123 (48.44% from 255 or 25.95% from 474); Max value from RGB is 239 - color contains mainly: red. Hex color #EF707B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF707B is #108F84. Grayscale: #979797. Windows color (decimal): -1085317 or 8089839. OLE color: 8089839.
HSL color Cylindrical-coordinate representation of color #EF707B: hue angle of 354.8º 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 #EF707B is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 112 | 123 | - |
| CMYK | 0 | 0.53 | 0.49 | 0.06 |
| HSL | 354.8º | 0.8% | 0.69% | - |
| HSV(B) | 354.8º | 0.53% | 0.94% | - |
| XYZ | 44.97 | 31.37 | 22.42 | - |
| YUV | 151.23 | 112.08 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 112 | 123 | 0 | 0.53 | 0.49 | 0.06 | 354.8 | 0.8 | 0.69 |
| Hex | EF | 70 | 7B | 0 | 35 | 31 | 6 | 163 | 50 | 45 |
| Octal | 357 | 160 | 173 | 0 | 65 | 61 | 6 | 543 | 120 | 105 |
| Binary | 11101111 | 1110000 | 1111011 | 0 | 110101 | 110001 | 110 | 101100011 | 1010000 | 1000101 |
Color Harmonies of #EF707B
Complementary color
Monochromatic Colors of #EF707B
Black with #EF707B
Text Example
Text Example
White with #EF707B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF707B; }
p { color: rgb(239,112,123); }
H1.HeaderClassName
{
color: #EF707B;
}
.AnyTagClassName
{
color: #EF707B;
}
</style>
background-color css
<style>
a { background-color: #EF707B; }
a { background-color: rgb(239,112,123); }
div.DivClassName
{
background-color: #EF707B;
}
.BgClassName
{
background-color: #EF707B;
}
</style>
border-color css
<style>
span { border-color: #EF707B; }
span { border-color: rgb(239,112,123); }
td.TdClassName
{
border-color: #EF707B;
}
.TagClassName
{
border-color: #EF707B;
}
</style>