Shades of Froly #EF737D
Tints of Froly #EF737D
RGB
CMYK
RGB Variations
Color information
#EF737D (or 0xEF737D) is known color: Froly. HEX triplet: EF, 73 and 7D. RGB value is (239,115,125). Sum of RGB (Red+Green+Blue) = 239+115+125=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 115 (45.31% from 255 or 24.01% from 479); Blue value is 125 (49.22% from 255 or 26.10% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EF737D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF737D is #108C82. Grayscale: #999999. Windows color (decimal): -1084547 or 8221679. OLE color: 8221679.
HSL color Cylindrical-coordinate representation of color #EF737D: hue angle of 355.16º 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 #EF737D is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 115 | 125 | - |
| CMYK | 0 | 0.52 | 0.48 | 0.06 |
| HSL | 355.16º | 0.79% | 0.69% | - |
| HSV(B) | 355.16º | 0.52% | 0.94% | - |
| XYZ | 45.43 | 32.09 | 23.2 | - |
| YUV | 153.22 | 112.08 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 115 | 125 | 0 | 0.52 | 0.48 | 0.06 | 355.16 | 0.79 | 0.69 |
| Hex | EF | 73 | 7D | 0 | 34 | 30 | 6 | 163 | 4F | 45 |
| Octal | 357 | 163 | 175 | 0 | 64 | 60 | 6 | 543 | 117 | 105 |
| Binary | 11101111 | 1110011 | 1111101 | 0 | 110100 | 110000 | 110 | 101100011 | 1001111 | 1000101 |
Color Harmonies of #EF737D
Complementary color
Monochromatic Colors of #EF737D
Black with #EF737D
Text Example
Text Example
White with #EF737D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF737D; }
p { color: rgb(239,115,125); }
H1.HeaderClassName
{
color: #EF737D;
}
.AnyTagClassName
{
color: #EF737D;
}
</style>
background-color css
<style>
a { background-color: #EF737D; }
a { background-color: rgb(239,115,125); }
div.DivClassName
{
background-color: #EF737D;
}
.BgClassName
{
background-color: #EF737D;
}
</style>
border-color css
<style>
span { border-color: #EF737D; }
span { border-color: rgb(239,115,125); }
td.TdClassName
{
border-color: #EF737D;
}
.TagClassName
{
border-color: #EF737D;
}
</style>