Shades of Froly #EC6B78
Tints of Froly #EC6B78
RGB
CMYK
RGB Variations
Color information
#EC6B78 (or 0xEC6B78) is known color: Froly. HEX triplet: EC, 6B and 78. RGB value is (236,107,120). Sum of RGB (Red+Green+Blue) = 236+107+120=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 107 (42.19% from 255 or 23.11% from 463); Blue value is 120 (47.27% from 255 or 25.92% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6B78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6B78 is #139487. Grayscale: #939393. Windows color (decimal): -1283208 or 7891948. OLE color: 7891948.
HSL color Cylindrical-coordinate representation of color #EC6B78: hue angle of 353.95º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EC6B78 is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 107 | 120 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.07 |
| HSL | 353.95º | 0.77% | 0.67% | - |
| HSV(B) | 353.95º | 0.55% | 0.93% | - |
| XYZ | 43.24 | 29.7 | 21.22 | - |
| YUV | 147.05 | 112.74 | 191.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 107 | 120 | 0 | 0.55 | 0.49 | 0.07 | 353.95 | 0.77 | 0.67 |
| Hex | EC | 6B | 78 | 0 | 37 | 31 | 7 | 162 | 4D | 43 |
| Octal | 354 | 153 | 170 | 0 | 67 | 61 | 7 | 542 | 115 | 103 |
| Binary | 11101100 | 1101011 | 1111000 | 0 | 110111 | 110001 | 111 | 101100010 | 1001101 | 1000011 |
Color Harmonies of #EC6B78
Complementary color
Monochromatic Colors of #EC6B78
Black with #EC6B78
Text Example
Text Example
White with #EC6B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6B78; }
p { color: rgb(236,107,120); }
H1.HeaderClassName
{
color: #EC6B78;
}
.AnyTagClassName
{
color: #EC6B78;
}
</style>
background-color css
<style>
a { background-color: #EC6B78; }
a { background-color: rgb(236,107,120); }
div.DivClassName
{
background-color: #EC6B78;
}
.BgClassName
{
background-color: #EC6B78;
}
</style>
border-color css
<style>
span { border-color: #EC6B78; }
span { border-color: rgb(236,107,120); }
td.TdClassName
{
border-color: #EC6B78;
}
.TagClassName
{
border-color: #EC6B78;
}
</style>