Shades of Froly #EC6076
Tints of Froly #EC6076
RGB
CMYK
RGB Variations
Color information
#EC6076 (or 0xEC6076) is known color: Froly. HEX triplet: EC, 60 and 76. RGB value is (236,96,118). Sum of RGB (Red+Green+Blue) = 236+96+118=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 96 (37.89% from 255 or 21.33% from 450); Blue value is 118 (46.48% from 255 or 26.22% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6076 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6076 is #139F89. Grayscale: #8C8C8C. Windows color (decimal): -1286026 or 7758060. OLE color: 7758060.
HSL color Cylindrical-coordinate representation of color #EC6076: hue angle of 350.57º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EC6076 is Cyan = 0, Magento = 0.59, Yellow = 0.5 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 96 | 118 | - |
| CMYK | 0 | 0.59 | 0.5 | 0.07 |
| HSL | 350.57º | 0.79% | 0.65% | - |
| HSV(B) | 350.57º | 0.59% | 0.93% | - |
| XYZ | 42.04 | 27.51 | 20.23 | - |
| YUV | 140.37 | 115.38 | 196.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 96 | 118 | 0 | 0.59 | 0.5 | 0.07 | 350.57 | 0.79 | 0.65 |
| Hex | EC | 60 | 76 | 0 | 3B | 32 | 7 | 15F | 4F | 41 |
| Octal | 354 | 140 | 166 | 0 | 73 | 62 | 7 | 537 | 117 | 101 |
| Binary | 11101100 | 1100000 | 1110110 | 0 | 111011 | 110010 | 111 | 101011111 | 1001111 | 1000001 |
Color Harmonies of #EC6076
Complementary color
Monochromatic Colors of #EC6076
Black with #EC6076
Text Example
Text Example
White with #EC6076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6076; }
p { color: rgb(236,96,118); }
H1.HeaderClassName
{
color: #EC6076;
}
.AnyTagClassName
{
color: #EC6076;
}
</style>
background-color css
<style>
a { background-color: #EC6076; }
a { background-color: rgb(236,96,118); }
div.DivClassName
{
background-color: #EC6076;
}
.BgClassName
{
background-color: #EC6076;
}
</style>
border-color css
<style>
span { border-color: #EC6076; }
span { border-color: rgb(236,96,118); }
td.TdClassName
{
border-color: #EC6076;
}
.TagClassName
{
border-color: #EC6076;
}
</style>