Shades of Froly #EC696B
Tints of Froly #EC696B
RGB
CMYK
RGB Variations
Color information
#EC696B (or 0xEC696B) is known color: Froly. HEX triplet: EC, 69 and 6B. RGB value is (236,105,107). Sum of RGB (Red+Green+Blue) = 236+105+107=448 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.68% from 448); Green value is 105 (41.41% from 255 or 23.44% from 448); Blue value is 107 (42.19% from 255 or 23.88% from 448); Max value from RGB is 236 - color contains mainly: red. Hex color #EC696B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC696B is #139694. Grayscale: #909090. Windows color (decimal): -1283733 or 7039468. OLE color: 7039468.
HSL color Cylindrical-coordinate representation of color #EC696B: hue angle of 359.08º 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 #EC696B is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 105 | 107 | - |
| CMYK | 0 | 0.56 | 0.55 | 0.07 |
| HSL | 359.08º | 0.78% | 0.67% | - |
| HSV(B) | 359.08º | 0.56% | 0.93% | - |
| XYZ | 42.3 | 29 | 17.28 | - |
| YUV | 144.4 | 106.9 | 193.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 105 | 107 | 0 | 0.56 | 0.55 | 0.07 | 359.08 | 0.78 | 0.67 |
| Hex | EC | 69 | 6B | 0 | 38 | 37 | 7 | 167 | 4E | 43 |
| Octal | 354 | 151 | 153 | 0 | 70 | 67 | 7 | 547 | 116 | 103 |
| Binary | 11101100 | 1101001 | 1101011 | 0 | 111000 | 110111 | 111 | 101100111 | 1001110 | 1000011 |
Color Harmonies of #EC696B
Complementary color
Monochromatic Colors of #EC696B
Black with #EC696B
Text Example
Text Example
White with #EC696B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC696B; }
p { color: rgb(236,105,107); }
H1.HeaderClassName
{
color: #EC696B;
}
.AnyTagClassName
{
color: #EC696B;
}
</style>
background-color css
<style>
a { background-color: #EC696B; }
a { background-color: rgb(236,105,107); }
div.DivClassName
{
background-color: #EC696B;
}
.BgClassName
{
background-color: #EC696B;
}
</style>
border-color css
<style>
span { border-color: #EC696B; }
span { border-color: rgb(236,105,107); }
td.TdClassName
{
border-color: #EC696B;
}
.TagClassName
{
border-color: #EC696B;
}
</style>