Shades of Froly #EC6573
Tints of Froly #EC6573
RGB
CMYK
RGB Variations
Color information
#EC6573 (or 0xEC6573) is known color: Froly. HEX triplet: EC, 65 and 73. RGB value is (236,101,115). Sum of RGB (Red+Green+Blue) = 236+101+115=452 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.21% from 452); Green value is 101 (39.84% from 255 or 22.35% from 452); Blue value is 115 (45.31% from 255 or 25.44% from 452); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6573 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6573 is #139A8C. Grayscale: #8F8F8F. Windows color (decimal): -1284749 or 7562732. OLE color: 7562732.
HSL color Cylindrical-coordinate representation of color #EC6573: hue angle of 353.78º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EC6573 is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 101 | 115 | - |
| CMYK | 0 | 0.57 | 0.51 | 0.07 |
| HSL | 353.78º | 0.78% | 0.66% | - |
| HSV(B) | 353.78º | 0.57% | 0.93% | - |
| XYZ | 42.34 | 28.38 | 19.47 | - |
| YUV | 142.96 | 112.23 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 101 | 115 | 0 | 0.57 | 0.51 | 0.07 | 353.78 | 0.78 | 0.66 |
| Hex | EC | 65 | 73 | 0 | 39 | 33 | 7 | 162 | 4E | 42 |
| Octal | 354 | 145 | 163 | 0 | 71 | 63 | 7 | 542 | 116 | 102 |
| Binary | 11101100 | 1100101 | 1110011 | 0 | 111001 | 110011 | 111 | 101100010 | 1001110 | 1000010 |
Color Harmonies of #EC6573
Complementary color
Monochromatic Colors of #EC6573
Black with #EC6573
Text Example
Text Example
White with #EC6573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6573; }
p { color: rgb(236,101,115); }
H1.HeaderClassName
{
color: #EC6573;
}
.AnyTagClassName
{
color: #EC6573;
}
</style>
background-color css
<style>
a { background-color: #EC6573; }
a { background-color: rgb(236,101,115); }
div.DivClassName
{
background-color: #EC6573;
}
.BgClassName
{
background-color: #EC6573;
}
</style>
border-color css
<style>
span { border-color: #EC6573; }
span { border-color: rgb(236,101,115); }
td.TdClassName
{
border-color: #EC6573;
}
.TagClassName
{
border-color: #EC6573;
}
</style>