Shades of Froly #EC7078
Tints of Froly #EC7078
RGB
CMYK
RGB Variations
Color information
#EC7078 (or 0xEC7078) is known color: Froly. HEX triplet: EC, 70 and 78. RGB value is (236,112,120). Sum of RGB (Red+Green+Blue) = 236+112+120=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 112 (44.14% from 255 or 23.93% from 468); Blue value is 120 (47.27% from 255 or 25.64% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7078 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7078 is #138F87. Grayscale: #969696. Windows color (decimal): -1281928 or 7893228. OLE color: 7893228.
HSL color Cylindrical-coordinate representation of color #EC7078: hue angle of 356.13º 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 #EC7078 is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 112 | 120 | - |
| CMYK | 0 | 0.53 | 0.49 | 0.07 |
| HSL | 356.13º | 0.77% | 0.68% | - |
| HSV(B) | 356.13º | 0.53% | 0.93% | - |
| XYZ | 43.78 | 30.78 | 21.4 | - |
| YUV | 149.99 | 111.08 | 189.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 112 | 120 | 0 | 0.53 | 0.49 | 0.07 | 356.13 | 0.77 | 0.68 |
| Hex | EC | 70 | 78 | 0 | 35 | 31 | 7 | 164 | 4D | 44 |
| Octal | 354 | 160 | 170 | 0 | 65 | 61 | 7 | 544 | 115 | 104 |
| Binary | 11101100 | 1110000 | 1111000 | 0 | 110101 | 110001 | 111 | 101100100 | 1001101 | 1000100 |
Color Harmonies of #EC7078
Complementary color
Monochromatic Colors of #EC7078
Black with #EC7078
Text Example
Text Example
White with #EC7078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7078; }
p { color: rgb(236,112,120); }
H1.HeaderClassName
{
color: #EC7078;
}
.AnyTagClassName
{
color: #EC7078;
}
</style>
background-color css
<style>
a { background-color: #EC7078; }
a { background-color: rgb(236,112,120); }
div.DivClassName
{
background-color: #EC7078;
}
.BgClassName
{
background-color: #EC7078;
}
</style>
border-color css
<style>
span { border-color: #EC7078; }
span { border-color: rgb(236,112,120); }
td.TdClassName
{
border-color: #EC7078;
}
.TagClassName
{
border-color: #EC7078;
}
</style>