Shades of Froly #EC717D
Tints of Froly #EC717D
RGB
CMYK
RGB Variations
Color information
#EC717D (or 0xEC717D) is known color: Froly. HEX triplet: EC, 71 and 7D. RGB value is (236,113,125). Sum of RGB (Red+Green+Blue) = 236+113+125=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 113 (44.53% from 255 or 23.84% from 474); Blue value is 125 (49.22% from 255 or 26.37% from 474); Max value from RGB is 236 - color contains mainly: red. Hex color #EC717D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC717D is #138E82. Grayscale: #979797. Windows color (decimal): -1281667 or 8221164. OLE color: 8221164.
HSL color Cylindrical-coordinate representation of color #EC717D: hue angle of 354.15º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EC717D is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 113 | 125 | - |
| CMYK | 0 | 0.52 | 0.47 | 0.07 |
| HSL | 354.15º | 0.76% | 0.68% | - |
| HSV(B) | 354.15º | 0.52% | 0.93% | - |
| XYZ | 44.2 | 31.12 | 23.08 | - |
| YUV | 151.15 | 113.25 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 113 | 125 | 0 | 0.52 | 0.47 | 0.07 | 354.15 | 0.76 | 0.68 |
| Hex | EC | 71 | 7D | 0 | 34 | 2F | 7 | 162 | 4C | 44 |
| Octal | 354 | 161 | 175 | 0 | 64 | 57 | 7 | 542 | 114 | 104 |
| Binary | 11101100 | 1110001 | 1111101 | 0 | 110100 | 101111 | 111 | 101100010 | 1001100 | 1000100 |
Color Harmonies of #EC717D
Complementary color
Monochromatic Colors of #EC717D
Black with #EC717D
Text Example
Text Example
White with #EC717D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC717D; }
p { color: rgb(236,113,125); }
H1.HeaderClassName
{
color: #EC717D;
}
.AnyTagClassName
{
color: #EC717D;
}
</style>
background-color css
<style>
a { background-color: #EC717D; }
a { background-color: rgb(236,113,125); }
div.DivClassName
{
background-color: #EC717D;
}
.BgClassName
{
background-color: #EC717D;
}
</style>
border-color css
<style>
span { border-color: #EC717D; }
span { border-color: rgb(236,113,125); }
td.TdClassName
{
border-color: #EC717D;
}
.TagClassName
{
border-color: #EC717D;
}
</style>