Shades of Froly #EC7375
Tints of Froly #EC7375
RGB
CMYK
RGB Variations
Color information
#EC7375 (or 0xEC7375) is known color: Froly. HEX triplet: EC, 73 and 75. RGB value is (236,115,117). Sum of RGB (Red+Green+Blue) = 236+115+117=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 115 (45.31% from 255 or 24.57% from 468); Blue value is 117 (46.09% from 255 or 25% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7375 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7375 is #138C8A. Grayscale: #979797. Windows color (decimal): -1281163 or 7697388. OLE color: 7697388.
HSL color Cylindrical-coordinate representation of color #EC7375: hue angle of 359.01º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EC7375 is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 115 | 117 | - |
| CMYK | 0 | 0.51 | 0.50 | 0.07 |
| HSL | 359.01º | 0.76% | 0.69% | - |
| HSV(B) | 359.01º | 0.51% | 0.93% | - |
| XYZ | 43.93 | 31.38 | 20.57 | - |
| YUV | 151.41 | 108.59 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 115 | 117 | 0 | 0.51 | 0.50 | 0.07 | 359.01 | 0.76 | 0.69 |
| Hex | EC | 73 | 75 | 0 | 33 | 32 | 7 | 167 | 4C | 45 |
| Octal | 354 | 163 | 165 | 0 | 63 | 62 | 7 | 547 | 114 | 105 |
| Binary | 11101100 | 1110011 | 1110101 | 0 | 110011 | 110010 | 111 | 101100111 | 1001100 | 1000101 |
Color Harmonies of #EC7375
Complementary color
Monochromatic Colors of #EC7375
Black with #EC7375
Text Example
Text Example
White with #EC7375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7375; }
p { color: rgb(236,115,117); }
H1.HeaderClassName
{
color: #EC7375;
}
.AnyTagClassName
{
color: #EC7375;
}
</style>
background-color css
<style>
a { background-color: #EC7375; }
a { background-color: rgb(236,115,117); }
div.DivClassName
{
background-color: #EC7375;
}
.BgClassName
{
background-color: #EC7375;
}
</style>
border-color css
<style>
span { border-color: #EC7375; }
span { border-color: rgb(236,115,117); }
td.TdClassName
{
border-color: #EC7375;
}
.TagClassName
{
border-color: #EC7375;
}
</style>