Shades of Froly #EC7E82
Tints of Froly #EC7E82
RGB
CMYK
RGB Variations
Color information
#EC7E82 (or 0xEC7E82) is known color: Froly. HEX triplet: EC, 7E and 82. RGB value is (236,126,130). Sum of RGB (Red+Green+Blue) = 236+126+130=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 126 (49.61% from 255 or 25.61% from 492); Blue value is 130 (51.17% from 255 or 26.42% from 492); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7E82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7E82 is #13817D. Grayscale: #9F9F9F. Windows color (decimal): -1278334 or 8552172. OLE color: 8552172.
HSL color Cylindrical-coordinate representation of color #EC7E82: hue angle of 357.82º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EC7E82 is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 126 | 130 | - |
| CMYK | 0 | 0.47 | 0.45 | 0.07 |
| HSL | 357.82º | 0.74% | 0.71% | - |
| HSV(B) | 357.82º | 0.47% | 0.93% | - |
| XYZ | 46.08 | 34.37 | 25.32 | - |
| YUV | 159.35 | 111.44 | 182.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 126 | 130 | 0 | 0.47 | 0.45 | 0.07 | 357.82 | 0.74 | 0.71 |
| Hex | EC | 7E | 82 | 0 | 2F | 2D | 7 | 166 | 4A | 47 |
| Octal | 354 | 176 | 202 | 0 | 57 | 55 | 7 | 546 | 112 | 107 |
| Binary | 11101100 | 1111110 | 10000010 | 0 | 101111 | 101101 | 111 | 101100110 | 1001010 | 1000111 |
Color Harmonies of #EC7E82
Complementary color
Monochromatic Colors of #EC7E82
Black with #EC7E82
Text Example
Text Example
White with #EC7E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7E82; }
p { color: rgb(236,126,130); }
H1.HeaderClassName
{
color: #EC7E82;
}
.AnyTagClassName
{
color: #EC7E82;
}
</style>
background-color css
<style>
a { background-color: #EC7E82; }
a { background-color: rgb(236,126,130); }
div.DivClassName
{
background-color: #EC7E82;
}
.BgClassName
{
background-color: #EC7E82;
}
</style>
border-color css
<style>
span { border-color: #EC7E82; }
span { border-color: rgb(236,126,130); }
td.TdClassName
{
border-color: #EC7E82;
}
.TagClassName
{
border-color: #EC7E82;
}
</style>