Shades of Froly #EF5E6B
Tints of Froly #EF5E6B
RGB
CMYK
RGB Variations
Color information
#EF5E6B (or 0xEF5E6B) is known color: Froly. HEX triplet: EF, 5E and 6B. RGB value is (239,94,107). Sum of RGB (Red+Green+Blue) = 239+94+107=440 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.32% from 440); Green value is 94 (37.11% from 255 or 21.36% from 440); Blue value is 107 (42.19% from 255 or 24.32% from 440); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5E6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5E6B is #10A194. Grayscale: #8A8A8A. Windows color (decimal): -1089941 or 7036655. OLE color: 7036655.
HSL color Cylindrical-coordinate representation of color #EF5E6B: hue angle of 354.62º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EF5E6B is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 94 | 107 | - |
| CMYK | 0 | 0.61 | 0.55 | 0.06 |
| HSL | 354.62º | 0.82% | 0.65% | - |
| HSV(B) | 354.62º | 0.61% | 0.94% | - |
| XYZ | 42.25 | 27.42 | 16.98 | - |
| YUV | 138.84 | 110.04 | 199.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 94 | 107 | 0 | 0.61 | 0.55 | 0.06 | 354.62 | 0.82 | 0.65 |
| Hex | EF | 5E | 6B | 0 | 3D | 37 | 6 | 163 | 52 | 41 |
| Octal | 357 | 136 | 153 | 0 | 75 | 67 | 6 | 543 | 122 | 101 |
| Binary | 11101111 | 1011110 | 1101011 | 0 | 111101 | 110111 | 110 | 101100011 | 1010010 | 1000001 |
Color Harmonies of #EF5E6B
Complementary color
Monochromatic Colors of #EF5E6B
Black with #EF5E6B
Text Example
Text Example
White with #EF5E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5E6B; }
p { color: rgb(239,94,107); }
H1.HeaderClassName
{
color: #EF5E6B;
}
.AnyTagClassName
{
color: #EF5E6B;
}
</style>
background-color css
<style>
a { background-color: #EF5E6B; }
a { background-color: rgb(239,94,107); }
div.DivClassName
{
background-color: #EF5E6B;
}
.BgClassName
{
background-color: #EF5E6B;
}
</style>
border-color css
<style>
span { border-color: #EF5E6B; }
span { border-color: rgb(239,94,107); }
td.TdClassName
{
border-color: #EF5E6B;
}
.TagClassName
{
border-color: #EF5E6B;
}
</style>