Shades of Froly #EF7478
Tints of Froly #EF7478
RGB
CMYK
RGB Variations
Color information
#EF7478 (or 0xEF7478) is known color: Froly. HEX triplet: EF, 74 and 78. RGB value is (239,116,120). Sum of RGB (Red+Green+Blue) = 239+116+120=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 116 (45.70% from 255 or 24.42% from 475); Blue value is 120 (47.27% from 255 or 25.26% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7478 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7478 is #108B87. Grayscale: #999999. Windows color (decimal): -1084296 or 7894255. OLE color: 7894255.
HSL color Cylindrical-coordinate representation of color #EF7478: hue angle of 358.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 #EF7478 is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 116 | 120 | - |
| CMYK | 0 | 0.51 | 0.50 | 0.06 |
| HSL | 358.05º | 0.79% | 0.7% | - |
| HSV(B) | 358.05º | 0.51% | 0.94% | - |
| XYZ | 45.23 | 32.2 | 21.6 | - |
| YUV | 153.23 | 109.25 | 189.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 116 | 120 | 0 | 0.51 | 0.50 | 0.06 | 358.05 | 0.79 | 0.7 |
| Hex | EF | 74 | 78 | 0 | 33 | 32 | 6 | 166 | 4F | 46 |
| Octal | 357 | 164 | 170 | 0 | 63 | 62 | 6 | 546 | 117 | 106 |
| Binary | 11101111 | 1110100 | 1111000 | 0 | 110011 | 110010 | 110 | 101100110 | 1001111 | 1000110 |
Color Harmonies of #EF7478
Complementary color
Monochromatic Colors of #EF7478
Black with #EF7478
Text Example
Text Example
White with #EF7478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7478; }
p { color: rgb(239,116,120); }
H1.HeaderClassName
{
color: #EF7478;
}
.AnyTagClassName
{
color: #EF7478;
}
</style>
background-color css
<style>
a { background-color: #EF7478; }
a { background-color: rgb(239,116,120); }
div.DivClassName
{
background-color: #EF7478;
}
.BgClassName
{
background-color: #EF7478;
}
</style>
border-color css
<style>
span { border-color: #EF7478; }
span { border-color: rgb(239,116,120); }
td.TdClassName
{
border-color: #EF7478;
}
.TagClassName
{
border-color: #EF7478;
}
</style>