Shades of Froly #EC6C7F
Tints of Froly #EC6C7F
RGB
CMYK
RGB Variations
Color information
#EC6C7F (or 0xEC6C7F) is known color: Froly. HEX triplet: EC, 6C and 7F. RGB value is (236,108,127). Sum of RGB (Red+Green+Blue) = 236+108+127=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 108 (42.58% from 255 or 22.93% from 471); Blue value is 127 (50% from 255 or 26.96% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6C7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6C7F is #139380. Grayscale: #949494. Windows color (decimal): -1282945 or 8350956. OLE color: 8350956.
HSL color Cylindrical-coordinate representation of color #EC6C7F: hue angle of 351.09º 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 #EC6C7F is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 108 | 127 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.07 |
| HSL | 351.09º | 0.77% | 0.67% | - |
| HSV(B) | 351.09º | 0.54% | 0.93% | - |
| XYZ | 43.79 | 30.09 | 23.58 | - |
| YUV | 148.44 | 115.91 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 108 | 127 | 0 | 0.54 | 0.46 | 0.07 | 351.09 | 0.77 | 0.67 |
| Hex | EC | 6C | 7F | 0 | 36 | 2E | 7 | 15F | 4D | 43 |
| Octal | 354 | 154 | 177 | 0 | 66 | 56 | 7 | 537 | 115 | 103 |
| Binary | 11101100 | 1101100 | 1111111 | 0 | 110110 | 101110 | 111 | 101011111 | 1001101 | 1000011 |
Color Harmonies of #EC6C7F
Complementary color
Monochromatic Colors of #EC6C7F
Black with #EC6C7F
Text Example
Text Example
White with #EC6C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6C7F; }
p { color: rgb(236,108,127); }
H1.HeaderClassName
{
color: #EC6C7F;
}
.AnyTagClassName
{
color: #EC6C7F;
}
</style>
background-color css
<style>
a { background-color: #EC6C7F; }
a { background-color: rgb(236,108,127); }
div.DivClassName
{
background-color: #EC6C7F;
}
.BgClassName
{
background-color: #EC6C7F;
}
</style>
border-color css
<style>
span { border-color: #EC6C7F; }
span { border-color: rgb(236,108,127); }
td.TdClassName
{
border-color: #EC6C7F;
}
.TagClassName
{
border-color: #EC6C7F;
}
</style>