Shades of Froly #EF787A
Tints of Froly #EF787A
RGB
CMYK
RGB Variations
Color information
#EF787A (or 0xEF787A) is known color: Froly. HEX triplet: EF, 78 and 7A. RGB value is (239,120,122). Sum of RGB (Red+Green+Blue) = 239+120+122=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 120 (47.27% from 255 or 24.95% from 481); Blue value is 122 (48.05% from 255 or 25.36% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EF787A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF787A is #108785. Grayscale: #9B9B9B. Windows color (decimal): -1083270 or 8026351. OLE color: 8026351.
HSL color Cylindrical-coordinate representation of color #EF787A: hue angle of 358.99º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EF787A is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 120 | 122 | - |
| CMYK | 0 | 0.50 | 0.49 | 0.06 |
| HSL | 358.99º | 0.79% | 0.7% | - |
| HSV(B) | 358.99º | 0.5% | 0.94% | - |
| XYZ | 45.83 | 33.19 | 22.4 | - |
| YUV | 155.81 | 108.92 | 187.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 120 | 122 | 0 | 0.50 | 0.49 | 0.06 | 358.99 | 0.79 | 0.7 |
| Hex | EF | 78 | 7A | 0 | 32 | 31 | 6 | 167 | 4F | 46 |
| Octal | 357 | 170 | 172 | 0 | 62 | 61 | 6 | 547 | 117 | 106 |
| Binary | 11101111 | 1111000 | 1111010 | 0 | 110010 | 110001 | 110 | 101100111 | 1001111 | 1000110 |
Color Harmonies of #EF787A
Complementary color
Monochromatic Colors of #EF787A
Black with #EF787A
Text Example
Text Example
White with #EF787A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF787A; }
p { color: rgb(239,120,122); }
H1.HeaderClassName
{
color: #EF787A;
}
.AnyTagClassName
{
color: #EF787A;
}
</style>
background-color css
<style>
a { background-color: #EF787A; }
a { background-color: rgb(239,120,122); }
div.DivClassName
{
background-color: #EF787A;
}
.BgClassName
{
background-color: #EF787A;
}
</style>
border-color css
<style>
span { border-color: #EF787A; }
span { border-color: rgb(239,120,122); }
td.TdClassName
{
border-color: #EF787A;
}
.TagClassName
{
border-color: #EF787A;
}
</style>