Shades of Froly #EC6365
Tints of Froly #EC6365
RGB
CMYK
RGB Variations
Color information
#EC6365 (or 0xEC6365) is known color: Froly. HEX triplet: EC, 63 and 65. RGB value is (236,99,101). Sum of RGB (Red+Green+Blue) = 236+99+101=436 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.13% from 436); Green value is 99 (39.06% from 255 or 22.71% from 436); Blue value is 101 (39.84% from 255 or 23.17% from 436); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6365 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6365 is #139C9A. Grayscale: #8C8C8C. Windows color (decimal): -1285275 or 6644716. OLE color: 6644716.
HSL color Cylindrical-coordinate representation of color #EC6365: hue angle of 359.12º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC6365 is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 99 | 101 | - |
| CMYK | 0 | 0.58 | 0.57 | 0.07 |
| HSL | 359.12º | 0.78% | 0.66% | - |
| HSV(B) | 359.12º | 0.58% | 0.93% | - |
| XYZ | 41.4 | 27.7 | 15.48 | - |
| YUV | 140.19 | 105.89 | 196.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 99 | 101 | 0 | 0.58 | 0.57 | 0.07 | 359.12 | 0.78 | 0.66 |
| Hex | EC | 63 | 65 | 0 | 3A | 39 | 7 | 167 | 4E | 42 |
| Octal | 354 | 143 | 145 | 0 | 72 | 71 | 7 | 547 | 116 | 102 |
| Binary | 11101100 | 1100011 | 1100101 | 0 | 111010 | 111001 | 111 | 101100111 | 1001110 | 1000010 |
Color Harmonies of #EC6365
Complementary color
Monochromatic Colors of #EC6365
Black with #EC6365
Text Example
Text Example
White with #EC6365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6365; }
p { color: rgb(236,99,101); }
H1.HeaderClassName
{
color: #EC6365;
}
.AnyTagClassName
{
color: #EC6365;
}
</style>
background-color css
<style>
a { background-color: #EC6365; }
a { background-color: rgb(236,99,101); }
div.DivClassName
{
background-color: #EC6365;
}
.BgClassName
{
background-color: #EC6365;
}
</style>
border-color css
<style>
span { border-color: #EC6365; }
span { border-color: rgb(236,99,101); }
td.TdClassName
{
border-color: #EC6365;
}
.TagClassName
{
border-color: #EC6365;
}
</style>