Shades of Froly #EC6E71
Tints of Froly #EC6E71
RGB
CMYK
RGB Variations
Color information
#EC6E71 (or 0xEC6E71) is known color: Froly. HEX triplet: EC, 6E and 71. RGB value is (236,110,113). Sum of RGB (Red+Green+Blue) = 236+110+113=459 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.42% from 459); Green value is 110 (43.36% from 255 or 23.97% from 459); Blue value is 113 (44.53% from 255 or 24.62% from 459); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6E71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6E71 is #13918E. Grayscale: #949494. Windows color (decimal): -1282447 or 7433964. OLE color: 7433964.
HSL color Cylindrical-coordinate representation of color #EC6E71: hue angle of 358.57º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC6E71 is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 110 | 113 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.07 |
| HSL | 358.57º | 0.77% | 0.68% | - |
| HSV(B) | 358.57º | 0.53% | 0.93% | - |
| XYZ | 43.15 | 30.18 | 19.17 | - |
| YUV | 148.02 | 108.24 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 110 | 113 | 0 | 0.53 | 0.52 | 0.07 | 358.57 | 0.77 | 0.68 |
| Hex | EC | 6E | 71 | 0 | 35 | 34 | 7 | 167 | 4D | 44 |
| Octal | 354 | 156 | 161 | 0 | 65 | 64 | 7 | 547 | 115 | 104 |
| Binary | 11101100 | 1101110 | 1110001 | 0 | 110101 | 110100 | 111 | 101100111 | 1001101 | 1000100 |
Color Harmonies of #EC6E71
Complementary color
Monochromatic Colors of #EC6E71
Black with #EC6E71
Text Example
Text Example
White with #EC6E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6E71; }
p { color: rgb(236,110,113); }
H1.HeaderClassName
{
color: #EC6E71;
}
.AnyTagClassName
{
color: #EC6E71;
}
</style>
background-color css
<style>
a { background-color: #EC6E71; }
a { background-color: rgb(236,110,113); }
div.DivClassName
{
background-color: #EC6E71;
}
.BgClassName
{
background-color: #EC6E71;
}
</style>
border-color css
<style>
span { border-color: #EC6E71; }
span { border-color: rgb(236,110,113); }
td.TdClassName
{
border-color: #EC6E71;
}
.TagClassName
{
border-color: #EC6E71;
}
</style>