Shades of Froly #EF7C80
Tints of Froly #EF7C80
RGB
CMYK
RGB Variations
Color information
#EF7C80 (or 0xEF7C80) is known color: Froly. HEX triplet: EF, 7C and 80. RGB value is (239,124,128). Sum of RGB (Red+Green+Blue) = 239+124+128=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 124 (48.83% from 255 or 25.25% from 491); Blue value is 128 (50.39% from 255 or 26.07% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7C80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7C80 is #10837F. Grayscale: #9E9E9E. Windows color (decimal): -1082240 or 8420591. OLE color: 8420591.
HSL color Cylindrical-coordinate representation of color #EF7C80: hue angle of 357.91º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EF7C80 is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 124 | 128 | - |
| CMYK | 0 | 0.48 | 0.46 | 0.06 |
| HSL | 357.91º | 0.78% | 0.71% | - |
| HSV(B) | 357.91º | 0.48% | 0.94% | - |
| XYZ | 46.7 | 34.32 | 24.59 | - |
| YUV | 158.84 | 110.6 | 185.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 124 | 128 | 0 | 0.48 | 0.46 | 0.06 | 357.91 | 0.78 | 0.71 |
| Hex | EF | 7C | 80 | 0 | 30 | 2E | 6 | 166 | 4E | 47 |
| Octal | 357 | 174 | 200 | 0 | 60 | 56 | 6 | 546 | 116 | 107 |
| Binary | 11101111 | 1111100 | 10000000 | 0 | 110000 | 101110 | 110 | 101100110 | 1001110 | 1000111 |
Color Harmonies of #EF7C80
Complementary color
Monochromatic Colors of #EF7C80
Black with #EF7C80
Text Example
Text Example
White with #EF7C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7C80; }
p { color: rgb(239,124,128); }
H1.HeaderClassName
{
color: #EF7C80;
}
.AnyTagClassName
{
color: #EF7C80;
}
</style>
background-color css
<style>
a { background-color: #EF7C80; }
a { background-color: rgb(239,124,128); }
div.DivClassName
{
background-color: #EF7C80;
}
.BgClassName
{
background-color: #EF7C80;
}
</style>
border-color css
<style>
span { border-color: #EF7C80; }
span { border-color: rgb(239,124,128); }
td.TdClassName
{
border-color: #EF7C80;
}
.TagClassName
{
border-color: #EF7C80;
}
</style>