Shades of Froly #EC757C
Tints of Froly #EC757C
RGB
CMYK
RGB Variations
Color information
#EC757C (or 0xEC757C) is known color: Froly. HEX triplet: EC, 75 and 7C. RGB value is (236,117,124). Sum of RGB (Red+Green+Blue) = 236+117+124=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 117 (46.09% from 255 or 24.53% from 477); Blue value is 124 (48.83% from 255 or 26.00% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #EC757C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC757C is #138A83. Grayscale: #999999. Windows color (decimal): -1280644 or 8156652. OLE color: 8156652.
HSL color Cylindrical-coordinate representation of color #EC757C: hue angle of 356.47º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC757C is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 117 | 124 | - |
| CMYK | 0 | 0.50 | 0.47 | 0.07 |
| HSL | 356.47º | 0.76% | 0.69% | - |
| HSV(B) | 356.47º | 0.5% | 0.93% | - |
| XYZ | 44.59 | 32.01 | 22.9 | - |
| YUV | 153.38 | 111.42 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 117 | 124 | 0 | 0.50 | 0.47 | 0.07 | 356.47 | 0.76 | 0.69 |
| Hex | EC | 75 | 7C | 0 | 32 | 2F | 7 | 164 | 4C | 45 |
| Octal | 354 | 165 | 174 | 0 | 62 | 57 | 7 | 544 | 114 | 105 |
| Binary | 11101100 | 1110101 | 1111100 | 0 | 110010 | 101111 | 111 | 101100100 | 1001100 | 1000101 |
Color Harmonies of #EC757C
Complementary color
Monochromatic Colors of #EC757C
Black with #EC757C
Text Example
Text Example
White with #EC757C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC757C; }
p { color: rgb(236,117,124); }
H1.HeaderClassName
{
color: #EC757C;
}
.AnyTagClassName
{
color: #EC757C;
}
</style>
background-color css
<style>
a { background-color: #EC757C; }
a { background-color: rgb(236,117,124); }
div.DivClassName
{
background-color: #EC757C;
}
.BgClassName
{
background-color: #EC757C;
}
</style>
border-color css
<style>
span { border-color: #EC757C; }
span { border-color: rgb(236,117,124); }
td.TdClassName
{
border-color: #EC757C;
}
.TagClassName
{
border-color: #EC757C;
}
</style>