Shades of Froly #EC6A7B
Tints of Froly #EC6A7B
RGB
CMYK
RGB Variations
Color information
#EC6A7B (or 0xEC6A7B) is known color: Froly. HEX triplet: EC, 6A and 7B. RGB value is (236,106,123). Sum of RGB (Red+Green+Blue) = 236+106+123=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 106 (41.80% from 255 or 22.80% from 465); Blue value is 123 (48.44% from 255 or 26.45% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6A7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6A7B is #139584. Grayscale: #929292. Windows color (decimal): -1283461 or 8088300. OLE color: 8088300.
HSL color Cylindrical-coordinate representation of color #EC6A7B: hue angle of 352.15º 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 #EC6A7B is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 106 | 123 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.07 |
| HSL | 352.15º | 0.77% | 0.67% | - |
| HSV(B) | 352.15º | 0.55% | 0.93% | - |
| XYZ | 43.32 | 29.57 | 22.16 | - |
| YUV | 146.81 | 114.57 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 106 | 123 | 0 | 0.55 | 0.48 | 0.07 | 352.15 | 0.77 | 0.67 |
| Hex | EC | 6A | 7B | 0 | 37 | 30 | 7 | 160 | 4D | 43 |
| Octal | 354 | 152 | 173 | 0 | 67 | 60 | 7 | 540 | 115 | 103 |
| Binary | 11101100 | 1101010 | 1111011 | 0 | 110111 | 110000 | 111 | 101100000 | 1001101 | 1000011 |
Color Harmonies of #EC6A7B
Complementary color
Monochromatic Colors of #EC6A7B
Black with #EC6A7B
Text Example
Text Example
White with #EC6A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6A7B; }
p { color: rgb(236,106,123); }
H1.HeaderClassName
{
color: #EC6A7B;
}
.AnyTagClassName
{
color: #EC6A7B;
}
</style>
background-color css
<style>
a { background-color: #EC6A7B; }
a { background-color: rgb(236,106,123); }
div.DivClassName
{
background-color: #EC6A7B;
}
.BgClassName
{
background-color: #EC6A7B;
}
</style>
border-color css
<style>
span { border-color: #EC6A7B; }
span { border-color: rgb(236,106,123); }
td.TdClassName
{
border-color: #EC6A7B;
}
.TagClassName
{
border-color: #EC6A7B;
}
</style>