Shades of Froly #EC757D
Tints of Froly #EC757D
RGB
CMYK
RGB Variations
Color information
#EC757D (or 0xEC757D) is known color: Froly. HEX triplet: EC, 75 and 7D. RGB value is (236,117,125). Sum of RGB (Red+Green+Blue) = 236+117+125=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 117 (46.09% from 255 or 24.48% from 478); Blue value is 125 (49.22% from 255 or 26.15% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #EC757D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC757D is #138A82. Grayscale: #999999. Windows color (decimal): -1280643 or 8222188. OLE color: 8222188.
HSL color Cylindrical-coordinate representation of color #EC757D: hue angle of 355.97º 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 #EC757D is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 117 | 125 | - |
| CMYK | 0 | 0.50 | 0.47 | 0.07 |
| HSL | 355.97º | 0.76% | 0.69% | - |
| HSV(B) | 355.97º | 0.5% | 0.93% | - |
| XYZ | 44.66 | 32.04 | 23.23 | - |
| YUV | 153.49 | 111.92 | 186.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 117 | 125 | 0 | 0.50 | 0.47 | 0.07 | 355.97 | 0.76 | 0.69 |
| Hex | EC | 75 | 7D | 0 | 32 | 2F | 7 | 164 | 4C | 45 |
| Octal | 354 | 165 | 175 | 0 | 62 | 57 | 7 | 544 | 114 | 105 |
| Binary | 11101100 | 1110101 | 1111101 | 0 | 110010 | 101111 | 111 | 101100100 | 1001100 | 1000101 |
Color Harmonies of #EC757D
Complementary color
Monochromatic Colors of #EC757D
Black with #EC757D
Text Example
Text Example
White with #EC757D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC757D; }
p { color: rgb(236,117,125); }
H1.HeaderClassName
{
color: #EC757D;
}
.AnyTagClassName
{
color: #EC757D;
}
</style>
background-color css
<style>
a { background-color: #EC757D; }
a { background-color: rgb(236,117,125); }
div.DivClassName
{
background-color: #EC757D;
}
.BgClassName
{
background-color: #EC757D;
}
</style>
border-color css
<style>
span { border-color: #EC757D; }
span { border-color: rgb(236,117,125); }
td.TdClassName
{
border-color: #EC757D;
}
.TagClassName
{
border-color: #EC757D;
}
</style>