Shades of Froly #EC6263
Tints of Froly #EC6263
RGB
CMYK
RGB Variations
Color information
#EC6263 (or 0xEC6263) is known color: Froly. HEX triplet: EC, 62 and 63. RGB value is (236,98,99). Sum of RGB (Red+Green+Blue) = 236+98+99=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 98 (38.67% from 255 or 22.63% from 433); Blue value is 99 (39.06% from 255 or 22.86% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6263 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6263 is #139D9C. Grayscale: #8B8B8B. Windows color (decimal): -1285533 or 6513388. OLE color: 6513388.
HSL color Cylindrical-coordinate representation of color #EC6263: hue angle of 359.57º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC6263 is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 98 | 99 | - |
| CMYK | 0 | 0.58 | 0.58 | 0.07 |
| HSL | 359.57º | 0.78% | 0.65% | - |
| HSV(B) | 359.57º | 0.58% | 0.93% | - |
| XYZ | 41.21 | 27.47 | 14.93 | - |
| YUV | 139.38 | 105.22 | 196.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 98 | 99 | 0 | 0.58 | 0.58 | 0.07 | 359.57 | 0.78 | 0.65 |
| Hex | EC | 62 | 63 | 0 | 3A | 3A | 7 | 168 | 4E | 41 |
| Octal | 354 | 142 | 143 | 0 | 72 | 72 | 7 | 550 | 116 | 101 |
| Binary | 11101100 | 1100010 | 1100011 | 0 | 111010 | 111010 | 111 | 101101000 | 1001110 | 1000001 |
Color Harmonies of #EC6263
Complementary color
Monochromatic Colors of #EC6263
Black with #EC6263
Text Example
Text Example
White with #EC6263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6263; }
p { color: rgb(236,98,99); }
H1.HeaderClassName
{
color: #EC6263;
}
.AnyTagClassName
{
color: #EC6263;
}
</style>
background-color css
<style>
a { background-color: #EC6263; }
a { background-color: rgb(236,98,99); }
div.DivClassName
{
background-color: #EC6263;
}
.BgClassName
{
background-color: #EC6263;
}
</style>
border-color css
<style>
span { border-color: #EC6263; }
span { border-color: rgb(236,98,99); }
td.TdClassName
{
border-color: #EC6263;
}
.TagClassName
{
border-color: #EC6263;
}
</style>