Shades of Froly #EC666E
Tints of Froly #EC666E
RGB
CMYK
RGB Variations
Color information
#EC666E (or 0xEC666E) is known color: Froly. HEX triplet: EC, 66 and 6E. RGB value is (236,102,110). Sum of RGB (Red+Green+Blue) = 236+102+110=448 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.68% from 448); Green value is 102 (40.23% from 255 or 22.77% from 448); Blue value is 110 (43.36% from 255 or 24.55% from 448); Max value from RGB is 236 - color contains mainly: red. Hex color #EC666E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC666E is #139991. Grayscale: #8F8F8F. Windows color (decimal): -1284498 or 7235308. OLE color: 7235308.
HSL color Cylindrical-coordinate representation of color #EC666E: hue angle of 356.42º 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 #EC666E is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 102 | 110 | - |
| CMYK | 0 | 0.57 | 0.53 | 0.07 |
| HSL | 356.42º | 0.78% | 0.66% | - |
| HSV(B) | 356.42º | 0.57% | 0.93% | - |
| XYZ | 42.16 | 28.46 | 18.02 | - |
| YUV | 142.98 | 109.39 | 194.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 102 | 110 | 0 | 0.57 | 0.53 | 0.07 | 356.42 | 0.78 | 0.66 |
| Hex | EC | 66 | 6E | 0 | 39 | 35 | 7 | 164 | 4E | 42 |
| Octal | 354 | 146 | 156 | 0 | 71 | 65 | 7 | 544 | 116 | 102 |
| Binary | 11101100 | 1100110 | 1101110 | 0 | 111001 | 110101 | 111 | 101100100 | 1001110 | 1000010 |
Color Harmonies of #EC666E
Complementary color
Monochromatic Colors of #EC666E
Black with #EC666E
Text Example
Text Example
White with #EC666E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC666E; }
p { color: rgb(236,102,110); }
H1.HeaderClassName
{
color: #EC666E;
}
.AnyTagClassName
{
color: #EC666E;
}
</style>
background-color css
<style>
a { background-color: #EC666E; }
a { background-color: rgb(236,102,110); }
div.DivClassName
{
background-color: #EC666E;
}
.BgClassName
{
background-color: #EC666E;
}
</style>
border-color css
<style>
span { border-color: #EC666E; }
span { border-color: rgb(236,102,110); }
td.TdClassName
{
border-color: #EC666E;
}
.TagClassName
{
border-color: #EC666E;
}
</style>