Shades of Froly #EC687F
Tints of Froly #EC687F
RGB
CMYK
RGB Variations
Color information
#EC687F (or 0xEC687F) is known color: Froly. HEX triplet: EC, 68 and 7F. RGB value is (236,104,127). Sum of RGB (Red+Green+Blue) = 236+104+127=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 104 (41.02% from 255 or 22.27% from 467); Blue value is 127 (50% from 255 or 27.19% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #EC687F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC687F is #139780. Grayscale: #929292. Windows color (decimal): -1283969 or 8349932. OLE color: 8349932.
HSL color Cylindrical-coordinate representation of color #EC687F: hue angle of 349.55º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC687F is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 104 | 127 | - |
| CMYK | 0 | 0.56 | 0.46 | 0.07 |
| HSL | 349.55º | 0.78% | 0.67% | - |
| HSV(B) | 349.55º | 0.56% | 0.93% | - |
| XYZ | 43.37 | 29.27 | 23.44 | - |
| YUV | 146.09 | 117.23 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 104 | 127 | 0 | 0.56 | 0.46 | 0.07 | 349.55 | 0.78 | 0.67 |
| Hex | EC | 68 | 7F | 0 | 38 | 2E | 7 | 15E | 4E | 43 |
| Octal | 354 | 150 | 177 | 0 | 70 | 56 | 7 | 536 | 116 | 103 |
| Binary | 11101100 | 1101000 | 1111111 | 0 | 111000 | 101110 | 111 | 101011110 | 1001110 | 1000011 |
Color Harmonies of #EC687F
Complementary color
Monochromatic Colors of #EC687F
Black with #EC687F
Text Example
Text Example
White with #EC687F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC687F; }
p { color: rgb(236,104,127); }
H1.HeaderClassName
{
color: #EC687F;
}
.AnyTagClassName
{
color: #EC687F;
}
</style>
background-color css
<style>
a { background-color: #EC687F; }
a { background-color: rgb(236,104,127); }
div.DivClassName
{
background-color: #EC687F;
}
.BgClassName
{
background-color: #EC687F;
}
</style>
border-color css
<style>
span { border-color: #EC687F; }
span { border-color: rgb(236,104,127); }
td.TdClassName
{
border-color: #EC687F;
}
.TagClassName
{
border-color: #EC687F;
}
</style>