Shades of Froly #EF717E
Tints of Froly #EF717E
RGB
CMYK
RGB Variations
Color information
#EF717E (or 0xEF717E) is known color: Froly. HEX triplet: EF, 71 and 7E. RGB value is (239,113,126). Sum of RGB (Red+Green+Blue) = 239+113+126=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 113 (44.53% from 255 or 23.64% from 478); Blue value is 126 (49.61% from 255 or 26.36% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EF717E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF717E is #108E81. Grayscale: #989898. Windows color (decimal): -1085058 or 8286703. OLE color: 8286703.
HSL color Cylindrical-coordinate representation of color #EF717E: hue angle of 353.81º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EF717E is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 113 | 126 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.06 |
| HSL | 353.81º | 0.8% | 0.69% | - |
| HSV(B) | 353.81º | 0.53% | 0.94% | - |
| XYZ | 45.27 | 31.67 | 23.47 | - |
| YUV | 152.16 | 113.24 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 113 | 126 | 0 | 0.53 | 0.47 | 0.06 | 353.81 | 0.8 | 0.69 |
| Hex | EF | 71 | 7E | 0 | 35 | 2F | 6 | 162 | 50 | 45 |
| Octal | 357 | 161 | 176 | 0 | 65 | 57 | 6 | 542 | 120 | 105 |
| Binary | 11101111 | 1110001 | 1111110 | 0 | 110101 | 101111 | 110 | 101100010 | 1010000 | 1000101 |
Color Harmonies of #EF717E
Complementary color
Monochromatic Colors of #EF717E
Black with #EF717E
Text Example
Text Example
White with #EF717E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF717E; }
p { color: rgb(239,113,126); }
H1.HeaderClassName
{
color: #EF717E;
}
.AnyTagClassName
{
color: #EF717E;
}
</style>
background-color css
<style>
a { background-color: #EF717E; }
a { background-color: rgb(239,113,126); }
div.DivClassName
{
background-color: #EF717E;
}
.BgClassName
{
background-color: #EF717E;
}
</style>
border-color css
<style>
span { border-color: #EF717E; }
span { border-color: rgb(239,113,126); }
td.TdClassName
{
border-color: #EF717E;
}
.TagClassName
{
border-color: #EF717E;
}
</style>