Shades of Froly #EF6C7E
Tints of Froly #EF6C7E
RGB
CMYK
RGB Variations
Color information
#EF6C7E (or 0xEF6C7E) is known color: Froly. HEX triplet: EF, 6C and 7E. RGB value is (239,108,126). Sum of RGB (Red+Green+Blue) = 239+108+126=473 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.53% from 473); Green value is 108 (42.58% from 255 or 22.83% from 473); Blue value is 126 (49.61% from 255 or 26.64% from 473); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6C7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6C7E is #109381. Grayscale: #959595. Windows color (decimal): -1086338 or 8285423. OLE color: 8285423.
HSL color Cylindrical-coordinate representation of color #EF6C7E: hue angle of 351.76º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EF6C7E is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 108 | 126 | - |
| CMYK | 0 | 0.55 | 0.47 | 0.06 |
| HSL | 351.76º | 0.8% | 0.68% | - |
| HSV(B) | 351.76º | 0.55% | 0.94% | - |
| XYZ | 44.73 | 30.58 | 23.28 | - |
| YUV | 149.22 | 114.9 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 108 | 126 | 0 | 0.55 | 0.47 | 0.06 | 351.76 | 0.8 | 0.68 |
| Hex | EF | 6C | 7E | 0 | 37 | 2F | 6 | 160 | 50 | 44 |
| Octal | 357 | 154 | 176 | 0 | 67 | 57 | 6 | 540 | 120 | 104 |
| Binary | 11101111 | 1101100 | 1111110 | 0 | 110111 | 101111 | 110 | 101100000 | 1010000 | 1000100 |
Color Harmonies of #EF6C7E
Complementary color
Monochromatic Colors of #EF6C7E
Black with #EF6C7E
Text Example
Text Example
White with #EF6C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6C7E; }
p { color: rgb(239,108,126); }
H1.HeaderClassName
{
color: #EF6C7E;
}
.AnyTagClassName
{
color: #EF6C7E;
}
</style>
background-color css
<style>
a { background-color: #EF6C7E; }
a { background-color: rgb(239,108,126); }
div.DivClassName
{
background-color: #EF6C7E;
}
.BgClassName
{
background-color: #EF6C7E;
}
</style>
border-color css
<style>
span { border-color: #EF6C7E; }
span { border-color: rgb(239,108,126); }
td.TdClassName
{
border-color: #EF6C7E;
}
.TagClassName
{
border-color: #EF6C7E;
}
</style>