Shades of Froly #EC6568
Tints of Froly #EC6568
RGB
CMYK
RGB Variations
Color information
#EC6568 (or 0xEC6568) is known color: Froly. HEX triplet: EC, 65 and 68. RGB value is (236,101,104). Sum of RGB (Red+Green+Blue) = 236+101+104=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 101 (39.84% from 255 or 22.90% from 441); Blue value is 104 (41.02% from 255 or 23.58% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6568 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6568 is #139A97. Grayscale: #8D8D8D. Windows color (decimal): -1284760 or 6841836. OLE color: 6841836.
HSL color Cylindrical-coordinate representation of color #EC6568: hue angle of 358.67º 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 #EC6568 is Cyan = 0, Magento = 0.57, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 101 | 104 | - |
| CMYK | 0 | 0.57 | 0.56 | 0.07 |
| HSL | 358.67º | 0.78% | 0.66% | - |
| HSV(B) | 358.67º | 0.57% | 0.93% | - |
| XYZ | 41.74 | 28.14 | 16.33 | - |
| YUV | 141.71 | 106.73 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 101 | 104 | 0 | 0.57 | 0.56 | 0.07 | 358.67 | 0.78 | 0.66 |
| Hex | EC | 65 | 68 | 0 | 39 | 38 | 7 | 167 | 4E | 42 |
| Octal | 354 | 145 | 150 | 0 | 71 | 70 | 7 | 547 | 116 | 102 |
| Binary | 11101100 | 1100101 | 1101000 | 0 | 111001 | 111000 | 111 | 101100111 | 1001110 | 1000010 |
Color Harmonies of #EC6568
Complementary color
Monochromatic Colors of #EC6568
Black with #EC6568
Text Example
Text Example
White with #EC6568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6568; }
p { color: rgb(236,101,104); }
H1.HeaderClassName
{
color: #EC6568;
}
.AnyTagClassName
{
color: #EC6568;
}
</style>
background-color css
<style>
a { background-color: #EC6568; }
a { background-color: rgb(236,101,104); }
div.DivClassName
{
background-color: #EC6568;
}
.BgClassName
{
background-color: #EC6568;
}
</style>
border-color css
<style>
span { border-color: #EC6568; }
span { border-color: rgb(236,101,104); }
td.TdClassName
{
border-color: #EC6568;
}
.TagClassName
{
border-color: #EC6568;
}
</style>