Shades of Froly #EC717E
Tints of Froly #EC717E
RGB
CMYK
RGB Variations
Color information
#EC717E (or 0xEC717E) is known color: Froly. HEX triplet: EC, 71 and 7E. RGB value is (236,113,126). Sum of RGB (Red+Green+Blue) = 236+113+126=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 113 (44.53% from 255 or 23.79% from 475); Blue value is 126 (49.61% from 255 or 26.53% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #EC717E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC717E is #138E81. Grayscale: #979797. Windows color (decimal): -1281666 or 8286700. OLE color: 8286700.
HSL color Cylindrical-coordinate representation of color #EC717E: hue angle of 353.66º 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 #EC717E is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 113 | 126 | - |
| CMYK | 0 | 0.52 | 0.47 | 0.07 |
| HSL | 353.66º | 0.76% | 0.68% | - |
| HSV(B) | 353.66º | 0.52% | 0.93% | - |
| XYZ | 44.26 | 31.15 | 23.42 | - |
| YUV | 151.26 | 113.75 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 113 | 126 | 0 | 0.52 | 0.47 | 0.07 | 353.66 | 0.76 | 0.68 |
| Hex | EC | 71 | 7E | 0 | 34 | 2F | 7 | 162 | 4C | 44 |
| Octal | 354 | 161 | 176 | 0 | 64 | 57 | 7 | 542 | 114 | 104 |
| Binary | 11101100 | 1110001 | 1111110 | 0 | 110100 | 101111 | 111 | 101100010 | 1001100 | 1000100 |
Color Harmonies of #EC717E
Complementary color
Monochromatic Colors of #EC717E
Black with #EC717E
Text Example
Text Example
White with #EC717E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC717E; }
p { color: rgb(236,113,126); }
H1.HeaderClassName
{
color: #EC717E;
}
.AnyTagClassName
{
color: #EC717E;
}
</style>
background-color css
<style>
a { background-color: #EC717E; }
a { background-color: rgb(236,113,126); }
div.DivClassName
{
background-color: #EC717E;
}
.BgClassName
{
background-color: #EC717E;
}
</style>
border-color css
<style>
span { border-color: #EC717E; }
span { border-color: rgb(236,113,126); }
td.TdClassName
{
border-color: #EC717E;
}
.TagClassName
{
border-color: #EC717E;
}
</style>