Shades of Froly #EC6E76
Tints of Froly #EC6E76
RGB
CMYK
RGB Variations
Color information
#EC6E76 (or 0xEC6E76) is known color: Froly. HEX triplet: EC, 6E and 76. RGB value is (236,110,118). Sum of RGB (Red+Green+Blue) = 236+110+118=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 110 (43.36% from 255 or 23.71% from 464); Blue value is 118 (46.48% from 255 or 25.43% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6E76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6E76 is #139189. Grayscale: #949494. Windows color (decimal): -1282442 or 7761644. OLE color: 7761644.
HSL color Cylindrical-coordinate representation of color #EC6E76: hue angle of 356.19º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC6E76 is Cyan = 0, Magento = 0.53, Yellow = 0.5 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 110 | 118 | - |
| CMYK | 0 | 0.53 | 0.5 | 0.07 |
| HSL | 356.19º | 0.77% | 0.68% | - |
| HSV(B) | 356.19º | 0.53% | 0.93% | - |
| XYZ | 43.44 | 30.29 | 20.7 | - |
| YUV | 148.59 | 110.74 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 110 | 118 | 0 | 0.53 | 0.5 | 0.07 | 356.19 | 0.77 | 0.68 |
| Hex | EC | 6E | 76 | 0 | 35 | 32 | 7 | 164 | 4D | 44 |
| Octal | 354 | 156 | 166 | 0 | 65 | 62 | 7 | 544 | 115 | 104 |
| Binary | 11101100 | 1101110 | 1110110 | 0 | 110101 | 110010 | 111 | 101100100 | 1001101 | 1000100 |
Color Harmonies of #EC6E76
Complementary color
Monochromatic Colors of #EC6E76
Black with #EC6E76
Text Example
Text Example
White with #EC6E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6E76; }
p { color: rgb(236,110,118); }
H1.HeaderClassName
{
color: #EC6E76;
}
.AnyTagClassName
{
color: #EC6E76;
}
</style>
background-color css
<style>
a { background-color: #EC6E76; }
a { background-color: rgb(236,110,118); }
div.DivClassName
{
background-color: #EC6E76;
}
.BgClassName
{
background-color: #EC6E76;
}
</style>
border-color css
<style>
span { border-color: #EC6E76; }
span { border-color: rgb(236,110,118); }
td.TdClassName
{
border-color: #EC6E76;
}
.TagClassName
{
border-color: #EC6E76;
}
</style>