Shades of Froly #EF6572
Tints of Froly #EF6572
RGB
CMYK
RGB Variations
Color information
#EF6572 (or 0xEF6572) is known color: Froly. HEX triplet: EF, 65 and 72. RGB value is (239,101,114). Sum of RGB (Red+Green+Blue) = 239+101+114=454 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.64% from 454); Green value is 101 (39.84% from 255 or 22.25% from 454); Blue value is 114 (44.92% from 255 or 25.11% from 454); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6572 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6572 is #109A8D. Grayscale: #8F8F8F. Windows color (decimal): -1088142 or 7497199. OLE color: 7497199.
HSL color Cylindrical-coordinate representation of color #EF6572: hue angle of 354.35º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF6572 is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 101 | 114 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.06 |
| HSL | 354.35º | 0.81% | 0.67% | - |
| HSV(B) | 354.35º | 0.58% | 0.94% | - |
| XYZ | 43.29 | 28.87 | 19.21 | - |
| YUV | 143.74 | 111.22 | 195.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 101 | 114 | 0 | 0.58 | 0.52 | 0.06 | 354.35 | 0.81 | 0.67 |
| Hex | EF | 65 | 72 | 0 | 3A | 34 | 6 | 162 | 51 | 43 |
| Octal | 357 | 145 | 162 | 0 | 72 | 64 | 6 | 542 | 121 | 103 |
| Binary | 11101111 | 1100101 | 1110010 | 0 | 111010 | 110100 | 110 | 101100010 | 1010001 | 1000011 |
Color Harmonies of #EF6572
Complementary color
Monochromatic Colors of #EF6572
Black with #EF6572
Text Example
Text Example
White with #EF6572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6572; }
p { color: rgb(239,101,114); }
H1.HeaderClassName
{
color: #EF6572;
}
.AnyTagClassName
{
color: #EF6572;
}
</style>
background-color css
<style>
a { background-color: #EF6572; }
a { background-color: rgb(239,101,114); }
div.DivClassName
{
background-color: #EF6572;
}
.BgClassName
{
background-color: #EF6572;
}
</style>
border-color css
<style>
span { border-color: #EF6572; }
span { border-color: rgb(239,101,114); }
td.TdClassName
{
border-color: #EF6572;
}
.TagClassName
{
border-color: #EF6572;
}
</style>