Shades of Froly #EC6F7F
Tints of Froly #EC6F7F
RGB
CMYK
RGB Variations
Color information
#EC6F7F (or 0xEC6F7F) is known color: Froly. HEX triplet: EC, 6F and 7F. RGB value is (236,111,127). Sum of RGB (Red+Green+Blue) = 236+111+127=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 111 (43.75% from 255 or 23.42% from 474); Blue value is 127 (50% from 255 or 26.79% from 474); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6F7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6F7F is #139080. Grayscale: #969696. Windows color (decimal): -1282177 or 8351724. OLE color: 8351724.
HSL color Cylindrical-coordinate representation of color #EC6F7F: hue angle of 352.32º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC6F7F is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 111 | 127 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.07 |
| HSL | 352.32º | 0.77% | 0.68% | - |
| HSV(B) | 352.32º | 0.53% | 0.93% | - |
| XYZ | 44.11 | 30.73 | 23.69 | - |
| YUV | 150.2 | 114.91 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 111 | 127 | 0 | 0.53 | 0.46 | 0.07 | 352.32 | 0.77 | 0.68 |
| Hex | EC | 6F | 7F | 0 | 35 | 2E | 7 | 160 | 4D | 44 |
| Octal | 354 | 157 | 177 | 0 | 65 | 56 | 7 | 540 | 115 | 104 |
| Binary | 11101100 | 1101111 | 1111111 | 0 | 110101 | 101110 | 111 | 101100000 | 1001101 | 1000100 |
Color Harmonies of #EC6F7F
Complementary color
Monochromatic Colors of #EC6F7F
Black with #EC6F7F
Text Example
Text Example
White with #EC6F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6F7F; }
p { color: rgb(236,111,127); }
H1.HeaderClassName
{
color: #EC6F7F;
}
.AnyTagClassName
{
color: #EC6F7F;
}
</style>
background-color css
<style>
a { background-color: #EC6F7F; }
a { background-color: rgb(236,111,127); }
div.DivClassName
{
background-color: #EC6F7F;
}
.BgClassName
{
background-color: #EC6F7F;
}
</style>
border-color css
<style>
span { border-color: #EC6F7F; }
span { border-color: rgb(236,111,127); }
td.TdClassName
{
border-color: #EC6F7F;
}
.TagClassName
{
border-color: #EC6F7F;
}
</style>