Shades of Froly #EC656E
Tints of Froly #EC656E
RGB
CMYK
RGB Variations
Color information
#EC656E (or 0xEC656E) is known color: Froly. HEX triplet: EC, 65 and 6E. RGB value is (236,101,110). Sum of RGB (Red+Green+Blue) = 236+101+110=447 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.80% from 447); Green value is 101 (39.84% from 255 or 22.60% from 447); Blue value is 110 (43.36% from 255 or 24.61% from 447); Max value from RGB is 236 - color contains mainly: red. Hex color #EC656E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC656E is #139A91. Grayscale: #8E8E8E. Windows color (decimal): -1284754 or 7235052. OLE color: 7235052.
HSL color Cylindrical-coordinate representation of color #EC656E: hue angle of 356º 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 #EC656E is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 101 | 110 | - |
| CMYK | 0 | 0.57 | 0.53 | 0.07 |
| HSL | 356º | 0.78% | 0.66% | - |
| HSV(B) | 356º | 0.57% | 0.93% | - |
| XYZ | 42.06 | 28.27 | 17.99 | - |
| YUV | 142.39 | 109.73 | 194.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 101 | 110 | 0 | 0.57 | 0.53 | 0.07 | 356 | 0.78 | 0.66 |
| Hex | EC | 65 | 6E | 0 | 39 | 35 | 7 | 164 | 4E | 42 |
| Octal | 354 | 145 | 156 | 0 | 71 | 65 | 7 | 544 | 116 | 102 |
| Binary | 11101100 | 1100101 | 1101110 | 0 | 111001 | 110101 | 111 | 101100100 | 1001110 | 1000010 |
Color Harmonies of #EC656E
Complementary color
Monochromatic Colors of #EC656E
Black with #EC656E
Text Example
Text Example
White with #EC656E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC656E; }
p { color: rgb(236,101,110); }
H1.HeaderClassName
{
color: #EC656E;
}
.AnyTagClassName
{
color: #EC656E;
}
</style>
background-color css
<style>
a { background-color: #EC656E; }
a { background-color: rgb(236,101,110); }
div.DivClassName
{
background-color: #EC656E;
}
.BgClassName
{
background-color: #EC656E;
}
</style>
border-color css
<style>
span { border-color: #EC656E; }
span { border-color: rgb(236,101,110); }
td.TdClassName
{
border-color: #EC656E;
}
.TagClassName
{
border-color: #EC656E;
}
</style>