Shades of Froly #EC6776
Tints of Froly #EC6776
RGB
CMYK
RGB Variations
Color information
#EC6776 (or 0xEC6776) is known color: Froly. HEX triplet: EC, 67 and 76. RGB value is (236,103,118). Sum of RGB (Red+Green+Blue) = 236+103+118=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 103 (40.62% from 255 or 22.54% from 457); Blue value is 118 (46.48% from 255 or 25.82% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6776 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6776 is #139889. Grayscale: #909090. Windows color (decimal): -1284234 or 7759852. OLE color: 7759852.
HSL color Cylindrical-coordinate representation of color #EC6776: hue angle of 353.23º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC6776 is Cyan = 0, Magento = 0.56, Yellow = 0.5 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 103 | 118 | - |
| CMYK | 0 | 0.56 | 0.5 | 0.07 |
| HSL | 353.23º | 0.78% | 0.66% | - |
| HSV(B) | 353.23º | 0.56% | 0.93% | - |
| XYZ | 42.71 | 28.84 | 20.46 | - |
| YUV | 144.48 | 113.06 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 103 | 118 | 0 | 0.56 | 0.5 | 0.07 | 353.23 | 0.78 | 0.66 |
| Hex | EC | 67 | 76 | 0 | 38 | 32 | 7 | 161 | 4E | 42 |
| Octal | 354 | 147 | 166 | 0 | 70 | 62 | 7 | 541 | 116 | 102 |
| Binary | 11101100 | 1100111 | 1110110 | 0 | 111000 | 110010 | 111 | 101100001 | 1001110 | 1000010 |
Color Harmonies of #EC6776
Complementary color
Monochromatic Colors of #EC6776
Black with #EC6776
Text Example
Text Example
White with #EC6776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6776; }
p { color: rgb(236,103,118); }
H1.HeaderClassName
{
color: #EC6776;
}
.AnyTagClassName
{
color: #EC6776;
}
</style>
background-color css
<style>
a { background-color: #EC6776; }
a { background-color: rgb(236,103,118); }
div.DivClassName
{
background-color: #EC6776;
}
.BgClassName
{
background-color: #EC6776;
}
</style>
border-color css
<style>
span { border-color: #EC6776; }
span { border-color: rgb(236,103,118); }
td.TdClassName
{
border-color: #EC6776;
}
.TagClassName
{
border-color: #EC6776;
}
</style>