Shades of Froly #EF5C5D
Tints of Froly #EF5C5D
RGB
CMYK
RGB Variations
Color information
#EF5C5D (or 0xEF5C5D) is known color: Froly. HEX triplet: EF, 5C and 5D. RGB value is (239,92,93). Sum of RGB (Red+Green+Blue) = 239+92+93=424 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.37% from 424); Green value is 92 (36.33% from 255 or 21.70% from 424); Blue value is 93 (36.72% from 255 or 21.93% from 424); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5C5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5C5D is #10A3A2. Grayscale: #888888. Windows color (decimal): -1090467 or 6118639. OLE color: 6118639.
HSL color Cylindrical-coordinate representation of color #EF5C5D: hue angle of 359.59º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EF5C5D is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 92 | 93 | - |
| CMYK | 0 | 0.62 | 0.61 | 0.06 |
| HSL | 359.59º | 0.82% | 0.65% | - |
| HSV(B) | 359.59º | 0.62% | 0.94% | - |
| XYZ | 41.4 | 26.8 | 13.35 | - |
| YUV | 136.07 | 103.7 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 92 | 93 | 0 | 0.62 | 0.61 | 0.06 | 359.59 | 0.82 | 0.65 |
| Hex | EF | 5C | 5D | 0 | 3E | 3D | 6 | 168 | 52 | 41 |
| Octal | 357 | 134 | 135 | 0 | 76 | 75 | 6 | 550 | 122 | 101 |
| Binary | 11101111 | 1011100 | 1011101 | 0 | 111110 | 111101 | 110 | 101101000 | 1010010 | 1000001 |
Color Harmonies of #EF5C5D
Complementary color
Monochromatic Colors of #EF5C5D
Black with #EF5C5D
Text Example
Text Example
White with #EF5C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5C5D; }
p { color: rgb(239,92,93); }
H1.HeaderClassName
{
color: #EF5C5D;
}
.AnyTagClassName
{
color: #EF5C5D;
}
</style>
background-color css
<style>
a { background-color: #EF5C5D; }
a { background-color: rgb(239,92,93); }
div.DivClassName
{
background-color: #EF5C5D;
}
.BgClassName
{
background-color: #EF5C5D;
}
</style>
border-color css
<style>
span { border-color: #EF5C5D; }
span { border-color: rgb(239,92,93); }
td.TdClassName
{
border-color: #EF5C5D;
}
.TagClassName
{
border-color: #EF5C5D;
}
</style>