Shades of Froly #EF7080
Tints of Froly #EF7080
RGB
CMYK
RGB Variations
Color information
#EF7080 (or 0xEF7080) is known color: Froly. HEX triplet: EF, 70 and 80. RGB value is (239,112,128). Sum of RGB (Red+Green+Blue) = 239+112+128=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 112 (44.14% from 255 or 23.38% from 479); Blue value is 128 (50.39% from 255 or 26.72% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7080 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7080 is #108F7F. Grayscale: #979797. Windows color (decimal): -1085312 or 8417519. OLE color: 8417519.
HSL color Cylindrical-coordinate representation of color #EF7080: hue angle of 352.44º 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 #EF7080 is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 112 | 128 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.06 |
| HSL | 352.44º | 0.8% | 0.69% | - |
| HSV(B) | 352.44º | 0.53% | 0.94% | - |
| XYZ | 45.29 | 31.5 | 24.11 | - |
| YUV | 151.8 | 114.58 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 112 | 128 | 0 | 0.53 | 0.46 | 0.06 | 352.44 | 0.8 | 0.69 |
| Hex | EF | 70 | 80 | 0 | 35 | 2E | 6 | 160 | 50 | 45 |
| Octal | 357 | 160 | 200 | 0 | 65 | 56 | 6 | 540 | 120 | 105 |
| Binary | 11101111 | 1110000 | 10000000 | 0 | 110101 | 101110 | 110 | 101100000 | 1010000 | 1000101 |
Color Harmonies of #EF7080
Complementary color
Monochromatic Colors of #EF7080
Black with #EF7080
Text Example
Text Example
White with #EF7080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7080; }
p { color: rgb(239,112,128); }
H1.HeaderClassName
{
color: #EF7080;
}
.AnyTagClassName
{
color: #EF7080;
}
</style>
background-color css
<style>
a { background-color: #EF7080; }
a { background-color: rgb(239,112,128); }
div.DivClassName
{
background-color: #EF7080;
}
.BgClassName
{
background-color: #EF7080;
}
</style>
border-color css
<style>
span { border-color: #EF7080; }
span { border-color: rgb(239,112,128); }
td.TdClassName
{
border-color: #EF7080;
}
.TagClassName
{
border-color: #EF7080;
}
</style>