Shades of Froly #EF737C
Tints of Froly #EF737C
RGB
CMYK
RGB Variations
Color information
#EF737C (or 0xEF737C) is known color: Froly. HEX triplet: EF, 73 and 7C. RGB value is (239,115,124). Sum of RGB (Red+Green+Blue) = 239+115+124=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 115 (45.31% from 255 or 24.06% from 478); Blue value is 124 (48.83% from 255 or 25.94% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EF737C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF737C is #108C83. Grayscale: #999999. Windows color (decimal): -1084548 or 8156143. OLE color: 8156143.
HSL color Cylindrical-coordinate representation of color #EF737C: hue angle of 355.65º 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 #EF737C is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 115 | 124 | - |
| CMYK | 0 | 0.52 | 0.48 | 0.06 |
| HSL | 355.65º | 0.79% | 0.69% | - |
| HSV(B) | 355.65º | 0.52% | 0.94% | - |
| XYZ | 45.37 | 32.07 | 22.87 | - |
| YUV | 153.1 | 111.58 | 189.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 115 | 124 | 0 | 0.52 | 0.48 | 0.06 | 355.65 | 0.79 | 0.69 |
| Hex | EF | 73 | 7C | 0 | 34 | 30 | 6 | 164 | 4F | 45 |
| Octal | 357 | 163 | 174 | 0 | 64 | 60 | 6 | 544 | 117 | 105 |
| Binary | 11101111 | 1110011 | 1111100 | 0 | 110100 | 110000 | 110 | 101100100 | 1001111 | 1000101 |
Color Harmonies of #EF737C
Complementary color
Monochromatic Colors of #EF737C
Black with #EF737C
Text Example
Text Example
White with #EF737C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF737C; }
p { color: rgb(239,115,124); }
H1.HeaderClassName
{
color: #EF737C;
}
.AnyTagClassName
{
color: #EF737C;
}
</style>
background-color css
<style>
a { background-color: #EF737C; }
a { background-color: rgb(239,115,124); }
div.DivClassName
{
background-color: #EF737C;
}
.BgClassName
{
background-color: #EF737C;
}
</style>
border-color css
<style>
span { border-color: #EF737C; }
span { border-color: rgb(239,115,124); }
td.TdClassName
{
border-color: #EF737C;
}
.TagClassName
{
border-color: #EF737C;
}
</style>