Shades of Froly #EC7B7F
Tints of Froly #EC7B7F
RGB
CMYK
RGB Variations
Color information
#EC7B7F (or 0xEC7B7F) is known color: Froly. HEX triplet: EC, 7B and 7F. RGB value is (236,123,127). Sum of RGB (Red+Green+Blue) = 236+123+127=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 123 (48.44% from 255 or 25.31% from 486); Blue value is 127 (50% from 255 or 26.13% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7B7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7B7F is #138480. Grayscale: #9D9D9D. Windows color (decimal): -1279105 or 8354796. OLE color: 8354796.
HSL color Cylindrical-coordinate representation of color #EC7B7F: hue angle of 357.88º 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 #EC7B7F is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 123 | 127 | - |
| CMYK | 0 | 0.48 | 0.46 | 0.07 |
| HSL | 357.88º | 0.75% | 0.7% | - |
| HSV(B) | 357.88º | 0.48% | 0.93% | - |
| XYZ | 45.51 | 33.53 | 24.15 | - |
| YUV | 157.24 | 110.94 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 123 | 127 | 0 | 0.48 | 0.46 | 0.07 | 357.88 | 0.75 | 0.7 |
| Hex | EC | 7B | 7F | 0 | 30 | 2E | 7 | 166 | 4B | 46 |
| Octal | 354 | 173 | 177 | 0 | 60 | 56 | 7 | 546 | 113 | 106 |
| Binary | 11101100 | 1111011 | 1111111 | 0 | 110000 | 101110 | 111 | 101100110 | 1001011 | 1000110 |
Color Harmonies of #EC7B7F
Complementary color
Monochromatic Colors of #EC7B7F
Black with #EC7B7F
Text Example
Text Example
White with #EC7B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7B7F; }
p { color: rgb(236,123,127); }
H1.HeaderClassName
{
color: #EC7B7F;
}
.AnyTagClassName
{
color: #EC7B7F;
}
</style>
background-color css
<style>
a { background-color: #EC7B7F; }
a { background-color: rgb(236,123,127); }
div.DivClassName
{
background-color: #EC7B7F;
}
.BgClassName
{
background-color: #EC7B7F;
}
</style>
border-color css
<style>
span { border-color: #EC7B7F; }
span { border-color: rgb(236,123,127); }
td.TdClassName
{
border-color: #EC7B7F;
}
.TagClassName
{
border-color: #EC7B7F;
}
</style>