Shades of Froly #EC6979
Tints of Froly #EC6979
RGB
CMYK
RGB Variations
Color information
#EC6979 (or 0xEC6979) is known color: Froly. HEX triplet: EC, 69 and 79. RGB value is (236,105,121). Sum of RGB (Red+Green+Blue) = 236+105+121=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 105 (41.41% from 255 or 22.73% from 462); Blue value is 121 (47.66% from 255 or 26.19% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6979 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6979 is #139686. Grayscale: #929292. Windows color (decimal): -1283719 or 7956972. OLE color: 7956972.
HSL color Cylindrical-coordinate representation of color #EC6979: hue angle of 352.67º 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 #EC6979 is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 105 | 121 | - |
| CMYK | 0 | 0.56 | 0.49 | 0.07 |
| HSL | 352.67º | 0.78% | 0.67% | - |
| HSV(B) | 352.67º | 0.56% | 0.93% | - |
| XYZ | 43.09 | 29.32 | 21.48 | - |
| YUV | 145.99 | 113.9 | 192.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 105 | 121 | 0 | 0.56 | 0.49 | 0.07 | 352.67 | 0.78 | 0.67 |
| Hex | EC | 69 | 79 | 0 | 38 | 31 | 7 | 161 | 4E | 43 |
| Octal | 354 | 151 | 171 | 0 | 70 | 61 | 7 | 541 | 116 | 103 |
| Binary | 11101100 | 1101001 | 1111001 | 0 | 111000 | 110001 | 111 | 101100001 | 1001110 | 1000011 |
Color Harmonies of #EC6979
Complementary color
Monochromatic Colors of #EC6979
Black with #EC6979
Text Example
Text Example
White with #EC6979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6979; }
p { color: rgb(236,105,121); }
H1.HeaderClassName
{
color: #EC6979;
}
.AnyTagClassName
{
color: #EC6979;
}
</style>
background-color css
<style>
a { background-color: #EC6979; }
a { background-color: rgb(236,105,121); }
div.DivClassName
{
background-color: #EC6979;
}
.BgClassName
{
background-color: #EC6979;
}
</style>
border-color css
<style>
span { border-color: #EC6979; }
span { border-color: rgb(236,105,121); }
td.TdClassName
{
border-color: #EC6979;
}
.TagClassName
{
border-color: #EC6979;
}
</style>