Shades of Froly #EC757A
Tints of Froly #EC757A
RGB
CMYK
RGB Variations
Color information
#EC757A (or 0xEC757A) is known color: Froly. HEX triplet: EC, 75 and 7A. RGB value is (236,117,122). Sum of RGB (Red+Green+Blue) = 236+117+122=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 117 (46.09% from 255 or 24.63% from 475); Blue value is 122 (48.05% from 255 or 25.68% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #EC757A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC757A is #138A85. Grayscale: #999999. Windows color (decimal): -1280646 or 8025580. OLE color: 8025580.
HSL color Cylindrical-coordinate representation of color #EC757A: hue angle of 357.48º 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 #EC757A is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 117 | 122 | - |
| CMYK | 0 | 0.50 | 0.48 | 0.07 |
| HSL | 357.48º | 0.76% | 0.69% | - |
| HSV(B) | 357.48º | 0.5% | 0.93% | - |
| XYZ | 44.47 | 31.96 | 22.24 | - |
| YUV | 153.15 | 110.42 | 187.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 117 | 122 | 0 | 0.50 | 0.48 | 0.07 | 357.48 | 0.76 | 0.69 |
| Hex | EC | 75 | 7A | 0 | 32 | 30 | 7 | 165 | 4C | 45 |
| Octal | 354 | 165 | 172 | 0 | 62 | 60 | 7 | 545 | 114 | 105 |
| Binary | 11101100 | 1110101 | 1111010 | 0 | 110010 | 110000 | 111 | 101100101 | 1001100 | 1000101 |
Color Harmonies of #EC757A
Complementary color
Monochromatic Colors of #EC757A
Black with #EC757A
Text Example
Text Example
White with #EC757A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC757A; }
p { color: rgb(236,117,122); }
H1.HeaderClassName
{
color: #EC757A;
}
.AnyTagClassName
{
color: #EC757A;
}
</style>
background-color css
<style>
a { background-color: #EC757A; }
a { background-color: rgb(236,117,122); }
div.DivClassName
{
background-color: #EC757A;
}
.BgClassName
{
background-color: #EC757A;
}
</style>
border-color css
<style>
span { border-color: #EC757A; }
span { border-color: rgb(236,117,122); }
td.TdClassName
{
border-color: #EC757A;
}
.TagClassName
{
border-color: #EC757A;
}
</style>