Shades of Froly #EC5B5F
Tints of Froly #EC5B5F
RGB
CMYK
RGB Variations
Color information
#EC5B5F (or 0xEC5B5F) is known color: Froly. HEX triplet: EC, 5B and 5F. RGB value is (236,91,95). Sum of RGB (Red+Green+Blue) = 236+91+95=422 (55% of max value = 765). Red value is 236 (92.58% from 255 or 55.92% from 422); Green value is 91 (35.94% from 255 or 21.56% from 422); Blue value is 95 (37.5% from 255 or 22.51% from 422); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5B5F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5B5F is #13A4A0. Grayscale: #868686. Windows color (decimal): -1287329 or 6249452. OLE color: 6249452.
HSL color Cylindrical-coordinate representation of color #EC5B5F: hue angle of 358.34º 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 #EC5B5F is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 91 | 95 | - |
| CMYK | 0 | 0.61 | 0.60 | 0.07 |
| HSL | 358.34º | 0.79% | 0.64% | - |
| HSV(B) | 358.34º | 0.61% | 0.93% | - |
| XYZ | 40.4 | 26.14 | 13.74 | - |
| YUV | 134.81 | 105.54 | 200.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 91 | 95 | 0 | 0.61 | 0.60 | 0.07 | 358.34 | 0.79 | 0.64 |
| Hex | EC | 5B | 5F | 0 | 3D | 3C | 7 | 166 | 4F | 40 |
| Octal | 354 | 133 | 137 | 0 | 75 | 74 | 7 | 546 | 117 | 100 |
| Binary | 11101100 | 1011011 | 1011111 | 0 | 111101 | 111100 | 111 | 101100110 | 1001111 | 1000000 |
Color Harmonies of #EC5B5F
Complementary color
Monochromatic Colors of #EC5B5F
Black with #EC5B5F
Text Example
Text Example
White with #EC5B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5B5F; }
p { color: rgb(236,91,95); }
H1.HeaderClassName
{
color: #EC5B5F;
}
.AnyTagClassName
{
color: #EC5B5F;
}
</style>
background-color css
<style>
a { background-color: #EC5B5F; }
a { background-color: rgb(236,91,95); }
div.DivClassName
{
background-color: #EC5B5F;
}
.BgClassName
{
background-color: #EC5B5F;
}
</style>
border-color css
<style>
span { border-color: #EC5B5F; }
span { border-color: rgb(236,91,95); }
td.TdClassName
{
border-color: #EC5B5F;
}
.TagClassName
{
border-color: #EC5B5F;
}
</style>