Shades of Froly #EC677E
Tints of Froly #EC677E
RGB
CMYK
RGB Variations
Color information
#EC677E (or 0xEC677E) is known color: Froly. HEX triplet: EC, 67 and 7E. RGB value is (236,103,126). Sum of RGB (Red+Green+Blue) = 236+103+126=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 103 (40.62% from 255 or 22.15% from 465); Blue value is 126 (49.61% from 255 or 27.10% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #EC677E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC677E is #139881. Grayscale: #919191. Windows color (decimal): -1284226 or 8284140. OLE color: 8284140.
HSL color Cylindrical-coordinate representation of color #EC677E: hue angle of 349.62º 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 #EC677E is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 103 | 126 | - |
| CMYK | 0 | 0.56 | 0.47 | 0.07 |
| HSL | 349.62º | 0.78% | 0.66% | - |
| HSV(B) | 349.62º | 0.56% | 0.93% | - |
| XYZ | 43.21 | 29.04 | 23.07 | - |
| YUV | 145.39 | 117.06 | 192.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 103 | 126 | 0 | 0.56 | 0.47 | 0.07 | 349.62 | 0.78 | 0.66 |
| Hex | EC | 67 | 7E | 0 | 38 | 2F | 7 | 15E | 4E | 42 |
| Octal | 354 | 147 | 176 | 0 | 70 | 57 | 7 | 536 | 116 | 102 |
| Binary | 11101100 | 1100111 | 1111110 | 0 | 111000 | 101111 | 111 | 101011110 | 1001110 | 1000010 |
Color Harmonies of #EC677E
Complementary color
Monochromatic Colors of #EC677E
Black with #EC677E
Text Example
Text Example
White with #EC677E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC677E; }
p { color: rgb(236,103,126); }
H1.HeaderClassName
{
color: #EC677E;
}
.AnyTagClassName
{
color: #EC677E;
}
</style>
background-color css
<style>
a { background-color: #EC677E; }
a { background-color: rgb(236,103,126); }
div.DivClassName
{
background-color: #EC677E;
}
.BgClassName
{
background-color: #EC677E;
}
</style>
border-color css
<style>
span { border-color: #EC677E; }
span { border-color: rgb(236,103,126); }
td.TdClassName
{
border-color: #EC677E;
}
.TagClassName
{
border-color: #EC677E;
}
</style>