Shades of Froly #EC696D
Tints of Froly #EC696D
RGB
CMYK
RGB Variations
Color information
#EC696D (or 0xEC696D) is known color: Froly. HEX triplet: EC, 69 and 6D. RGB value is (236,105,109). Sum of RGB (Red+Green+Blue) = 236+105+109=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 105 (41.41% from 255 or 23.33% from 450); Blue value is 109 (42.97% from 255 or 24.22% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #EC696D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC696D is #139692. Grayscale: #909090. Windows color (decimal): -1283731 or 7170540. OLE color: 7170540.
HSL color Cylindrical-coordinate representation of color #EC696D: hue angle of 358.17º 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 #EC696D is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 105 | 109 | - |
| CMYK | 0 | 0.56 | 0.54 | 0.07 |
| HSL | 358.17º | 0.78% | 0.67% | - |
| HSV(B) | 358.17º | 0.56% | 0.93% | - |
| XYZ | 42.4 | 29.04 | 17.84 | - |
| YUV | 144.63 | 107.9 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 105 | 109 | 0 | 0.56 | 0.54 | 0.07 | 358.17 | 0.78 | 0.67 |
| Hex | EC | 69 | 6D | 0 | 38 | 36 | 7 | 166 | 4E | 43 |
| Octal | 354 | 151 | 155 | 0 | 70 | 66 | 7 | 546 | 116 | 103 |
| Binary | 11101100 | 1101001 | 1101101 | 0 | 111000 | 110110 | 111 | 101100110 | 1001110 | 1000011 |
Color Harmonies of #EC696D
Complementary color
Monochromatic Colors of #EC696D
Black with #EC696D
Text Example
Text Example
White with #EC696D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC696D; }
p { color: rgb(236,105,109); }
H1.HeaderClassName
{
color: #EC696D;
}
.AnyTagClassName
{
color: #EC696D;
}
</style>
background-color css
<style>
a { background-color: #EC696D; }
a { background-color: rgb(236,105,109); }
div.DivClassName
{
background-color: #EC696D;
}
.BgClassName
{
background-color: #EC696D;
}
</style>
border-color css
<style>
span { border-color: #EC696D; }
span { border-color: rgb(236,105,109); }
td.TdClassName
{
border-color: #EC696D;
}
.TagClassName
{
border-color: #EC696D;
}
</style>