Shades of Froly #EC656A
Tints of Froly #EC656A
RGB
CMYK
RGB Variations
Color information
#EC656A (or 0xEC656A) is known color: Froly. HEX triplet: EC, 65 and 6A. RGB value is (236,101,106). Sum of RGB (Red+Green+Blue) = 236+101+106=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 101 (39.84% from 255 or 22.80% from 443); Blue value is 106 (41.80% from 255 or 23.93% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #EC656A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC656A is #139A95. Grayscale: #8E8E8E. Windows color (decimal): -1284758 or 6972908. OLE color: 6972908.
HSL color Cylindrical-coordinate representation of color #EC656A: hue angle of 357.78º 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 #EC656A is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 101 | 106 | - |
| CMYK | 0 | 0.57 | 0.55 | 0.07 |
| HSL | 357.78º | 0.78% | 0.66% | - |
| HSV(B) | 357.78º | 0.57% | 0.93% | - |
| XYZ | 41.85 | 28.18 | 16.87 | - |
| YUV | 141.94 | 107.73 | 195.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 101 | 106 | 0 | 0.57 | 0.55 | 0.07 | 357.78 | 0.78 | 0.66 |
| Hex | EC | 65 | 6A | 0 | 39 | 37 | 7 | 166 | 4E | 42 |
| Octal | 354 | 145 | 152 | 0 | 71 | 67 | 7 | 546 | 116 | 102 |
| Binary | 11101100 | 1100101 | 1101010 | 0 | 111001 | 110111 | 111 | 101100110 | 1001110 | 1000010 |
Color Harmonies of #EC656A
Complementary color
Monochromatic Colors of #EC656A
Black with #EC656A
Text Example
Text Example
White with #EC656A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC656A; }
p { color: rgb(236,101,106); }
H1.HeaderClassName
{
color: #EC656A;
}
.AnyTagClassName
{
color: #EC656A;
}
</style>
background-color css
<style>
a { background-color: #EC656A; }
a { background-color: rgb(236,101,106); }
div.DivClassName
{
background-color: #EC656A;
}
.BgClassName
{
background-color: #EC656A;
}
</style>
border-color css
<style>
span { border-color: #EC656A; }
span { border-color: rgb(236,101,106); }
td.TdClassName
{
border-color: #EC656A;
}
.TagClassName
{
border-color: #EC656A;
}
</style>