Shades of Froly #EC6870
Tints of Froly #EC6870
RGB
CMYK
RGB Variations
Color information
#EC6870 (or 0xEC6870) is known color: Froly. HEX triplet: EC, 68 and 70. RGB value is (236,104,112). Sum of RGB (Red+Green+Blue) = 236+104+112=452 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.21% from 452); Green value is 104 (41.02% from 255 or 23.01% from 452); Blue value is 112 (44.14% from 255 or 24.78% from 452); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6870 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6870 is #13978F. Grayscale: #909090. Windows color (decimal): -1283984 or 7366892. OLE color: 7366892.
HSL color Cylindrical-coordinate representation of color #EC6870: hue angle of 356.36º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC6870 is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 104 | 112 | - |
| CMYK | 0 | 0.56 | 0.53 | 0.07 |
| HSL | 356.36º | 0.78% | 0.67% | - |
| HSV(B) | 356.36º | 0.56% | 0.93% | - |
| XYZ | 42.47 | 28.9 | 18.67 | - |
| YUV | 144.38 | 109.73 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 104 | 112 | 0 | 0.56 | 0.53 | 0.07 | 356.36 | 0.78 | 0.67 |
| Hex | EC | 68 | 70 | 0 | 38 | 35 | 7 | 164 | 4E | 43 |
| Octal | 354 | 150 | 160 | 0 | 70 | 65 | 7 | 544 | 116 | 103 |
| Binary | 11101100 | 1101000 | 1110000 | 0 | 111000 | 110101 | 111 | 101100100 | 1001110 | 1000011 |
Color Harmonies of #EC6870
Complementary color
Monochromatic Colors of #EC6870
Black with #EC6870
Text Example
Text Example
White with #EC6870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6870; }
p { color: rgb(236,104,112); }
H1.HeaderClassName
{
color: #EC6870;
}
.AnyTagClassName
{
color: #EC6870;
}
</style>
background-color css
<style>
a { background-color: #EC6870; }
a { background-color: rgb(236,104,112); }
div.DivClassName
{
background-color: #EC6870;
}
.BgClassName
{
background-color: #EC6870;
}
</style>
border-color css
<style>
span { border-color: #EC6870; }
span { border-color: rgb(236,104,112); }
td.TdClassName
{
border-color: #EC6870;
}
.TagClassName
{
border-color: #EC6870;
}
</style>