Shades of Froly #EF6C78
Tints of Froly #EF6C78
RGB
CMYK
RGB Variations
Color information
#EF6C78 (or 0xEF6C78) is known color: Froly. HEX triplet: EF, 6C and 78. RGB value is (239,108,120). Sum of RGB (Red+Green+Blue) = 239+108+120=467 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.18% from 467); Green value is 108 (42.58% from 255 or 23.13% from 467); Blue value is 120 (47.27% from 255 or 25.70% from 467); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6C78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6C78 is #109387. Grayscale: #949494. Windows color (decimal): -1086344 or 7892207. OLE color: 7892207.
HSL color Cylindrical-coordinate representation of color #EF6C78: hue angle of 354.5º 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 #EF6C78 is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 108 | 120 | - |
| CMYK | 0 | 0.55 | 0.50 | 0.06 |
| HSL | 354.5º | 0.8% | 0.68% | - |
| HSV(B) | 354.5º | 0.55% | 0.94% | - |
| XYZ | 44.35 | 30.43 | 21.31 | - |
| YUV | 148.54 | 111.9 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 108 | 120 | 0 | 0.55 | 0.50 | 0.06 | 354.5 | 0.8 | 0.68 |
| Hex | EF | 6C | 78 | 0 | 37 | 32 | 6 | 163 | 50 | 44 |
| Octal | 357 | 154 | 170 | 0 | 67 | 62 | 6 | 543 | 120 | 104 |
| Binary | 11101111 | 1101100 | 1111000 | 0 | 110111 | 110010 | 110 | 101100011 | 1010000 | 1000100 |
Color Harmonies of #EF6C78
Complementary color
Monochromatic Colors of #EF6C78
Black with #EF6C78
Text Example
Text Example
White with #EF6C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6C78; }
p { color: rgb(239,108,120); }
H1.HeaderClassName
{
color: #EF6C78;
}
.AnyTagClassName
{
color: #EF6C78;
}
</style>
background-color css
<style>
a { background-color: #EF6C78; }
a { background-color: rgb(239,108,120); }
div.DivClassName
{
background-color: #EF6C78;
}
.BgClassName
{
background-color: #EF6C78;
}
</style>
border-color css
<style>
span { border-color: #EF6C78; }
span { border-color: rgb(239,108,120); }
td.TdClassName
{
border-color: #EF6C78;
}
.TagClassName
{
border-color: #EF6C78;
}
</style>