Shades of Froly #EC6067
Tints of Froly #EC6067
RGB
CMYK
RGB Variations
Color information
#EC6067 (or 0xEC6067) is known color: Froly. HEX triplet: EC, 60 and 67. RGB value is (236,96,103). Sum of RGB (Red+Green+Blue) = 236+96+103=435 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.25% from 435); Green value is 96 (37.89% from 255 or 22.07% from 435); Blue value is 103 (40.62% from 255 or 23.68% from 435); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6067 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6067 is #139F98. Grayscale: #8A8A8A. Windows color (decimal): -1286041 or 6775020. OLE color: 6775020.
HSL color Cylindrical-coordinate representation of color #EC6067: hue angle of 357º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EC6067 is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 96 | 103 | - |
| CMYK | 0 | 0.59 | 0.56 | 0.07 |
| HSL | 357º | 0.79% | 0.65% | - |
| HSV(B) | 357º | 0.59% | 0.93% | - |
| XYZ | 41.22 | 27.18 | 15.91 | - |
| YUV | 138.66 | 107.88 | 197.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 96 | 103 | 0 | 0.59 | 0.56 | 0.07 | 357 | 0.79 | 0.65 |
| Hex | EC | 60 | 67 | 0 | 3B | 38 | 7 | 165 | 4F | 41 |
| Octal | 354 | 140 | 147 | 0 | 73 | 70 | 7 | 545 | 117 | 101 |
| Binary | 11101100 | 1100000 | 1100111 | 0 | 111011 | 111000 | 111 | 101100101 | 1001111 | 1000001 |
Color Harmonies of #EC6067
Complementary color
Monochromatic Colors of #EC6067
Black with #EC6067
Text Example
Text Example
White with #EC6067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6067; }
p { color: rgb(236,96,103); }
H1.HeaderClassName
{
color: #EC6067;
}
.AnyTagClassName
{
color: #EC6067;
}
</style>
background-color css
<style>
a { background-color: #EC6067; }
a { background-color: rgb(236,96,103); }
div.DivClassName
{
background-color: #EC6067;
}
.BgClassName
{
background-color: #EC6067;
}
</style>
border-color css
<style>
span { border-color: #EC6067; }
span { border-color: rgb(236,96,103); }
td.TdClassName
{
border-color: #EC6067;
}
.TagClassName
{
border-color: #EC6067;
}
</style>