Shades of Froly #EC6D7A
Tints of Froly #EC6D7A
RGB
CMYK
RGB Variations
Color information
#EC6D7A (or 0xEC6D7A) is known color: Froly. HEX triplet: EC, 6D and 7A. RGB value is (236,109,122). Sum of RGB (Red+Green+Blue) = 236+109+122=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 109 (42.97% from 255 or 23.34% from 467); Blue value is 122 (48.05% from 255 or 26.12% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6D7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6D7A is #139285. Grayscale: #949494. Windows color (decimal): -1282694 or 8023532. OLE color: 8023532.
HSL color Cylindrical-coordinate representation of color #EC6D7A: hue angle of 353.86º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EC6D7A is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 109 | 122 | - |
| CMYK | 0 | 0.54 | 0.48 | 0.07 |
| HSL | 353.86º | 0.77% | 0.68% | - |
| HSV(B) | 353.86º | 0.54% | 0.93% | - |
| XYZ | 43.57 | 30.18 | 21.94 | - |
| YUV | 148.46 | 113.08 | 190.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 109 | 122 | 0 | 0.54 | 0.48 | 0.07 | 353.86 | 0.77 | 0.68 |
| Hex | EC | 6D | 7A | 0 | 36 | 30 | 7 | 162 | 4D | 44 |
| Octal | 354 | 155 | 172 | 0 | 66 | 60 | 7 | 542 | 115 | 104 |
| Binary | 11101100 | 1101101 | 1111010 | 0 | 110110 | 110000 | 111 | 101100010 | 1001101 | 1000100 |
Color Harmonies of #EC6D7A
Complementary color
Monochromatic Colors of #EC6D7A
Black with #EC6D7A
Text Example
Text Example
White with #EC6D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6D7A; }
p { color: rgb(236,109,122); }
H1.HeaderClassName
{
color: #EC6D7A;
}
.AnyTagClassName
{
color: #EC6D7A;
}
</style>
background-color css
<style>
a { background-color: #EC6D7A; }
a { background-color: rgb(236,109,122); }
div.DivClassName
{
background-color: #EC6D7A;
}
.BgClassName
{
background-color: #EC6D7A;
}
</style>
border-color css
<style>
span { border-color: #EC6D7A; }
span { border-color: rgb(236,109,122); }
td.TdClassName
{
border-color: #EC6D7A;
}
.TagClassName
{
border-color: #EC6D7A;
}
</style>