Shades of Froly #EC6370
Tints of Froly #EC6370
RGB
CMYK
RGB Variations
Color information
#EC6370 (or 0xEC6370) is known color: Froly. HEX triplet: EC, 63 and 70. RGB value is (236,99,112). Sum of RGB (Red+Green+Blue) = 236+99+112=447 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.80% from 447); Green value is 99 (39.06% from 255 or 22.15% from 447); Blue value is 112 (44.14% from 255 or 25.06% from 447); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6370 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6370 is #139C8F. Grayscale: #8D8D8D. Windows color (decimal): -1285264 or 7365612. OLE color: 7365612.
HSL color Cylindrical-coordinate representation of color #EC6370: hue angle of 354.31º 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 #EC6370 is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 99 | 112 | - |
| CMYK | 0 | 0.58 | 0.53 | 0.07 |
| HSL | 354.31º | 0.78% | 0.66% | - |
| HSV(B) | 354.31º | 0.58% | 0.93% | - |
| XYZ | 41.98 | 27.93 | 18.51 | - |
| YUV | 141.45 | 111.39 | 195.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 99 | 112 | 0 | 0.58 | 0.53 | 0.07 | 354.31 | 0.78 | 0.66 |
| Hex | EC | 63 | 70 | 0 | 3A | 35 | 7 | 162 | 4E | 42 |
| Octal | 354 | 143 | 160 | 0 | 72 | 65 | 7 | 542 | 116 | 102 |
| Binary | 11101100 | 1100011 | 1110000 | 0 | 111010 | 110101 | 111 | 101100010 | 1001110 | 1000010 |
Color Harmonies of #EC6370
Complementary color
Monochromatic Colors of #EC6370
Black with #EC6370
Text Example
Text Example
White with #EC6370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6370; }
p { color: rgb(236,99,112); }
H1.HeaderClassName
{
color: #EC6370;
}
.AnyTagClassName
{
color: #EC6370;
}
</style>
background-color css
<style>
a { background-color: #EC6370; }
a { background-color: rgb(236,99,112); }
div.DivClassName
{
background-color: #EC6370;
}
.BgClassName
{
background-color: #EC6370;
}
</style>
border-color css
<style>
span { border-color: #EC6370; }
span { border-color: rgb(236,99,112); }
td.TdClassName
{
border-color: #EC6370;
}
.TagClassName
{
border-color: #EC6370;
}
</style>