Shades of Froly #EC5F67
Tints of Froly #EC5F67
RGB
CMYK
RGB Variations
Color information
#EC5F67 (or 0xEC5F67) is known color: Froly. HEX triplet: EC, 5F and 67. RGB value is (236,95,103). Sum of RGB (Red+Green+Blue) = 236+95+103=434 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.38% from 434); Green value is 95 (37.5% from 255 or 21.89% from 434); Blue value is 103 (40.62% from 255 or 23.73% from 434); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5F67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5F67 is #13A098. Grayscale: #8A8A8A. Windows color (decimal): -1286297 or 6774764. OLE color: 6774764.
HSL color Cylindrical-coordinate representation of color #EC5F67: hue angle of 356.6º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC5F67 is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 95 | 103 | - |
| CMYK | 0 | 0.60 | 0.56 | 0.07 |
| HSL | 356.6º | 0.79% | 0.65% | - |
| HSV(B) | 356.6º | 0.6% | 0.93% | - |
| XYZ | 41.13 | 27 | 15.87 | - |
| YUV | 138.07 | 108.21 | 197.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 95 | 103 | 0 | 0.60 | 0.56 | 0.07 | 356.6 | 0.79 | 0.65 |
| Hex | EC | 5F | 67 | 0 | 3C | 38 | 7 | 165 | 4F | 41 |
| Octal | 354 | 137 | 147 | 0 | 74 | 70 | 7 | 545 | 117 | 101 |
| Binary | 11101100 | 1011111 | 1100111 | 0 | 111100 | 111000 | 111 | 101100101 | 1001111 | 1000001 |
Color Harmonies of #EC5F67
Complementary color
Monochromatic Colors of #EC5F67
Black with #EC5F67
Text Example
Text Example
White with #EC5F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5F67; }
p { color: rgb(236,95,103); }
H1.HeaderClassName
{
color: #EC5F67;
}
.AnyTagClassName
{
color: #EC5F67;
}
</style>
background-color css
<style>
a { background-color: #EC5F67; }
a { background-color: rgb(236,95,103); }
div.DivClassName
{
background-color: #EC5F67;
}
.BgClassName
{
background-color: #EC5F67;
}
</style>
border-color css
<style>
span { border-color: #EC5F67; }
span { border-color: rgb(236,95,103); }
td.TdClassName
{
border-color: #EC5F67;
}
.TagClassName
{
border-color: #EC5F67;
}
</style>