Shades of Froly #EC707E
Tints of Froly #EC707E
RGB
CMYK
RGB Variations
Color information
#EC707E (or 0xEC707E) is known color: Froly. HEX triplet: EC, 70 and 7E. RGB value is (236,112,126). Sum of RGB (Red+Green+Blue) = 236+112+126=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 112 (44.14% from 255 or 23.63% from 474); Blue value is 126 (49.61% from 255 or 26.58% from 474); Max value from RGB is 236 - color contains mainly: red. Hex color #EC707E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC707E is #138F81. Grayscale: #969696. Windows color (decimal): -1281922 or 8286444. OLE color: 8286444.
HSL color Cylindrical-coordinate representation of color #EC707E: hue angle of 353.23º 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 #EC707E is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 112 | 126 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.07 |
| HSL | 353.23º | 0.77% | 0.68% | - |
| HSV(B) | 353.23º | 0.53% | 0.93% | - |
| XYZ | 44.15 | 30.93 | 23.38 | - |
| YUV | 150.67 | 114.08 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 112 | 126 | 0 | 0.53 | 0.47 | 0.07 | 353.23 | 0.77 | 0.68 |
| Hex | EC | 70 | 7E | 0 | 35 | 2F | 7 | 161 | 4D | 44 |
| Octal | 354 | 160 | 176 | 0 | 65 | 57 | 7 | 541 | 115 | 104 |
| Binary | 11101100 | 1110000 | 1111110 | 0 | 110101 | 101111 | 111 | 101100001 | 1001101 | 1000100 |
Color Harmonies of #EC707E
Complementary color
Monochromatic Colors of #EC707E
Black with #EC707E
Text Example
Text Example
White with #EC707E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC707E; }
p { color: rgb(236,112,126); }
H1.HeaderClassName
{
color: #EC707E;
}
.AnyTagClassName
{
color: #EC707E;
}
</style>
background-color css
<style>
a { background-color: #EC707E; }
a { background-color: rgb(236,112,126); }
div.DivClassName
{
background-color: #EC707E;
}
.BgClassName
{
background-color: #EC707E;
}
</style>
border-color css
<style>
span { border-color: #EC707E; }
span { border-color: rgb(236,112,126); }
td.TdClassName
{
border-color: #EC707E;
}
.TagClassName
{
border-color: #EC707E;
}
</style>