Shades of Froly #EC707A
Tints of Froly #EC707A
RGB
CMYK
RGB Variations
Color information
#EC707A (or 0xEC707A) is known color: Froly. HEX triplet: EC, 70 and 7A. RGB value is (236,112,122). Sum of RGB (Red+Green+Blue) = 236+112+122=470 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.21% from 470); Green value is 112 (44.14% from 255 or 23.83% from 470); Blue value is 122 (48.05% from 255 or 25.96% from 470); Max value from RGB is 236 - color contains mainly: red. Hex color #EC707A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC707A is #138F85. Grayscale: #969696. Windows color (decimal): -1281926 or 8024300. OLE color: 8024300.
HSL color Cylindrical-coordinate representation of color #EC707A: hue angle of 355.16º 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 #EC707A is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 112 | 122 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.07 |
| HSL | 355.16º | 0.77% | 0.68% | - |
| HSV(B) | 355.16º | 0.53% | 0.93% | - |
| XYZ | 43.9 | 30.83 | 22.05 | - |
| YUV | 150.22 | 112.08 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 112 | 122 | 0 | 0.53 | 0.48 | 0.07 | 355.16 | 0.77 | 0.68 |
| Hex | EC | 70 | 7A | 0 | 35 | 30 | 7 | 163 | 4D | 44 |
| Octal | 354 | 160 | 172 | 0 | 65 | 60 | 7 | 543 | 115 | 104 |
| Binary | 11101100 | 1110000 | 1111010 | 0 | 110101 | 110000 | 111 | 101100011 | 1001101 | 1000100 |
Color Harmonies of #EC707A
Complementary color
Monochromatic Colors of #EC707A
Black with #EC707A
Text Example
Text Example
White with #EC707A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC707A; }
p { color: rgb(236,112,122); }
H1.HeaderClassName
{
color: #EC707A;
}
.AnyTagClassName
{
color: #EC707A;
}
</style>
background-color css
<style>
a { background-color: #EC707A; }
a { background-color: rgb(236,112,122); }
div.DivClassName
{
background-color: #EC707A;
}
.BgClassName
{
background-color: #EC707A;
}
</style>
border-color css
<style>
span { border-color: #EC707A; }
span { border-color: rgb(236,112,122); }
td.TdClassName
{
border-color: #EC707A;
}
.TagClassName
{
border-color: #EC707A;
}
</style>