Shades of Froly #EF7375
Tints of Froly #EF7375
RGB
CMYK
RGB Variations
Color information
#EF7375 (or 0xEF7375) is known color: Froly. HEX triplet: EF, 73 and 75. RGB value is (239,115,117). Sum of RGB (Red+Green+Blue) = 239+115+117=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 115 (45.31% from 255 or 24.42% from 471); Blue value is 117 (46.09% from 255 or 24.84% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7375 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7375 is #108C8A. Grayscale: #989898. Windows color (decimal): -1084555 or 7697391. OLE color: 7697391.
HSL color Cylindrical-coordinate representation of color #EF7375: hue angle of 359.03º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EF7375 is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 115 | 117 | - |
| CMYK | 0 | 0.52 | 0.51 | 0.06 |
| HSL | 359.03º | 0.79% | 0.69% | - |
| HSV(B) | 359.03º | 0.52% | 0.94% | - |
| XYZ | 44.94 | 31.9 | 20.62 | - |
| YUV | 152.3 | 108.08 | 189.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 115 | 117 | 0 | 0.52 | 0.51 | 0.06 | 359.03 | 0.79 | 0.69 |
| Hex | EF | 73 | 75 | 0 | 34 | 33 | 6 | 167 | 4F | 45 |
| Octal | 357 | 163 | 165 | 0 | 64 | 63 | 6 | 547 | 117 | 105 |
| Binary | 11101111 | 1110011 | 1110101 | 0 | 110100 | 110011 | 110 | 101100111 | 1001111 | 1000101 |
Color Harmonies of #EF7375
Complementary color
Monochromatic Colors of #EF7375
Black with #EF7375
Text Example
Text Example
White with #EF7375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7375; }
p { color: rgb(239,115,117); }
H1.HeaderClassName
{
color: #EF7375;
}
.AnyTagClassName
{
color: #EF7375;
}
</style>
background-color css
<style>
a { background-color: #EF7375; }
a { background-color: rgb(239,115,117); }
div.DivClassName
{
background-color: #EF7375;
}
.BgClassName
{
background-color: #EF7375;
}
</style>
border-color css
<style>
span { border-color: #EF7375; }
span { border-color: rgb(239,115,117); }
td.TdClassName
{
border-color: #EF7375;
}
.TagClassName
{
border-color: #EF7375;
}
</style>