Shades of Froly #EC697A
Tints of Froly #EC697A
RGB
CMYK
RGB Variations
Color information
#EC697A (or 0xEC697A) is known color: Froly. HEX triplet: EC, 69 and 7A. RGB value is (236,105,122). Sum of RGB (Red+Green+Blue) = 236+105+122=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 105 (41.41% from 255 or 22.68% from 463); Blue value is 122 (48.05% from 255 or 26.35% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #EC697A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC697A is #139685. Grayscale: #929292. Windows color (decimal): -1283718 or 8022508. OLE color: 8022508.
HSL color Cylindrical-coordinate representation of color #EC697A: hue angle of 352.21º 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 #EC697A is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 105 | 122 | - |
| CMYK | 0 | 0.56 | 0.48 | 0.07 |
| HSL | 352.21º | 0.78% | 0.67% | - |
| HSV(B) | 352.21º | 0.56% | 0.93% | - |
| XYZ | 43.16 | 29.34 | 21.8 | - |
| YUV | 146.11 | 114.4 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 105 | 122 | 0 | 0.56 | 0.48 | 0.07 | 352.21 | 0.78 | 0.67 |
| Hex | EC | 69 | 7A | 0 | 38 | 30 | 7 | 160 | 4E | 43 |
| Octal | 354 | 151 | 172 | 0 | 70 | 60 | 7 | 540 | 116 | 103 |
| Binary | 11101100 | 1101001 | 1111010 | 0 | 111000 | 110000 | 111 | 101100000 | 1001110 | 1000011 |
Color Harmonies of #EC697A
Complementary color
Monochromatic Colors of #EC697A
Black with #EC697A
Text Example
Text Example
White with #EC697A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC697A; }
p { color: rgb(236,105,122); }
H1.HeaderClassName
{
color: #EC697A;
}
.AnyTagClassName
{
color: #EC697A;
}
</style>
background-color css
<style>
a { background-color: #EC697A; }
a { background-color: rgb(236,105,122); }
div.DivClassName
{
background-color: #EC697A;
}
.BgClassName
{
background-color: #EC697A;
}
</style>
border-color css
<style>
span { border-color: #EC697A; }
span { border-color: rgb(236,105,122); }
td.TdClassName
{
border-color: #EC697A;
}
.TagClassName
{
border-color: #EC697A;
}
</style>