Shades of Froly #EC6774
Tints of Froly #EC6774
RGB
CMYK
RGB Variations
Color information
#EC6774 (or 0xEC6774) is known color: Froly. HEX triplet: EC, 67 and 74. RGB value is (236,103,116). Sum of RGB (Red+Green+Blue) = 236+103+116=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 103 (40.62% from 255 or 22.64% from 455); Blue value is 116 (45.70% from 255 or 25.49% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6774 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6774 is #13988B. Grayscale: #909090. Windows color (decimal): -1284236 or 7628780. OLE color: 7628780.
HSL color Cylindrical-coordinate representation of color #EC6774: hue angle of 354.14º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC6774 is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 103 | 116 | - |
| CMYK | 0 | 0.56 | 0.51 | 0.07 |
| HSL | 354.14º | 0.78% | 0.66% | - |
| HSV(B) | 354.14º | 0.56% | 0.93% | - |
| XYZ | 42.59 | 28.79 | 19.84 | - |
| YUV | 144.25 | 112.06 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 103 | 116 | 0 | 0.56 | 0.51 | 0.07 | 354.14 | 0.78 | 0.66 |
| Hex | EC | 67 | 74 | 0 | 38 | 33 | 7 | 162 | 4E | 42 |
| Octal | 354 | 147 | 164 | 0 | 70 | 63 | 7 | 542 | 116 | 102 |
| Binary | 11101100 | 1100111 | 1110100 | 0 | 111000 | 110011 | 111 | 101100010 | 1001110 | 1000010 |
Color Harmonies of #EC6774
Complementary color
Monochromatic Colors of #EC6774
Black with #EC6774
Text Example
Text Example
White with #EC6774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6774; }
p { color: rgb(236,103,116); }
H1.HeaderClassName
{
color: #EC6774;
}
.AnyTagClassName
{
color: #EC6774;
}
</style>
background-color css
<style>
a { background-color: #EC6774; }
a { background-color: rgb(236,103,116); }
div.DivClassName
{
background-color: #EC6774;
}
.BgClassName
{
background-color: #EC6774;
}
</style>
border-color css
<style>
span { border-color: #EC6774; }
span { border-color: rgb(236,103,116); }
td.TdClassName
{
border-color: #EC6774;
}
.TagClassName
{
border-color: #EC6774;
}
</style>