Shades of Froly #EC687A
Tints of Froly #EC687A
RGB
CMYK
RGB Variations
Color information
#EC687A (or 0xEC687A) is known color: Froly. HEX triplet: EC, 68 and 7A. RGB value is (236,104,122). Sum of RGB (Red+Green+Blue) = 236+104+122=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 104 (41.02% from 255 or 22.51% from 462); Blue value is 122 (48.05% from 255 or 26.41% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #EC687A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC687A is #139785. Grayscale: #919191. Windows color (decimal): -1283974 or 8022252. OLE color: 8022252.
HSL color Cylindrical-coordinate representation of color #EC687A: hue angle of 351.82º 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 #EC687A is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 104 | 122 | - |
| CMYK | 0 | 0.56 | 0.48 | 0.07 |
| HSL | 351.82º | 0.78% | 0.67% | - |
| HSV(B) | 351.82º | 0.56% | 0.93% | - |
| XYZ | 43.06 | 29.14 | 21.77 | - |
| YUV | 145.52 | 114.73 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 104 | 122 | 0 | 0.56 | 0.48 | 0.07 | 351.82 | 0.78 | 0.67 |
| Hex | EC | 68 | 7A | 0 | 38 | 30 | 7 | 160 | 4E | 43 |
| Octal | 354 | 150 | 172 | 0 | 70 | 60 | 7 | 540 | 116 | 103 |
| Binary | 11101100 | 1101000 | 1111010 | 0 | 111000 | 110000 | 111 | 101100000 | 1001110 | 1000011 |
Color Harmonies of #EC687A
Complementary color
Monochromatic Colors of #EC687A
Black with #EC687A
Text Example
Text Example
White with #EC687A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC687A; }
p { color: rgb(236,104,122); }
H1.HeaderClassName
{
color: #EC687A;
}
.AnyTagClassName
{
color: #EC687A;
}
</style>
background-color css
<style>
a { background-color: #EC687A; }
a { background-color: rgb(236,104,122); }
div.DivClassName
{
background-color: #EC687A;
}
.BgClassName
{
background-color: #EC687A;
}
</style>
border-color css
<style>
span { border-color: #EC687A; }
span { border-color: rgb(236,104,122); }
td.TdClassName
{
border-color: #EC687A;
}
.TagClassName
{
border-color: #EC687A;
}
</style>