Shades of Froly #EC6C7D
Tints of Froly #EC6C7D
RGB
CMYK
RGB Variations
Color information
#EC6C7D (or 0xEC6C7D) is known color: Froly. HEX triplet: EC, 6C and 7D. RGB value is (236,108,125). Sum of RGB (Red+Green+Blue) = 236+108+125=469 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.32% from 469); Green value is 108 (42.58% from 255 or 23.03% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6C7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6C7D is #139382. Grayscale: #949494. Windows color (decimal): -1282947 or 8219884. OLE color: 8219884.
HSL color Cylindrical-coordinate representation of color #EC6C7D: hue angle of 352.03º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EC6C7D is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 108 | 125 | - |
| CMYK | 0 | 0.54 | 0.47 | 0.07 |
| HSL | 352.03º | 0.77% | 0.67% | - |
| HSV(B) | 352.03º | 0.54% | 0.93% | - |
| XYZ | 43.66 | 30.04 | 22.9 | - |
| YUV | 148.21 | 114.91 | 190.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 108 | 125 | 0 | 0.54 | 0.47 | 0.07 | 352.03 | 0.77 | 0.67 |
| Hex | EC | 6C | 7D | 0 | 36 | 2F | 7 | 160 | 4D | 43 |
| Octal | 354 | 154 | 175 | 0 | 66 | 57 | 7 | 540 | 115 | 103 |
| Binary | 11101100 | 1101100 | 1111101 | 0 | 110110 | 101111 | 111 | 101100000 | 1001101 | 1000011 |
Color Harmonies of #EC6C7D
Complementary color
Monochromatic Colors of #EC6C7D
Black with #EC6C7D
Text Example
Text Example
White with #EC6C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6C7D; }
p { color: rgb(236,108,125); }
H1.HeaderClassName
{
color: #EC6C7D;
}
.AnyTagClassName
{
color: #EC6C7D;
}
</style>
background-color css
<style>
a { background-color: #EC6C7D; }
a { background-color: rgb(236,108,125); }
div.DivClassName
{
background-color: #EC6C7D;
}
.BgClassName
{
background-color: #EC6C7D;
}
</style>
border-color css
<style>
span { border-color: #EC6C7D; }
span { border-color: rgb(236,108,125); }
td.TdClassName
{
border-color: #EC6C7D;
}
.TagClassName
{
border-color: #EC6C7D;
}
</style>