Shades of Froly #EC707C
Tints of Froly #EC707C
RGB
CMYK
RGB Variations
Color information
#EC707C (or 0xEC707C) is known color: Froly. HEX triplet: EC, 70 and 7C. RGB value is (236,112,124). Sum of RGB (Red+Green+Blue) = 236+112+124=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 112 (44.14% from 255 or 23.73% from 472); Blue value is 124 (48.83% from 255 or 26.27% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #EC707C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC707C is #138F83. Grayscale: #969696. Windows color (decimal): -1281924 or 8155372. OLE color: 8155372.
HSL color Cylindrical-coordinate representation of color #EC707C: hue angle of 354.19º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC707C is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 112 | 124 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.07 |
| HSL | 354.19º | 0.77% | 0.68% | - |
| HSV(B) | 354.19º | 0.53% | 0.93% | - |
| XYZ | 44.02 | 30.88 | 22.71 | - |
| YUV | 150.44 | 113.08 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 112 | 124 | 0 | 0.53 | 0.47 | 0.07 | 354.19 | 0.77 | 0.68 |
| Hex | EC | 70 | 7C | 0 | 35 | 2F | 7 | 162 | 4D | 44 |
| Octal | 354 | 160 | 174 | 0 | 65 | 57 | 7 | 542 | 115 | 104 |
| Binary | 11101100 | 1110000 | 1111100 | 0 | 110101 | 101111 | 111 | 101100010 | 1001101 | 1000100 |
Color Harmonies of #EC707C
Complementary color
Monochromatic Colors of #EC707C
Black with #EC707C
Text Example
Text Example
White with #EC707C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC707C; }
p { color: rgb(236,112,124); }
H1.HeaderClassName
{
color: #EC707C;
}
.AnyTagClassName
{
color: #EC707C;
}
</style>
background-color css
<style>
a { background-color: #EC707C; }
a { background-color: rgb(236,112,124); }
div.DivClassName
{
background-color: #EC707C;
}
.BgClassName
{
background-color: #EC707C;
}
</style>
border-color css
<style>
span { border-color: #EC707C; }
span { border-color: rgb(236,112,124); }
td.TdClassName
{
border-color: #EC707C;
}
.TagClassName
{
border-color: #EC707C;
}
</style>