Shades of Froly #EC6F79
Tints of Froly #EC6F79
RGB
CMYK
RGB Variations
Color information
#EC6F79 (or 0xEC6F79) is known color: Froly. HEX triplet: EC, 6F and 79. RGB value is (236,111,121). Sum of RGB (Red+Green+Blue) = 236+111+121=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 111 (43.75% from 255 or 23.72% from 468); Blue value is 121 (47.66% from 255 or 25.85% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6F79 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6F79 is #139086. Grayscale: #959595. Windows color (decimal): -1282183 or 7958508. OLE color: 7958508.
HSL color Cylindrical-coordinate representation of color #EC6F79: hue angle of 355.2º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC6F79 is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 111 | 121 | - |
| CMYK | 0 | 0.53 | 0.49 | 0.07 |
| HSL | 355.2º | 0.77% | 0.68% | - |
| HSV(B) | 355.2º | 0.53% | 0.93% | - |
| XYZ | 43.73 | 30.58 | 21.69 | - |
| YUV | 149.52 | 111.91 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 111 | 121 | 0 | 0.53 | 0.49 | 0.07 | 355.2 | 0.77 | 0.68 |
| Hex | EC | 6F | 79 | 0 | 35 | 31 | 7 | 163 | 4D | 44 |
| Octal | 354 | 157 | 171 | 0 | 65 | 61 | 7 | 543 | 115 | 104 |
| Binary | 11101100 | 1101111 | 1111001 | 0 | 110101 | 110001 | 111 | 101100011 | 1001101 | 1000100 |
Color Harmonies of #EC6F79
Complementary color
Monochromatic Colors of #EC6F79
Black with #EC6F79
Text Example
Text Example
White with #EC6F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6F79; }
p { color: rgb(236,111,121); }
H1.HeaderClassName
{
color: #EC6F79;
}
.AnyTagClassName
{
color: #EC6F79;
}
</style>
background-color css
<style>
a { background-color: #EC6F79; }
a { background-color: rgb(236,111,121); }
div.DivClassName
{
background-color: #EC6F79;
}
.BgClassName
{
background-color: #EC6F79;
}
</style>
border-color css
<style>
span { border-color: #EC6F79; }
span { border-color: rgb(236,111,121); }
td.TdClassName
{
border-color: #EC6F79;
}
.TagClassName
{
border-color: #EC6F79;
}
</style>