Shades of Froly #EF757B
Tints of Froly #EF757B
RGB
CMYK
RGB Variations
Color information
#EF757B (or 0xEF757B) is known color: Froly. HEX triplet: EF, 75 and 7B. RGB value is (239,117,123). Sum of RGB (Red+Green+Blue) = 239+117+123=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 117 (46.09% from 255 or 24.43% from 479); Blue value is 123 (48.44% from 255 or 25.68% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EF757B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF757B is #108A84. Grayscale: #9A9A9A. Windows color (decimal): -1084037 or 8091119. OLE color: 8091119.
HSL color Cylindrical-coordinate representation of color #EF757B: hue angle of 357.05º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EF757B is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 117 | 123 | - |
| CMYK | 0 | 0.51 | 0.49 | 0.06 |
| HSL | 357.05º | 0.79% | 0.7% | - |
| HSV(B) | 357.05º | 0.51% | 0.94% | - |
| XYZ | 45.53 | 32.5 | 22.61 | - |
| YUV | 154.16 | 110.42 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 117 | 123 | 0 | 0.51 | 0.49 | 0.06 | 357.05 | 0.79 | 0.7 |
| Hex | EF | 75 | 7B | 0 | 33 | 31 | 6 | 165 | 4F | 46 |
| Octal | 357 | 165 | 173 | 0 | 63 | 61 | 6 | 545 | 117 | 106 |
| Binary | 11101111 | 1110101 | 1111011 | 0 | 110011 | 110001 | 110 | 101100101 | 1001111 | 1000110 |
Color Harmonies of #EF757B
Complementary color
Monochromatic Colors of #EF757B
Black with #EF757B
Text Example
Text Example
White with #EF757B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF757B; }
p { color: rgb(239,117,123); }
H1.HeaderClassName
{
color: #EF757B;
}
.AnyTagClassName
{
color: #EF757B;
}
</style>
background-color css
<style>
a { background-color: #EF757B; }
a { background-color: rgb(239,117,123); }
div.DivClassName
{
background-color: #EF757B;
}
.BgClassName
{
background-color: #EF757B;
}
</style>
border-color css
<style>
span { border-color: #EF757B; }
span { border-color: rgb(239,117,123); }
td.TdClassName
{
border-color: #EF757B;
}
.TagClassName
{
border-color: #EF757B;
}
</style>