Shades of Froly #EC6272
Tints of Froly #EC6272
RGB
CMYK
RGB Variations
Color information
#EC6272 (or 0xEC6272) is known color: Froly. HEX triplet: EC, 62 and 72. RGB value is (236,98,114). Sum of RGB (Red+Green+Blue) = 236+98+114=448 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.68% from 448); Green value is 98 (38.67% from 255 or 21.88% from 448); Blue value is 114 (44.92% from 255 or 25.45% from 448); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6272 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6272 is #139D8D. Grayscale: #8D8D8D. Windows color (decimal): -1285518 or 7496428. OLE color: 7496428.
HSL color Cylindrical-coordinate representation of color #EC6272: hue angle of 353.04º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC6272 is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 98 | 114 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.07 |
| HSL | 353.04º | 0.78% | 0.65% | - |
| HSV(B) | 353.04º | 0.58% | 0.93% | - |
| XYZ | 42 | 27.78 | 19.07 | - |
| YUV | 141.09 | 112.72 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 98 | 114 | 0 | 0.58 | 0.52 | 0.07 | 353.04 | 0.78 | 0.65 |
| Hex | EC | 62 | 72 | 0 | 3A | 34 | 7 | 161 | 4E | 41 |
| Octal | 354 | 142 | 162 | 0 | 72 | 64 | 7 | 541 | 116 | 101 |
| Binary | 11101100 | 1100010 | 1110010 | 0 | 111010 | 110100 | 111 | 101100001 | 1001110 | 1000001 |
Color Harmonies of #EC6272
Complementary color
Monochromatic Colors of #EC6272
Black with #EC6272
Text Example
Text Example
White with #EC6272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6272; }
p { color: rgb(236,98,114); }
H1.HeaderClassName
{
color: #EC6272;
}
.AnyTagClassName
{
color: #EC6272;
}
</style>
background-color css
<style>
a { background-color: #EC6272; }
a { background-color: rgb(236,98,114); }
div.DivClassName
{
background-color: #EC6272;
}
.BgClassName
{
background-color: #EC6272;
}
</style>
border-color css
<style>
span { border-color: #EC6272; }
span { border-color: rgb(236,98,114); }
td.TdClassName
{
border-color: #EC6272;
}
.TagClassName
{
border-color: #EC6272;
}
</style>