Shades of Froly #EC6C7E
Tints of Froly #EC6C7E
RGB
CMYK
RGB Variations
Color information
#EC6C7E (or 0xEC6C7E) is known color: Froly. HEX triplet: EC, 6C and 7E. RGB value is (236,108,126). Sum of RGB (Red+Green+Blue) = 236+108+126=470 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.21% from 470); Green value is 108 (42.58% from 255 or 22.98% from 470); Blue value is 126 (49.61% from 255 or 26.81% from 470); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6C7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6C7E is #139381. Grayscale: #949494. Windows color (decimal): -1282946 or 8285420. OLE color: 8285420.
HSL color Cylindrical-coordinate representation of color #EC6C7E: hue angle of 351.56º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EC6C7E is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 108 | 126 | - |
| CMYK | 0 | 0.54 | 0.47 | 0.07 |
| HSL | 351.56º | 0.77% | 0.67% | - |
| HSV(B) | 351.56º | 0.54% | 0.93% | - |
| XYZ | 43.72 | 30.06 | 23.24 | - |
| YUV | 148.32 | 115.41 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 108 | 126 | 0 | 0.54 | 0.47 | 0.07 | 351.56 | 0.77 | 0.67 |
| Hex | EC | 6C | 7E | 0 | 36 | 2F | 7 | 160 | 4D | 43 |
| Octal | 354 | 154 | 176 | 0 | 66 | 57 | 7 | 540 | 115 | 103 |
| Binary | 11101100 | 1101100 | 1111110 | 0 | 110110 | 101111 | 111 | 101100000 | 1001101 | 1000011 |
Color Harmonies of #EC6C7E
Complementary color
Monochromatic Colors of #EC6C7E
Black with #EC6C7E
Text Example
Text Example
White with #EC6C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6C7E; }
p { color: rgb(236,108,126); }
H1.HeaderClassName
{
color: #EC6C7E;
}
.AnyTagClassName
{
color: #EC6C7E;
}
</style>
background-color css
<style>
a { background-color: #EC6C7E; }
a { background-color: rgb(236,108,126); }
div.DivClassName
{
background-color: #EC6C7E;
}
.BgClassName
{
background-color: #EC6C7E;
}
</style>
border-color css
<style>
span { border-color: #EC6C7E; }
span { border-color: rgb(236,108,126); }
td.TdClassName
{
border-color: #EC6C7E;
}
.TagClassName
{
border-color: #EC6C7E;
}
</style>