Shades of Froly #EC6576
Tints of Froly #EC6576
RGB
CMYK
RGB Variations
Color information
#EC6576 (or 0xEC6576) is known color: Froly. HEX triplet: EC, 65 and 76. RGB value is (236,101,118). Sum of RGB (Red+Green+Blue) = 236+101+118=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 101 (39.84% from 255 or 22.20% from 455); Blue value is 118 (46.48% from 255 or 25.93% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6576 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6576 is #139A89. Grayscale: #8F8F8F. Windows color (decimal): -1284746 or 7759340. OLE color: 7759340.
HSL color Cylindrical-coordinate representation of color #EC6576: hue angle of 352.44º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EC6576 is Cyan = 0, Magento = 0.57, Yellow = 0.5 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 101 | 118 | - |
| CMYK | 0 | 0.57 | 0.5 | 0.07 |
| HSL | 352.44º | 0.78% | 0.66% | - |
| HSV(B) | 352.44º | 0.57% | 0.93% | - |
| XYZ | 42.52 | 28.45 | 20.39 | - |
| YUV | 143.3 | 113.73 | 194.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 101 | 118 | 0 | 0.57 | 0.5 | 0.07 | 352.44 | 0.78 | 0.66 |
| Hex | EC | 65 | 76 | 0 | 39 | 32 | 7 | 160 | 4E | 42 |
| Octal | 354 | 145 | 166 | 0 | 71 | 62 | 7 | 540 | 116 | 102 |
| Binary | 11101100 | 1100101 | 1110110 | 0 | 111001 | 110010 | 111 | 101100000 | 1001110 | 1000010 |
Color Harmonies of #EC6576
Complementary color
Monochromatic Colors of #EC6576
Black with #EC6576
Text Example
Text Example
White with #EC6576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6576; }
p { color: rgb(236,101,118); }
H1.HeaderClassName
{
color: #EC6576;
}
.AnyTagClassName
{
color: #EC6576;
}
</style>
background-color css
<style>
a { background-color: #EC6576; }
a { background-color: rgb(236,101,118); }
div.DivClassName
{
background-color: #EC6576;
}
.BgClassName
{
background-color: #EC6576;
}
</style>
border-color css
<style>
span { border-color: #EC6576; }
span { border-color: rgb(236,101,118); }
td.TdClassName
{
border-color: #EC6576;
}
.TagClassName
{
border-color: #EC6576;
}
</style>