Shades of Froly #EC7D82
Tints of Froly #EC7D82
RGB
CMYK
RGB Variations
Color information
#EC7D82 (or 0xEC7D82) is known color: Froly. HEX triplet: EC, 7D and 82. RGB value is (236,125,130). Sum of RGB (Red+Green+Blue) = 236+125+130=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 125 (49.22% from 255 or 25.46% from 491); Blue value is 130 (51.17% from 255 or 26.48% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7D82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7D82 is #13827D. Grayscale: #9E9E9E. Windows color (decimal): -1278590 or 8551916. OLE color: 8551916.
HSL color Cylindrical-coordinate representation of color #EC7D82: hue angle of 357.3º 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 #EC7D82 is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 125 | 130 | - |
| CMYK | 0 | 0.47 | 0.45 | 0.07 |
| HSL | 357.3º | 0.74% | 0.71% | - |
| HSV(B) | 357.3º | 0.47% | 0.93% | - |
| XYZ | 45.95 | 34.11 | 25.28 | - |
| YUV | 158.76 | 111.77 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 125 | 130 | 0 | 0.47 | 0.45 | 0.07 | 357.3 | 0.74 | 0.71 |
| Hex | EC | 7D | 82 | 0 | 2F | 2D | 7 | 165 | 4A | 47 |
| Octal | 354 | 175 | 202 | 0 | 57 | 55 | 7 | 545 | 112 | 107 |
| Binary | 11101100 | 1111101 | 10000010 | 0 | 101111 | 101101 | 111 | 101100101 | 1001010 | 1000111 |
Color Harmonies of #EC7D82
Complementary color
Monochromatic Colors of #EC7D82
Black with #EC7D82
Text Example
Text Example
White with #EC7D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7D82; }
p { color: rgb(236,125,130); }
H1.HeaderClassName
{
color: #EC7D82;
}
.AnyTagClassName
{
color: #EC7D82;
}
</style>
background-color css
<style>
a { background-color: #EC7D82; }
a { background-color: rgb(236,125,130); }
div.DivClassName
{
background-color: #EC7D82;
}
.BgClassName
{
background-color: #EC7D82;
}
</style>
border-color css
<style>
span { border-color: #EC7D82; }
span { border-color: rgb(236,125,130); }
td.TdClassName
{
border-color: #EC7D82;
}
.TagClassName
{
border-color: #EC7D82;
}
</style>