Shades of Froly #EF7078
Tints of Froly #EF7078
RGB
CMYK
RGB Variations
Color information
#EF7078 (or 0xEF7078) is known color: Froly. HEX triplet: EF, 70 and 78. RGB value is (239,112,120). Sum of RGB (Red+Green+Blue) = 239+112+120=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 112 (44.14% from 255 or 23.78% from 471); Blue value is 120 (47.27% from 255 or 25.48% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7078 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7078 is #108F87. Grayscale: #969696. Windows color (decimal): -1085320 or 7893231. OLE color: 7893231.
HSL color Cylindrical-coordinate representation of color #EF7078: hue angle of 356.22º 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 #EF7078 is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 112 | 120 | - |
| CMYK | 0 | 0.53 | 0.50 | 0.06 |
| HSL | 356.22º | 0.8% | 0.69% | - |
| HSV(B) | 356.22º | 0.53% | 0.94% | - |
| XYZ | 44.78 | 31.3 | 21.45 | - |
| YUV | 150.89 | 110.58 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 112 | 120 | 0 | 0.53 | 0.50 | 0.06 | 356.22 | 0.8 | 0.69 |
| Hex | EF | 70 | 78 | 0 | 35 | 32 | 6 | 164 | 50 | 45 |
| Octal | 357 | 160 | 170 | 0 | 65 | 62 | 6 | 544 | 120 | 105 |
| Binary | 11101111 | 1110000 | 1111000 | 0 | 110101 | 110010 | 110 | 101100100 | 1010000 | 1000101 |
Color Harmonies of #EF7078
Complementary color
Monochromatic Colors of #EF7078
Black with #EF7078
Text Example
Text Example
White with #EF7078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7078; }
p { color: rgb(239,112,120); }
H1.HeaderClassName
{
color: #EF7078;
}
.AnyTagClassName
{
color: #EF7078;
}
</style>
background-color css
<style>
a { background-color: #EF7078; }
a { background-color: rgb(239,112,120); }
div.DivClassName
{
background-color: #EF7078;
}
.BgClassName
{
background-color: #EF7078;
}
</style>
border-color css
<style>
span { border-color: #EF7078; }
span { border-color: rgb(239,112,120); }
td.TdClassName
{
border-color: #EF7078;
}
.TagClassName
{
border-color: #EF7078;
}
</style>