Shades of Froly #EC757F
Tints of Froly #EC757F
RGB
CMYK
RGB Variations
Color information
#EC757F (or 0xEC757F) is known color: Froly. HEX triplet: EC, 75 and 7F. RGB value is (236,117,127). Sum of RGB (Red+Green+Blue) = 236+117+127=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 117 (46.09% from 255 or 24.38% from 480); Blue value is 127 (50% from 255 or 26.46% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #EC757F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC757F is #138A80. Grayscale: #999999. Windows color (decimal): -1280641 or 8353260. OLE color: 8353260.
HSL color Cylindrical-coordinate representation of color #EC757F: hue angle of 354.96º 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 #EC757F is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 117 | 127 | - |
| CMYK | 0 | 0.50 | 0.46 | 0.07 |
| HSL | 354.96º | 0.76% | 0.69% | - |
| HSV(B) | 354.96º | 0.5% | 0.93% | - |
| XYZ | 44.78 | 32.09 | 23.91 | - |
| YUV | 153.72 | 112.92 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 117 | 127 | 0 | 0.50 | 0.46 | 0.07 | 354.96 | 0.76 | 0.69 |
| Hex | EC | 75 | 7F | 0 | 32 | 2E | 7 | 163 | 4C | 45 |
| Octal | 354 | 165 | 177 | 0 | 62 | 56 | 7 | 543 | 114 | 105 |
| Binary | 11101100 | 1110101 | 1111111 | 0 | 110010 | 101110 | 111 | 101100011 | 1001100 | 1000101 |
Color Harmonies of #EC757F
Complementary color
Monochromatic Colors of #EC757F
Black with #EC757F
Text Example
Text Example
White with #EC757F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC757F; }
p { color: rgb(236,117,127); }
H1.HeaderClassName
{
color: #EC757F;
}
.AnyTagClassName
{
color: #EC757F;
}
</style>
background-color css
<style>
a { background-color: #EC757F; }
a { background-color: rgb(236,117,127); }
div.DivClassName
{
background-color: #EC757F;
}
.BgClassName
{
background-color: #EC757F;
}
</style>
border-color css
<style>
span { border-color: #EC757F; }
span { border-color: rgb(236,117,127); }
td.TdClassName
{
border-color: #EC757F;
}
.TagClassName
{
border-color: #EC757F;
}
</style>