Shades of Froly #EC6B7A
Tints of Froly #EC6B7A
RGB
CMYK
RGB Variations
Color information
#EC6B7A (or 0xEC6B7A) is known color: Froly. HEX triplet: EC, 6B and 7A. RGB value is (236,107,122). Sum of RGB (Red+Green+Blue) = 236+107+122=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 107 (42.19% from 255 or 23.01% from 465); Blue value is 122 (48.05% from 255 or 26.24% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6B7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6B7A is #139485. Grayscale: #939393. Windows color (decimal): -1283206 or 8023020. OLE color: 8023020.
HSL color Cylindrical-coordinate representation of color #EC6B7A: hue angle of 353.02º 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 #EC6B7A is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 107 | 122 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.07 |
| HSL | 353.02º | 0.77% | 0.67% | - |
| HSV(B) | 353.02º | 0.55% | 0.93% | - |
| XYZ | 43.36 | 29.75 | 21.87 | - |
| YUV | 147.28 | 113.74 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 107 | 122 | 0 | 0.55 | 0.48 | 0.07 | 353.02 | 0.77 | 0.67 |
| Hex | EC | 6B | 7A | 0 | 37 | 30 | 7 | 161 | 4D | 43 |
| Octal | 354 | 153 | 172 | 0 | 67 | 60 | 7 | 541 | 115 | 103 |
| Binary | 11101100 | 1101011 | 1111010 | 0 | 110111 | 110000 | 111 | 101100001 | 1001101 | 1000011 |
Color Harmonies of #EC6B7A
Complementary color
Monochromatic Colors of #EC6B7A
Black with #EC6B7A
Text Example
Text Example
White with #EC6B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6B7A; }
p { color: rgb(236,107,122); }
H1.HeaderClassName
{
color: #EC6B7A;
}
.AnyTagClassName
{
color: #EC6B7A;
}
</style>
background-color css
<style>
a { background-color: #EC6B7A; }
a { background-color: rgb(236,107,122); }
div.DivClassName
{
background-color: #EC6B7A;
}
.BgClassName
{
background-color: #EC6B7A;
}
</style>
border-color css
<style>
span { border-color: #EC6B7A; }
span { border-color: rgb(236,107,122); }
td.TdClassName
{
border-color: #EC6B7A;
}
.TagClassName
{
border-color: #EC6B7A;
}
</style>