Shades of Froly #EF6B78
Tints of Froly #EF6B78
RGB
CMYK
RGB Variations
Color information
#EF6B78 (or 0xEF6B78) is known color: Froly. HEX triplet: EF, 6B and 78. RGB value is (239,107,120). Sum of RGB (Red+Green+Blue) = 239+107+120=466 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.29% from 466); Green value is 107 (42.19% from 255 or 22.96% from 466); Blue value is 120 (47.27% from 255 or 25.75% from 466); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6B78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6B78 is #109487. Grayscale: #949494. Windows color (decimal): -1086600 or 7891951. OLE color: 7891951.
HSL color Cylindrical-coordinate representation of color #EF6B78: hue angle of 354.09º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EF6B78 is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 107 | 120 | - |
| CMYK | 0 | 0.55 | 0.50 | 0.06 |
| HSL | 354.09º | 0.8% | 0.68% | - |
| HSV(B) | 354.09º | 0.55% | 0.94% | - |
| XYZ | 44.24 | 30.22 | 21.27 | - |
| YUV | 147.95 | 112.23 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 107 | 120 | 0 | 0.55 | 0.50 | 0.06 | 354.09 | 0.8 | 0.68 |
| Hex | EF | 6B | 78 | 0 | 37 | 32 | 6 | 162 | 50 | 44 |
| Octal | 357 | 153 | 170 | 0 | 67 | 62 | 6 | 542 | 120 | 104 |
| Binary | 11101111 | 1101011 | 1111000 | 0 | 110111 | 110010 | 110 | 101100010 | 1010000 | 1000100 |
Color Harmonies of #EF6B78
Complementary color
Monochromatic Colors of #EF6B78
Black with #EF6B78
Text Example
Text Example
White with #EF6B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6B78; }
p { color: rgb(239,107,120); }
H1.HeaderClassName
{
color: #EF6B78;
}
.AnyTagClassName
{
color: #EF6B78;
}
</style>
background-color css
<style>
a { background-color: #EF6B78; }
a { background-color: rgb(239,107,120); }
div.DivClassName
{
background-color: #EF6B78;
}
.BgClassName
{
background-color: #EF6B78;
}
</style>
border-color css
<style>
span { border-color: #EF6B78; }
span { border-color: rgb(239,107,120); }
td.TdClassName
{
border-color: #EF6B78;
}
.TagClassName
{
border-color: #EF6B78;
}
</style>