Shades of Froly #EC6C78
Tints of Froly #EC6C78
RGB
CMYK
RGB Variations
Color information
#EC6C78 (or 0xEC6C78) is known color: Froly. HEX triplet: EC, 6C and 78. RGB value is (236,108,120). Sum of RGB (Red+Green+Blue) = 236+108+120=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 108 (42.58% from 255 or 23.28% from 464); Blue value is 120 (47.27% from 255 or 25.86% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6C78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6C78 is #139387. Grayscale: #939393. Windows color (decimal): -1282952 or 7892204. OLE color: 7892204.
HSL color Cylindrical-coordinate representation of color #EC6C78: hue angle of 354.38º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EC6C78 is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 108 | 120 | - |
| CMYK | 0 | 0.54 | 0.49 | 0.07 |
| HSL | 354.38º | 0.77% | 0.67% | - |
| HSV(B) | 354.38º | 0.54% | 0.93% | - |
| XYZ | 43.34 | 29.91 | 21.26 | - |
| YUV | 147.64 | 112.41 | 191.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 108 | 120 | 0 | 0.54 | 0.49 | 0.07 | 354.38 | 0.77 | 0.67 |
| Hex | EC | 6C | 78 | 0 | 36 | 31 | 7 | 162 | 4D | 43 |
| Octal | 354 | 154 | 170 | 0 | 66 | 61 | 7 | 542 | 115 | 103 |
| Binary | 11101100 | 1101100 | 1111000 | 0 | 110110 | 110001 | 111 | 101100010 | 1001101 | 1000011 |
Color Harmonies of #EC6C78
Complementary color
Monochromatic Colors of #EC6C78
Black with #EC6C78
Text Example
Text Example
White with #EC6C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6C78; }
p { color: rgb(236,108,120); }
H1.HeaderClassName
{
color: #EC6C78;
}
.AnyTagClassName
{
color: #EC6C78;
}
</style>
background-color css
<style>
a { background-color: #EC6C78; }
a { background-color: rgb(236,108,120); }
div.DivClassName
{
background-color: #EC6C78;
}
.BgClassName
{
background-color: #EC6C78;
}
</style>
border-color css
<style>
span { border-color: #EC6C78; }
span { border-color: rgb(236,108,120); }
td.TdClassName
{
border-color: #EC6C78;
}
.TagClassName
{
border-color: #EC6C78;
}
</style>