Shades of Froly #EC5B5D
Tints of Froly #EC5B5D
RGB
CMYK
RGB Variations
Color information
#EC5B5D (or 0xEC5B5D) is known color: Froly. HEX triplet: EC, 5B and 5D. RGB value is (236,91,93). Sum of RGB (Red+Green+Blue) = 236+91+93=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 91 (35.94% from 255 or 21.67% from 420); Blue value is 93 (36.72% from 255 or 22.14% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5B5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5B5D is #13A4A2. Grayscale: #868686. Windows color (decimal): -1287331 or 6118380. OLE color: 6118380.
HSL color Cylindrical-coordinate representation of color #EC5B5D: hue angle of 359.17º 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 #EC5B5D is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 91 | 93 | - |
| CMYK | 0 | 0.61 | 0.61 | 0.07 |
| HSL | 359.17º | 0.79% | 0.64% | - |
| HSV(B) | 359.17º | 0.61% | 0.93% | - |
| XYZ | 40.31 | 26.11 | 13.27 | - |
| YUV | 134.58 | 104.54 | 200.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 91 | 93 | 0 | 0.61 | 0.61 | 0.07 | 359.17 | 0.79 | 0.64 |
| Hex | EC | 5B | 5D | 0 | 3D | 3D | 7 | 167 | 4F | 40 |
| Octal | 354 | 133 | 135 | 0 | 75 | 75 | 7 | 547 | 117 | 100 |
| Binary | 11101100 | 1011011 | 1011101 | 0 | 111101 | 111101 | 111 | 101100111 | 1001111 | 1000000 |
Color Harmonies of #EC5B5D
Complementary color
Monochromatic Colors of #EC5B5D
Black with #EC5B5D
Text Example
Text Example
White with #EC5B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5B5D; }
p { color: rgb(236,91,93); }
H1.HeaderClassName
{
color: #EC5B5D;
}
.AnyTagClassName
{
color: #EC5B5D;
}
</style>
background-color css
<style>
a { background-color: #EC5B5D; }
a { background-color: rgb(236,91,93); }
div.DivClassName
{
background-color: #EC5B5D;
}
.BgClassName
{
background-color: #EC5B5D;
}
</style>
border-color css
<style>
span { border-color: #EC5B5D; }
span { border-color: rgb(236,91,93); }
td.TdClassName
{
border-color: #EC5B5D;
}
.TagClassName
{
border-color: #EC5B5D;
}
</style>