Shades of Froly #EC6971
Tints of Froly #EC6971
RGB
CMYK
RGB Variations
Color information
#EC6971 (or 0xEC6971) is known color: Froly. HEX triplet: EC, 69 and 71. RGB value is (236,105,113). Sum of RGB (Red+Green+Blue) = 236+105+113=454 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.98% from 454); Green value is 105 (41.41% from 255 or 23.13% from 454); Blue value is 113 (44.53% from 255 or 24.89% from 454); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6971 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6971 is #13968E. Grayscale: #919191. Windows color (decimal): -1283727 or 7432684. OLE color: 7432684.
HSL color Cylindrical-coordinate representation of color #EC6971: hue angle of 356.34º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC6971 is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 105 | 113 | - |
| CMYK | 0 | 0.56 | 0.52 | 0.07 |
| HSL | 356.34º | 0.78% | 0.67% | - |
| HSV(B) | 356.34º | 0.56% | 0.93% | - |
| XYZ | 42.62 | 29.13 | 19 | - |
| YUV | 145.08 | 109.9 | 192.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 105 | 113 | 0 | 0.56 | 0.52 | 0.07 | 356.34 | 0.78 | 0.67 |
| Hex | EC | 69 | 71 | 0 | 38 | 34 | 7 | 164 | 4E | 43 |
| Octal | 354 | 151 | 161 | 0 | 70 | 64 | 7 | 544 | 116 | 103 |
| Binary | 11101100 | 1101001 | 1110001 | 0 | 111000 | 110100 | 111 | 101100100 | 1001110 | 1000011 |
Color Harmonies of #EC6971
Complementary color
Monochromatic Colors of #EC6971
Black with #EC6971
Text Example
Text Example
White with #EC6971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6971; }
p { color: rgb(236,105,113); }
H1.HeaderClassName
{
color: #EC6971;
}
.AnyTagClassName
{
color: #EC6971;
}
</style>
background-color css
<style>
a { background-color: #EC6971; }
a { background-color: rgb(236,105,113); }
div.DivClassName
{
background-color: #EC6971;
}
.BgClassName
{
background-color: #EC6971;
}
</style>
border-color css
<style>
span { border-color: #EC6971; }
span { border-color: rgb(236,105,113); }
td.TdClassName
{
border-color: #EC6971;
}
.TagClassName
{
border-color: #EC6971;
}
</style>