Shades of Froly #EC5C5F
Tints of Froly #EC5C5F
RGB
CMYK
RGB Variations
Color information
#EC5C5F (or 0xEC5C5F) is known color: Froly. HEX triplet: EC, 5C and 5F. RGB value is (236,92,95). Sum of RGB (Red+Green+Blue) = 236+92+95=423 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.79% from 423); Green value is 92 (36.33% from 255 or 21.75% from 423); Blue value is 95 (37.5% from 255 or 22.46% from 423); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5C5F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5C5F is #13A3A0. Grayscale: #878787. Windows color (decimal): -1287073 or 6249708. OLE color: 6249708.
HSL color Cylindrical-coordinate representation of color #EC5C5F: hue angle of 358.75º 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 #EC5C5F is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 92 | 95 | - |
| CMYK | 0 | 0.61 | 0.60 | 0.07 |
| HSL | 358.75º | 0.79% | 0.64% | - |
| HSV(B) | 358.75º | 0.61% | 0.93% | - |
| XYZ | 40.48 | 26.31 | 13.77 | - |
| YUV | 135.4 | 105.21 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 92 | 95 | 0 | 0.61 | 0.60 | 0.07 | 358.75 | 0.79 | 0.64 |
| Hex | EC | 5C | 5F | 0 | 3D | 3C | 7 | 167 | 4F | 40 |
| Octal | 354 | 134 | 137 | 0 | 75 | 74 | 7 | 547 | 117 | 100 |
| Binary | 11101100 | 1011100 | 1011111 | 0 | 111101 | 111100 | 111 | 101100111 | 1001111 | 1000000 |
Color Harmonies of #EC5C5F
Complementary color
Monochromatic Colors of #EC5C5F
Black with #EC5C5F
Text Example
Text Example
White with #EC5C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5C5F; }
p { color: rgb(236,92,95); }
H1.HeaderClassName
{
color: #EC5C5F;
}
.AnyTagClassName
{
color: #EC5C5F;
}
</style>
background-color css
<style>
a { background-color: #EC5C5F; }
a { background-color: rgb(236,92,95); }
div.DivClassName
{
background-color: #EC5C5F;
}
.BgClassName
{
background-color: #EC5C5F;
}
</style>
border-color css
<style>
span { border-color: #EC5C5F; }
span { border-color: rgb(236,92,95); }
td.TdClassName
{
border-color: #EC5C5F;
}
.TagClassName
{
border-color: #EC5C5F;
}
</style>