Shades of Froly #EF595B
Tints of Froly #EF595B
RGB
CMYK
RGB Variations
Color information
#EF595B (or 0xEF595B) is known color: Froly. HEX triplet: EF, 59 and 5B. RGB value is (239,89,91). Sum of RGB (Red+Green+Blue) = 239+89+91=419 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.04% from 419); Green value is 89 (35.16% from 255 or 21.24% from 419); Blue value is 91 (35.94% from 255 or 21.72% from 419); Max value from RGB is 239 - color contains mainly: red. Hex color #EF595B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF595B is #10A6A4. Grayscale: #868686. Windows color (decimal): -1091237 or 5986799. OLE color: 5986799.
HSL color Cylindrical-coordinate representation of color #EF595B: hue angle of 359.2º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EF595B is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 89 | 91 | - |
| CMYK | 0 | 0.63 | 0.62 | 0.06 |
| HSL | 359.2º | 0.82% | 0.64% | - |
| HSV(B) | 359.2º | 0.63% | 0.94% | - |
| XYZ | 41.06 | 26.25 | 12.8 | - |
| YUV | 134.08 | 103.7 | 202.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 89 | 91 | 0 | 0.63 | 0.62 | 0.06 | 359.2 | 0.82 | 0.64 |
| Hex | EF | 59 | 5B | 0 | 3F | 3E | 6 | 167 | 52 | 40 |
| Octal | 357 | 131 | 133 | 0 | 77 | 76 | 6 | 547 | 122 | 100 |
| Binary | 11101111 | 1011001 | 1011011 | 0 | 111111 | 111110 | 110 | 101100111 | 1010010 | 1000000 |
Color Harmonies of #EF595B
Complementary color
Monochromatic Colors of #EF595B
Black with #EF595B
Text Example
Text Example
White with #EF595B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF595B; }
p { color: rgb(239,89,91); }
H1.HeaderClassName
{
color: #EF595B;
}
.AnyTagClassName
{
color: #EF595B;
}
</style>
background-color css
<style>
a { background-color: #EF595B; }
a { background-color: rgb(239,89,91); }
div.DivClassName
{
background-color: #EF595B;
}
.BgClassName
{
background-color: #EF595B;
}
</style>
border-color css
<style>
span { border-color: #EF595B; }
span { border-color: rgb(239,89,91); }
td.TdClassName
{
border-color: #EF595B;
}
.TagClassName
{
border-color: #EF595B;
}
</style>