Shades of Froly #EF6674
Tints of Froly #EF6674
RGB
CMYK
RGB Variations
Color information
#EF6674 (or 0xEF6674) is known color: Froly. HEX triplet: EF, 66 and 74. RGB value is (239,102,116). Sum of RGB (Red+Green+Blue) = 239+102+116=457 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.30% from 457); Green value is 102 (40.23% from 255 or 22.32% from 457); Blue value is 116 (45.70% from 255 or 25.38% from 457); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6674 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6674 is #10998B. Grayscale: #909090. Windows color (decimal): -1087884 or 7628527. OLE color: 7628527.
HSL color Cylindrical-coordinate representation of color #EF6674: hue angle of 353.87º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EF6674 is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 102 | 116 | - |
| CMYK | 0 | 0.57 | 0.51 | 0.06 |
| HSL | 353.87º | 0.81% | 0.67% | - |
| HSV(B) | 353.87º | 0.57% | 0.94% | - |
| XYZ | 43.5 | 29.11 | 19.85 | - |
| YUV | 144.56 | 111.89 | 195.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 102 | 116 | 0 | 0.57 | 0.51 | 0.06 | 353.87 | 0.81 | 0.67 |
| Hex | EF | 66 | 74 | 0 | 39 | 33 | 6 | 162 | 51 | 43 |
| Octal | 357 | 146 | 164 | 0 | 71 | 63 | 6 | 542 | 121 | 103 |
| Binary | 11101111 | 1100110 | 1110100 | 0 | 111001 | 110011 | 110 | 101100010 | 1010001 | 1000011 |
Color Harmonies of #EF6674
Complementary color
Monochromatic Colors of #EF6674
Black with #EF6674
Text Example
Text Example
White with #EF6674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6674; }
p { color: rgb(239,102,116); }
H1.HeaderClassName
{
color: #EF6674;
}
.AnyTagClassName
{
color: #EF6674;
}
</style>
background-color css
<style>
a { background-color: #EF6674; }
a { background-color: rgb(239,102,116); }
div.DivClassName
{
background-color: #EF6674;
}
.BgClassName
{
background-color: #EF6674;
}
</style>
border-color css
<style>
span { border-color: #EF6674; }
span { border-color: rgb(239,102,116); }
td.TdClassName
{
border-color: #EF6674;
}
.TagClassName
{
border-color: #EF6674;
}
</style>