Shades of Froly #EF7A7D
Tints of Froly #EF7A7D
RGB
CMYK
RGB Variations
Color information
#EF7A7D (or 0xEF7A7D) is known color: Froly. HEX triplet: EF, 7A and 7D. RGB value is (239,122,125). Sum of RGB (Red+Green+Blue) = 239+122+125=486 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.18% from 486); Green value is 122 (48.05% from 255 or 25.10% from 486); Blue value is 125 (49.22% from 255 or 25.72% from 486); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7A7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7A7D is #108582. Grayscale: #9D9D9D. Windows color (decimal): -1082755 or 8223471. OLE color: 8223471.
HSL color Cylindrical-coordinate representation of color #EF7A7D: hue angle of 358.46º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EF7A7D is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 122 | 125 | - |
| CMYK | 0 | 0.49 | 0.48 | 0.06 |
| HSL | 358.46º | 0.79% | 0.71% | - |
| HSV(B) | 358.46º | 0.49% | 0.94% | - |
| XYZ | 46.26 | 33.75 | 23.48 | - |
| YUV | 157.33 | 109.76 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 122 | 125 | 0 | 0.49 | 0.48 | 0.06 | 358.46 | 0.79 | 0.71 |
| Hex | EF | 7A | 7D | 0 | 31 | 30 | 6 | 166 | 4F | 47 |
| Octal | 357 | 172 | 175 | 0 | 61 | 60 | 6 | 546 | 117 | 107 |
| Binary | 11101111 | 1111010 | 1111101 | 0 | 110001 | 110000 | 110 | 101100110 | 1001111 | 1000111 |
Color Harmonies of #EF7A7D
Complementary color
Monochromatic Colors of #EF7A7D
Black with #EF7A7D
Text Example
Text Example
White with #EF7A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7A7D; }
p { color: rgb(239,122,125); }
H1.HeaderClassName
{
color: #EF7A7D;
}
.AnyTagClassName
{
color: #EF7A7D;
}
</style>
background-color css
<style>
a { background-color: #EF7A7D; }
a { background-color: rgb(239,122,125); }
div.DivClassName
{
background-color: #EF7A7D;
}
.BgClassName
{
background-color: #EF7A7D;
}
</style>
border-color css
<style>
span { border-color: #EF7A7D; }
span { border-color: rgb(239,122,125); }
td.TdClassName
{
border-color: #EF7A7D;
}
.TagClassName
{
border-color: #EF7A7D;
}
</style>