Shades of Froly #EC6275
Tints of Froly #EC6275
RGB
CMYK
RGB Variations
Color information
#EC6275 (or 0xEC6275) is known color: Froly. HEX triplet: EC, 62 and 75. RGB value is (236,98,117). Sum of RGB (Red+Green+Blue) = 236+98+117=451 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.33% from 451); Green value is 98 (38.67% from 255 or 21.73% from 451); Blue value is 117 (46.09% from 255 or 25.94% from 451); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6275 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6275 is #139D8A. Grayscale: #8D8D8D. Windows color (decimal): -1285515 or 7693036. OLE color: 7693036.
HSL color Cylindrical-coordinate representation of color #EC6275: hue angle of 351.74º 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 #EC6275 is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 98 | 117 | - |
| CMYK | 0 | 0.58 | 0.50 | 0.07 |
| HSL | 351.74º | 0.78% | 0.65% | - |
| HSV(B) | 351.74º | 0.58% | 0.93% | - |
| XYZ | 42.17 | 27.85 | 19.98 | - |
| YUV | 141.43 | 114.22 | 195.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 98 | 117 | 0 | 0.58 | 0.50 | 0.07 | 351.74 | 0.78 | 0.65 |
| Hex | EC | 62 | 75 | 0 | 3A | 32 | 7 | 160 | 4E | 41 |
| Octal | 354 | 142 | 165 | 0 | 72 | 62 | 7 | 540 | 116 | 101 |
| Binary | 11101100 | 1100010 | 1110101 | 0 | 111010 | 110010 | 111 | 101100000 | 1001110 | 1000001 |
Color Harmonies of #EC6275
Complementary color
Monochromatic Colors of #EC6275
Black with #EC6275
Text Example
Text Example
White with #EC6275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6275; }
p { color: rgb(236,98,117); }
H1.HeaderClassName
{
color: #EC6275;
}
.AnyTagClassName
{
color: #EC6275;
}
</style>
background-color css
<style>
a { background-color: #EC6275; }
a { background-color: rgb(236,98,117); }
div.DivClassName
{
background-color: #EC6275;
}
.BgClassName
{
background-color: #EC6275;
}
</style>
border-color css
<style>
span { border-color: #EC6275; }
span { border-color: rgb(236,98,117); }
td.TdClassName
{
border-color: #EC6275;
}
.TagClassName
{
border-color: #EC6275;
}
</style>