Shades of Froly #EC717B
Tints of Froly #EC717B
RGB
CMYK
RGB Variations
Color information
#EC717B (or 0xEC717B) is known color: Froly. HEX triplet: EC, 71 and 7B. RGB value is (236,113,123). Sum of RGB (Red+Green+Blue) = 236+113+123=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 113 (44.53% from 255 or 23.94% from 472); Blue value is 123 (48.44% from 255 or 26.06% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #EC717B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC717B is #138E84. Grayscale: #979797. Windows color (decimal): -1281669 or 8090092. OLE color: 8090092.
HSL color Cylindrical-coordinate representation of color #EC717B: hue angle of 355.12º 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 #EC717B is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 113 | 123 | - |
| CMYK | 0 | 0.52 | 0.48 | 0.07 |
| HSL | 355.12º | 0.76% | 0.68% | - |
| HSV(B) | 355.12º | 0.52% | 0.93% | - |
| XYZ | 44.07 | 31.07 | 22.41 | - |
| YUV | 150.92 | 112.25 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 113 | 123 | 0 | 0.52 | 0.48 | 0.07 | 355.12 | 0.76 | 0.68 |
| Hex | EC | 71 | 7B | 0 | 34 | 30 | 7 | 163 | 4C | 44 |
| Octal | 354 | 161 | 173 | 0 | 64 | 60 | 7 | 543 | 114 | 104 |
| Binary | 11101100 | 1110001 | 1111011 | 0 | 110100 | 110000 | 111 | 101100011 | 1001100 | 1000100 |
Color Harmonies of #EC717B
Complementary color
Monochromatic Colors of #EC717B
Black with #EC717B
Text Example
Text Example
White with #EC717B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC717B; }
p { color: rgb(236,113,123); }
H1.HeaderClassName
{
color: #EC717B;
}
.AnyTagClassName
{
color: #EC717B;
}
</style>
background-color css
<style>
a { background-color: #EC717B; }
a { background-color: rgb(236,113,123); }
div.DivClassName
{
background-color: #EC717B;
}
.BgClassName
{
background-color: #EC717B;
}
</style>
border-color css
<style>
span { border-color: #EC717B; }
span { border-color: rgb(236,113,123); }
td.TdClassName
{
border-color: #EC717B;
}
.TagClassName
{
border-color: #EC717B;
}
</style>