Shades of Froly #EC6D80
Tints of Froly #EC6D80
RGB
CMYK
RGB Variations
Color information
#EC6D80 (or 0xEC6D80) is known color: Froly. HEX triplet: EC, 6D and 80. RGB value is (236,109,128). Sum of RGB (Red+Green+Blue) = 236+109+128=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 109 (42.97% from 255 or 23.04% from 473); Blue value is 128 (50.39% from 255 or 27.06% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6D80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6D80 is #13927F. Grayscale: #959595. Windows color (decimal): -1282688 or 8416748. OLE color: 8416748.
HSL color Cylindrical-coordinate representation of color #EC6D80: hue angle of 351.02º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EC6D80 is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 109 | 128 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.07 |
| HSL | 351.02º | 0.77% | 0.68% | - |
| HSV(B) | 351.02º | 0.54% | 0.93% | - |
| XYZ | 43.96 | 30.33 | 23.96 | - |
| YUV | 149.14 | 116.08 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 109 | 128 | 0 | 0.54 | 0.46 | 0.07 | 351.02 | 0.77 | 0.68 |
| Hex | EC | 6D | 80 | 0 | 36 | 2E | 7 | 15F | 4D | 44 |
| Octal | 354 | 155 | 200 | 0 | 66 | 56 | 7 | 537 | 115 | 104 |
| Binary | 11101100 | 1101101 | 10000000 | 0 | 110110 | 101110 | 111 | 101011111 | 1001101 | 1000100 |
Color Harmonies of #EC6D80
Complementary color
Monochromatic Colors of #EC6D80
Black with #EC6D80
Text Example
Text Example
White with #EC6D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6D80; }
p { color: rgb(236,109,128); }
H1.HeaderClassName
{
color: #EC6D80;
}
.AnyTagClassName
{
color: #EC6D80;
}
</style>
background-color css
<style>
a { background-color: #EC6D80; }
a { background-color: rgb(236,109,128); }
div.DivClassName
{
background-color: #EC6D80;
}
.BgClassName
{
background-color: #EC6D80;
}
</style>
border-color css
<style>
span { border-color: #EC6D80; }
span { border-color: rgb(236,109,128); }
td.TdClassName
{
border-color: #EC6D80;
}
.TagClassName
{
border-color: #EC6D80;
}
</style>