Shades of Froly #EC696A
Tints of Froly #EC696A
RGB
CMYK
RGB Variations
Color information
#EC696A (or 0xEC696A) is known color: Froly. HEX triplet: EC, 69 and 6A. RGB value is (236,105,106). Sum of RGB (Red+Green+Blue) = 236+105+106=447 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.80% from 447); Green value is 105 (41.41% from 255 or 23.49% from 447); Blue value is 106 (41.80% from 255 or 23.71% from 447); Max value from RGB is 236 - color contains mainly: red. Hex color #EC696A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC696A is #139695. Grayscale: #909090. Windows color (decimal): -1283734 or 6973932. OLE color: 6973932.
HSL color Cylindrical-coordinate representation of color #EC696A: hue angle of 359.54º 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 #EC696A is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 105 | 106 | - |
| CMYK | 0 | 0.56 | 0.55 | 0.07 |
| HSL | 359.54º | 0.78% | 0.67% | - |
| HSV(B) | 359.54º | 0.56% | 0.93% | - |
| XYZ | 42.25 | 28.98 | 17 | - |
| YUV | 144.28 | 106.4 | 193.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 105 | 106 | 0 | 0.56 | 0.55 | 0.07 | 359.54 | 0.78 | 0.67 |
| Hex | EC | 69 | 6A | 0 | 38 | 37 | 7 | 168 | 4E | 43 |
| Octal | 354 | 151 | 152 | 0 | 70 | 67 | 7 | 550 | 116 | 103 |
| Binary | 11101100 | 1101001 | 1101010 | 0 | 111000 | 110111 | 111 | 101101000 | 1001110 | 1000011 |
Color Harmonies of #EC696A
Complementary color
Monochromatic Colors of #EC696A
Black with #EC696A
Text Example
Text Example
White with #EC696A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC696A; }
p { color: rgb(236,105,106); }
H1.HeaderClassName
{
color: #EC696A;
}
.AnyTagClassName
{
color: #EC696A;
}
</style>
background-color css
<style>
a { background-color: #EC696A; }
a { background-color: rgb(236,105,106); }
div.DivClassName
{
background-color: #EC696A;
}
.BgClassName
{
background-color: #EC696A;
}
</style>
border-color css
<style>
span { border-color: #EC696A; }
span { border-color: rgb(236,105,106); }
td.TdClassName
{
border-color: #EC696A;
}
.TagClassName
{
border-color: #EC696A;
}
</style>