Shades of Froly #EC6175
Tints of Froly #EC6175
RGB
CMYK
RGB Variations
Color information
#EC6175 (or 0xEC6175) is known color: Froly. HEX triplet: EC, 61 and 75. RGB value is (236,97,117). Sum of RGB (Red+Green+Blue) = 236+97+117=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 97 (38.28% from 255 or 21.56% from 450); Blue value is 117 (46.09% from 255 or 26% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6175 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6175 is #139E8A. Grayscale: #8C8C8C. Windows color (decimal): -1285771 or 7692780. OLE color: 7692780.
HSL color Cylindrical-coordinate representation of color #EC6175: hue angle of 351.37º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EC6175 is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 97 | 117 | - |
| CMYK | 0 | 0.59 | 0.50 | 0.07 |
| HSL | 351.37º | 0.79% | 0.65% | - |
| HSV(B) | 351.37º | 0.59% | 0.93% | - |
| XYZ | 42.08 | 27.67 | 19.95 | - |
| YUV | 140.84 | 114.55 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 97 | 117 | 0 | 0.59 | 0.50 | 0.07 | 351.37 | 0.79 | 0.65 |
| Hex | EC | 61 | 75 | 0 | 3B | 32 | 7 | 15F | 4F | 41 |
| Octal | 354 | 141 | 165 | 0 | 73 | 62 | 7 | 537 | 117 | 101 |
| Binary | 11101100 | 1100001 | 1110101 | 0 | 111011 | 110010 | 111 | 101011111 | 1001111 | 1000001 |
Color Harmonies of #EC6175
Complementary color
Monochromatic Colors of #EC6175
Black with #EC6175
Text Example
Text Example
White with #EC6175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6175; }
p { color: rgb(236,97,117); }
H1.HeaderClassName
{
color: #EC6175;
}
.AnyTagClassName
{
color: #EC6175;
}
</style>
background-color css
<style>
a { background-color: #EC6175; }
a { background-color: rgb(236,97,117); }
div.DivClassName
{
background-color: #EC6175;
}
.BgClassName
{
background-color: #EC6175;
}
</style>
border-color css
<style>
span { border-color: #EC6175; }
span { border-color: rgb(236,97,117); }
td.TdClassName
{
border-color: #EC6175;
}
.TagClassName
{
border-color: #EC6175;
}
</style>