Shades of Froly #EF5B5D
Tints of Froly #EF5B5D
RGB
CMYK
RGB Variations
Color information
#EF5B5D (or 0xEF5B5D) is known color: Froly. HEX triplet: EF, 5B and 5D. RGB value is (239,91,93). Sum of RGB (Red+Green+Blue) = 239+91+93=423 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.50% from 423); Green value is 91 (35.94% from 255 or 21.51% from 423); Blue value is 93 (36.72% from 255 or 21.99% from 423); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5B5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5B5D is #10A4A2. Grayscale: #878787. Windows color (decimal): -1090723 or 6118383. OLE color: 6118383.
HSL color Cylindrical-coordinate representation of color #EF5B5D: hue angle of 359.19º 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 #EF5B5D is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 91 | 93 | - |
| CMYK | 0 | 0.62 | 0.61 | 0.06 |
| HSL | 359.19º | 0.82% | 0.65% | - |
| HSV(B) | 359.19º | 0.62% | 0.94% | - |
| XYZ | 41.31 | 26.62 | 13.32 | - |
| YUV | 135.48 | 104.03 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 91 | 93 | 0 | 0.62 | 0.61 | 0.06 | 359.19 | 0.82 | 0.65 |
| Hex | EF | 5B | 5D | 0 | 3E | 3D | 6 | 167 | 52 | 41 |
| Octal | 357 | 133 | 135 | 0 | 76 | 75 | 6 | 547 | 122 | 101 |
| Binary | 11101111 | 1011011 | 1011101 | 0 | 111110 | 111101 | 110 | 101100111 | 1010010 | 1000001 |
Color Harmonies of #EF5B5D
Complementary color
Monochromatic Colors of #EF5B5D
Black with #EF5B5D
Text Example
Text Example
White with #EF5B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5B5D; }
p { color: rgb(239,91,93); }
H1.HeaderClassName
{
color: #EF5B5D;
}
.AnyTagClassName
{
color: #EF5B5D;
}
</style>
background-color css
<style>
a { background-color: #EF5B5D; }
a { background-color: rgb(239,91,93); }
div.DivClassName
{
background-color: #EF5B5D;
}
.BgClassName
{
background-color: #EF5B5D;
}
</style>
border-color css
<style>
span { border-color: #EF5B5D; }
span { border-color: rgb(239,91,93); }
td.TdClassName
{
border-color: #EF5B5D;
}
.TagClassName
{
border-color: #EF5B5D;
}
</style>