Shades of Froly #EC6768
Tints of Froly #EC6768
RGB
CMYK
RGB Variations
Color information
#EC6768 (or 0xEC6768) is known color: Froly. HEX triplet: EC, 67 and 68. RGB value is (236,103,104). Sum of RGB (Red+Green+Blue) = 236+103+104=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 103 (40.62% from 255 or 23.25% from 443); Blue value is 104 (41.02% from 255 or 23.48% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6768 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6768 is #139897. Grayscale: #8F8F8F. Windows color (decimal): -1284248 or 6842348. OLE color: 6842348.
HSL color Cylindrical-coordinate representation of color #EC6768: hue angle of 359.55º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC6768 is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 103 | 104 | - |
| CMYK | 0 | 0.56 | 0.56 | 0.07 |
| HSL | 359.55º | 0.78% | 0.66% | - |
| HSV(B) | 359.55º | 0.56% | 0.93% | - |
| XYZ | 41.94 | 28.53 | 16.39 | - |
| YUV | 142.88 | 106.06 | 194.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 103 | 104 | 0 | 0.56 | 0.56 | 0.07 | 359.55 | 0.78 | 0.66 |
| Hex | EC | 67 | 68 | 0 | 38 | 38 | 7 | 168 | 4E | 42 |
| Octal | 354 | 147 | 150 | 0 | 70 | 70 | 7 | 550 | 116 | 102 |
| Binary | 11101100 | 1100111 | 1101000 | 0 | 111000 | 111000 | 111 | 101101000 | 1001110 | 1000010 |
Color Harmonies of #EC6768
Complementary color
Monochromatic Colors of #EC6768
Black with #EC6768
Text Example
Text Example
White with #EC6768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6768; }
p { color: rgb(236,103,104); }
H1.HeaderClassName
{
color: #EC6768;
}
.AnyTagClassName
{
color: #EC6768;
}
</style>
background-color css
<style>
a { background-color: #EC6768; }
a { background-color: rgb(236,103,104); }
div.DivClassName
{
background-color: #EC6768;
}
.BgClassName
{
background-color: #EC6768;
}
</style>
border-color css
<style>
span { border-color: #EC6768; }
span { border-color: rgb(236,103,104); }
td.TdClassName
{
border-color: #EC6768;
}
.TagClassName
{
border-color: #EC6768;
}
</style>