Shades of Froly #EC5C67
Tints of Froly #EC5C67
RGB
CMYK
RGB Variations
Color information
#EC5C67 (or 0xEC5C67) is known color: Froly. HEX triplet: EC, 5C and 67. RGB value is (236,92,103). Sum of RGB (Red+Green+Blue) = 236+92+103=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 92 (36.33% from 255 or 21.35% from 431); Blue value is 103 (40.62% from 255 or 23.90% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5C67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5C67 is #13A398. Grayscale: #888888. Windows color (decimal): -1287065 or 6773996. OLE color: 6773996.
HSL color Cylindrical-coordinate representation of color #EC5C67: hue angle of 355.42º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC5C67 is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 92 | 103 | - |
| CMYK | 0 | 0.61 | 0.56 | 0.07 |
| HSL | 355.42º | 0.79% | 0.64% | - |
| HSV(B) | 355.42º | 0.61% | 0.93% | - |
| XYZ | 40.87 | 26.47 | 15.79 | - |
| YUV | 136.31 | 109.21 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 92 | 103 | 0 | 0.61 | 0.56 | 0.07 | 355.42 | 0.79 | 0.64 |
| Hex | EC | 5C | 67 | 0 | 3D | 38 | 7 | 163 | 4F | 40 |
| Octal | 354 | 134 | 147 | 0 | 75 | 70 | 7 | 543 | 117 | 100 |
| Binary | 11101100 | 1011100 | 1100111 | 0 | 111101 | 111000 | 111 | 101100011 | 1001111 | 1000000 |
Color Harmonies of #EC5C67
Complementary color
Monochromatic Colors of #EC5C67
Black with #EC5C67
Text Example
Text Example
White with #EC5C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5C67; }
p { color: rgb(236,92,103); }
H1.HeaderClassName
{
color: #EC5C67;
}
.AnyTagClassName
{
color: #EC5C67;
}
</style>
background-color css
<style>
a { background-color: #EC5C67; }
a { background-color: rgb(236,92,103); }
div.DivClassName
{
background-color: #EC5C67;
}
.BgClassName
{
background-color: #EC5C67;
}
</style>
border-color css
<style>
span { border-color: #EC5C67; }
span { border-color: rgb(236,92,103); }
td.TdClassName
{
border-color: #EC5C67;
}
.TagClassName
{
border-color: #EC5C67;
}
</style>