Shades of Froly #EC6B7B
Tints of Froly #EC6B7B
RGB
CMYK
RGB Variations
Color information
#EC6B7B (or 0xEC6B7B) is known color: Froly. HEX triplet: EC, 6B and 7B. RGB value is (236,107,123). Sum of RGB (Red+Green+Blue) = 236+107+123=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 107 (42.19% from 255 or 22.96% from 466); Blue value is 123 (48.44% from 255 or 26.39% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6B7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6B7B is #139484. Grayscale: #939393. Windows color (decimal): -1283205 or 8088556. OLE color: 8088556.
HSL color Cylindrical-coordinate representation of color #EC6B7B: hue angle of 352.56º 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 #EC6B7B is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 107 | 123 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.07 |
| HSL | 352.56º | 0.77% | 0.67% | - |
| HSV(B) | 352.56º | 0.55% | 0.93% | - |
| XYZ | 43.42 | 29.78 | 22.2 | - |
| YUV | 147.4 | 114.24 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 107 | 123 | 0 | 0.55 | 0.48 | 0.07 | 352.56 | 0.77 | 0.67 |
| Hex | EC | 6B | 7B | 0 | 37 | 30 | 7 | 161 | 4D | 43 |
| Octal | 354 | 153 | 173 | 0 | 67 | 60 | 7 | 541 | 115 | 103 |
| Binary | 11101100 | 1101011 | 1111011 | 0 | 110111 | 110000 | 111 | 101100001 | 1001101 | 1000011 |
Color Harmonies of #EC6B7B
Complementary color
Monochromatic Colors of #EC6B7B
Black with #EC6B7B
Text Example
Text Example
White with #EC6B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6B7B; }
p { color: rgb(236,107,123); }
H1.HeaderClassName
{
color: #EC6B7B;
}
.AnyTagClassName
{
color: #EC6B7B;
}
</style>
background-color css
<style>
a { background-color: #EC6B7B; }
a { background-color: rgb(236,107,123); }
div.DivClassName
{
background-color: #EC6B7B;
}
.BgClassName
{
background-color: #EC6B7B;
}
</style>
border-color css
<style>
span { border-color: #EC6B7B; }
span { border-color: rgb(236,107,123); }
td.TdClassName
{
border-color: #EC6B7B;
}
.TagClassName
{
border-color: #EC6B7B;
}
</style>