Shades of Froly #EC6778
Tints of Froly #EC6778
RGB
CMYK
RGB Variations
Color information
#EC6778 (or 0xEC6778) is known color: Froly. HEX triplet: EC, 67 and 78. RGB value is (236,103,120). Sum of RGB (Red+Green+Blue) = 236+103+120=459 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.42% from 459); Green value is 103 (40.62% from 255 or 22.44% from 459); Blue value is 120 (47.27% from 255 or 26.14% from 459); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6778 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6778 is #139887. Grayscale: #909090. Windows color (decimal): -1284232 or 7890924. OLE color: 7890924.
HSL color Cylindrical-coordinate representation of color #EC6778: hue angle of 352.33º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC6778 is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 103 | 120 | - |
| CMYK | 0 | 0.56 | 0.49 | 0.07 |
| HSL | 352.33º | 0.78% | 0.66% | - |
| HSV(B) | 352.33º | 0.56% | 0.93% | - |
| XYZ | 42.83 | 28.89 | 21.09 | - |
| YUV | 144.71 | 114.06 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 103 | 120 | 0 | 0.56 | 0.49 | 0.07 | 352.33 | 0.78 | 0.66 |
| Hex | EC | 67 | 78 | 0 | 38 | 31 | 7 | 160 | 4E | 42 |
| Octal | 354 | 147 | 170 | 0 | 70 | 61 | 7 | 540 | 116 | 102 |
| Binary | 11101100 | 1100111 | 1111000 | 0 | 111000 | 110001 | 111 | 101100000 | 1001110 | 1000010 |
Color Harmonies of #EC6778
Complementary color
Monochromatic Colors of #EC6778
Black with #EC6778
Text Example
Text Example
White with #EC6778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6778; }
p { color: rgb(236,103,120); }
H1.HeaderClassName
{
color: #EC6778;
}
.AnyTagClassName
{
color: #EC6778;
}
</style>
background-color css
<style>
a { background-color: #EC6778; }
a { background-color: rgb(236,103,120); }
div.DivClassName
{
background-color: #EC6778;
}
.BgClassName
{
background-color: #EC6778;
}
</style>
border-color css
<style>
span { border-color: #EC6778; }
span { border-color: rgb(236,103,120); }
td.TdClassName
{
border-color: #EC6778;
}
.TagClassName
{
border-color: #EC6778;
}
</style>