Shades of Froly #EC7B7C
Tints of Froly #EC7B7C
RGB
CMYK
RGB Variations
Color information
#EC7B7C (or 0xEC7B7C) is known color: Froly. HEX triplet: EC, 7B and 7C. RGB value is (236,123,124). Sum of RGB (Red+Green+Blue) = 236+123+124=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 123 (48.44% from 255 or 25.47% from 483); Blue value is 124 (48.83% from 255 or 25.67% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7B7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7B7C is #138483. Grayscale: #9D9D9D. Windows color (decimal): -1279108 or 8158188. OLE color: 8158188.
HSL color Cylindrical-coordinate representation of color #EC7B7C: hue angle of 359.47º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EC7B7C is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 123 | 124 | - |
| CMYK | 0 | 0.48 | 0.47 | 0.07 |
| HSL | 359.47º | 0.75% | 0.7% | - |
| HSV(B) | 359.47º | 0.48% | 0.93% | - |
| XYZ | 45.31 | 33.45 | 23.14 | - |
| YUV | 156.9 | 109.44 | 184.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 123 | 124 | 0 | 0.48 | 0.47 | 0.07 | 359.47 | 0.75 | 0.7 |
| Hex | EC | 7B | 7C | 0 | 30 | 2F | 7 | 167 | 4B | 46 |
| Octal | 354 | 173 | 174 | 0 | 60 | 57 | 7 | 547 | 113 | 106 |
| Binary | 11101100 | 1111011 | 1111100 | 0 | 110000 | 101111 | 111 | 101100111 | 1001011 | 1000110 |
Color Harmonies of #EC7B7C
Complementary color
Monochromatic Colors of #EC7B7C
Black with #EC7B7C
Text Example
Text Example
White with #EC7B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7B7C; }
p { color: rgb(236,123,124); }
H1.HeaderClassName
{
color: #EC7B7C;
}
.AnyTagClassName
{
color: #EC7B7C;
}
</style>
background-color css
<style>
a { background-color: #EC7B7C; }
a { background-color: rgb(236,123,124); }
div.DivClassName
{
background-color: #EC7B7C;
}
.BgClassName
{
background-color: #EC7B7C;
}
</style>
border-color css
<style>
span { border-color: #EC7B7C; }
span { border-color: rgb(236,123,124); }
td.TdClassName
{
border-color: #EC7B7C;
}
.TagClassName
{
border-color: #EC7B7C;
}
</style>