Shades of Froly #EC6572
Tints of Froly #EC6572
RGB
CMYK
RGB Variations
Color information
#EC6572 (or 0xEC6572) is known color: Froly. HEX triplet: EC, 65 and 72. RGB value is (236,101,114). Sum of RGB (Red+Green+Blue) = 236+101+114=451 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.33% from 451); Green value is 101 (39.84% from 255 or 22.39% from 451); Blue value is 114 (44.92% from 255 or 25.28% from 451); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6572 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6572 is #139A8D. Grayscale: #8E8E8E. Windows color (decimal): -1284750 or 7497196. OLE color: 7497196.
HSL color Cylindrical-coordinate representation of color #EC6572: hue angle of 354.22º 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 #EC6572 is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 101 | 114 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.07 |
| HSL | 354.22º | 0.78% | 0.66% | - |
| HSV(B) | 354.22º | 0.57% | 0.93% | - |
| XYZ | 42.28 | 28.36 | 19.16 | - |
| YUV | 142.85 | 111.73 | 194.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 101 | 114 | 0 | 0.57 | 0.52 | 0.07 | 354.22 | 0.78 | 0.66 |
| Hex | EC | 65 | 72 | 0 | 39 | 34 | 7 | 162 | 4E | 42 |
| Octal | 354 | 145 | 162 | 0 | 71 | 64 | 7 | 542 | 116 | 102 |
| Binary | 11101100 | 1100101 | 1110010 | 0 | 111001 | 110100 | 111 | 101100010 | 1001110 | 1000010 |
Color Harmonies of #EC6572
Complementary color
Monochromatic Colors of #EC6572
Black with #EC6572
Text Example
Text Example
White with #EC6572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6572; }
p { color: rgb(236,101,114); }
H1.HeaderClassName
{
color: #EC6572;
}
.AnyTagClassName
{
color: #EC6572;
}
</style>
background-color css
<style>
a { background-color: #EC6572; }
a { background-color: rgb(236,101,114); }
div.DivClassName
{
background-color: #EC6572;
}
.BgClassName
{
background-color: #EC6572;
}
</style>
border-color css
<style>
span { border-color: #EC6572; }
span { border-color: rgb(236,101,114); }
td.TdClassName
{
border-color: #EC6572;
}
.TagClassName
{
border-color: #EC6572;
}
</style>