Shades of Froly #EF7B80
Tints of Froly #EF7B80
RGB
CMYK
RGB Variations
Color information
#EF7B80 (or 0xEF7B80) is known color: Froly. HEX triplet: EF, 7B and 80. RGB value is (239,123,128). Sum of RGB (Red+Green+Blue) = 239+123+128=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 123 (48.44% from 255 or 25.10% from 490); Blue value is 128 (50.39% from 255 or 26.12% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7B80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7B80 is #10847F. Grayscale: #9E9E9E. Windows color (decimal): -1082496 or 8420335. OLE color: 8420335.
HSL color Cylindrical-coordinate representation of color #EF7B80: hue angle of 357.41º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EF7B80 is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 123 | 128 | - |
| CMYK | 0 | 0.49 | 0.46 | 0.06 |
| HSL | 357.41º | 0.78% | 0.71% | - |
| HSV(B) | 357.41º | 0.49% | 0.94% | - |
| XYZ | 46.58 | 34.08 | 24.54 | - |
| YUV | 158.25 | 110.93 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 123 | 128 | 0 | 0.49 | 0.46 | 0.06 | 357.41 | 0.78 | 0.71 |
| Hex | EF | 7B | 80 | 0 | 31 | 2E | 6 | 165 | 4E | 47 |
| Octal | 357 | 173 | 200 | 0 | 61 | 56 | 6 | 545 | 116 | 107 |
| Binary | 11101111 | 1111011 | 10000000 | 0 | 110001 | 101110 | 110 | 101100101 | 1001110 | 1000111 |
Color Harmonies of #EF7B80
Complementary color
Monochromatic Colors of #EF7B80
Black with #EF7B80
Text Example
Text Example
White with #EF7B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7B80; }
p { color: rgb(239,123,128); }
H1.HeaderClassName
{
color: #EF7B80;
}
.AnyTagClassName
{
color: #EF7B80;
}
</style>
background-color css
<style>
a { background-color: #EF7B80; }
a { background-color: rgb(239,123,128); }
div.DivClassName
{
background-color: #EF7B80;
}
.BgClassName
{
background-color: #EF7B80;
}
</style>
border-color css
<style>
span { border-color: #EF7B80; }
span { border-color: rgb(239,123,128); }
td.TdClassName
{
border-color: #EF7B80;
}
.TagClassName
{
border-color: #EF7B80;
}
</style>